]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/c.opt
float128_1.f90: Remove test case as it always fails since Rev 163611 backed out the...
[thirdparty/gcc.git] / gcc / c-family / c.opt
CommitLineData
fef3106c 1; Options for the C, ObjC, C++ and ObjC++ front ends.
c75c517d 2; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
66647d44 3; Free Software Foundation, Inc.
fef3106c
NB
4;
5; This file is part of GCC.
6;
7; GCC is free software; you can redistribute it and/or modify it under
8; the terms of the GNU General Public License as published by the Free
9dcd6f09 9; Software Foundation; either version 3, or (at your option) any later
fef3106c 10; version.
c22cacf3 11;
fef3106c
NB
12; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15; for more details.
c22cacf3 16;
fef3106c 17; You should have received a copy of the GNU General Public License
9dcd6f09
NC
18; along with GCC; see the file COPYING3. If not see
19; <http://www.gnu.org/licenses/>.
fef3106c 20
8abb6b22 21; See the GCC internals manual for a description of this file's format.
fef3106c 22
fef3106c
NB
23; Please try to keep this file in ASCII collating order.
24
be43ab4e
NB
25Language
26C
27
28Language
29ObjC
30
31Language
32C++
33
34Language
35ObjC++
36
fef3106c
NB
37-output-pch=
38C ObjC C++ ObjC++ Joined Separate
39
40A
61ff2bdc 41C ObjC C++ ObjC++ Joined Separate MissingArgError(assertion missing after %qs)
72de27ea 42-A<question>=<answer> Assert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>
fef3106c
NB
43
44C
45C ObjC C++ ObjC++
72de27ea 46Do not discard comments
fef3106c
NB
47
48CC
49C ObjC C++ ObjC++
72de27ea 50Do not discard comments in macro expansions
fef3106c
NB
51
52D
61ff2bdc 53C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
72de27ea 54-D<macro>[=<val>] Define a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1
fef3106c
NB
55
56E
5498f011 57C ObjC C++ ObjC++ Undocumented Var(flag_preprocess_only)
fef3106c 58
94d1613b 59F
61ff2bdc 60C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4e994432 61-F <dir> Add <dir> to the end of the main framework include path
94d1613b 62
fef3106c
NB
63H
64C ObjC C++ ObjC++
72de27ea 65Print the name of header files as they are used
fef3106c
NB
66
67I
61ff2bdc 68C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4bed3787 69-I <dir> Add <dir> to the end of the main include path
fef3106c
NB
70
71M
72C ObjC C++ ObjC++
72de27ea 73Generate make dependencies
fef3106c 74
c878765b
JM
75MD
76C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
77Generate make dependencies and compile
fef3106c
NB
78
79MF
61ff2bdc 80C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 81-MF <file> Write dependency output to the given file
fef3106c
NB
82
83MG
84C ObjC C++ ObjC++
72de27ea 85Treat missing header files as generated files
fef3106c
NB
86
87MM
88C ObjC C++ ObjC++
72de27ea 89Like -M but ignore system header files
fef3106c 90
c878765b
JM
91MMD
92C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
93Like -MD but ignore system header files
fef3106c
NB
94
95MP
96C ObjC C++ ObjC++
72de27ea 97Generate phony targets for all headers
fef3106c
NB
98
99MQ
61ff2bdc 100C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
72de27ea 101-MQ <target> Add a MAKE-quoted target
fef3106c
NB
102
103MT
61ff2bdc 104C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
72de27ea 105-MT <target> Add an unquoted target
fef3106c
NB
106
107P
108C ObjC C++ ObjC++
72de27ea 109Do not generate #line directives
fef3106c
NB
110
111U
61ff2bdc 112C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
72de27ea 113-U<macro> Undefine <macro>
fef3106c
NB
114
115Wabi
d7f09764 116C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
7619c085 117Warn about things that will change when compiling with an ABI-compliant compiler
fef3106c 118
bce08d50 119Wpsabi
d7f09764 120C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Undocumented
bce08d50 121
c116cd05
MLI
122Waddress
123C ObjC C++ ObjC++ Var(warn_address) Warning
124Warn about suspicious uses of memory addresses
125
fef3106c 126Wall
c662432e 127C ObjC C++ ObjC++ Warning
5a170a05 128Enable most warning messages
fef3106c 129
6e955430 130Wassign-intercept
c662432e 131ObjC ObjC++ Var(warn_assign_intercept) Warning
6e955430
ZL
132Warn whenever an Objective-C assignment is being intercepted by the garbage collector
133
fef3106c 134Wbad-function-cast
c662432e 135C ObjC Var(warn_bad_function_cast) Warning
5a170a05 136Warn about casting functions to incompatible types
fef3106c 137
c047ce93
SB
138Wbuiltin-macro-redefined
139C ObjC C++ ObjC++ Warning
140Warn when a built-in preprocessor macro is undefined or redefined
141
b7e20b53 142Wc++-compat
2cbac420 143C ObjC Var(warn_cxx_compat) Warning
b7e20b53
GDR
144Warn about C constructs that are not in the common subset of C and C++
145
e1f1ee86 146Wc++0x-compat
21af5cdf 147C++ ObjC++ Var(warn_cxx0x_compat) Warning
e1f1ee86 148Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 200x
b7e20b53 149
fef3106c 150Wcast-qual
c662432e 151C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
5a170a05 152Warn about casts which discard qualifiers
fef3106c
NB
153
154Wchar-subscripts
c662432e 155C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning
5a170a05 156Warn about subscripts whose type is \"char\"
fef3106c 157
2b001724 158Wclobbered
c662432e 159C ObjC C++ ObjC++ Var(warn_clobbered) Init(-1) Warning
2b001724
MLI
160Warn about variables that might be changed by \"longjmp\" or \"vfork\"
161
fef3106c 162Wcomment
c662432e 163C ObjC C++ ObjC++ Warning
72de27ea 164Warn about possibly nested block comments, and C++ comments spanning more than one physical line
fef3106c
NB
165
166Wcomments
5de8299c 167C ObjC C++ ObjC++ Warning Alias(Wcomment)
72de27ea 168Synonym for -Wcomment
fef3106c
NB
169
170Wconversion
c662432e 171C ObjC C++ ObjC++ Var(warn_conversion) Warning
05170031 172Warn for implicit type conversions that may change a value
fef3106c 173
17251338
MLI
174Wconversion-null
175C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
176Warn for converting NULL from/to a non-pointer type
177
7060db96
MLI
178Wsign-conversion
179C ObjC C++ ObjC++ Var(warn_sign_conversion) Init(-1)
180Warn for implicit type conversions between signed and unsigned integers
181
fef3106c 182Wctor-dtor-privacy
c662432e 183C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
bae92bf3 184Warn when all constructors and destructors are private
fef3106c 185
85617eba 186Wdeclaration-after-statement
c662432e 187C ObjC Var(warn_declaration_after_statement) Warning
85617eba
HPN
188Warn when a declaration is found after a statement
189
fef3106c 190Wdeprecated
899015a0 191C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning
9a0f3e86 192Warn if a deprecated compiler feature, class, method, or field is used
fef3106c
NB
193
194Wdiv-by-zero
2cbac420 195C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
5a170a05 196Warn about compile-time integer division by zero
fef3106c
NB
197
198Weffc++
c662432e 199C++ ObjC++ Var(warn_ecpp) Warning
bae92bf3 200Warn about violations of Effective C++ style rules
fef3106c 201
b3b433c5 202Wempty-body
c662432e 203C ObjC C++ ObjC++ Var(warn_empty_body) Init(-1) Warning
b3b433c5
MLI
204Warn about an empty body in an if or else statement
205
fef3106c 206Wendif-labels
c662432e 207C ObjC C++ ObjC++ Warning
72de27ea 208Warn about stray tokens after #elif and #endif
fef3106c 209
a3299096 210Wenum-compare
6866c6e8 211C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning
a3299096
MM
212Warn about comparison of different enum types
213
fef3106c
NB
214Werror
215C ObjC C++ ObjC++
72de27ea 216; Documented in common.opt
fef3106c
NB
217
218Werror-implicit-function-declaration
5de8299c 219C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
dc90f45b 220This switch is deprecated; use -Werror=implicit-function-declaration instead
fef3106c
NB
221
222Wfloat-equal
c662432e 223C ObjC C++ ObjC++ Var(warn_float_equal) Warning
5a170a05 224Warn if testing floating point numbers for equality
fef3106c
NB
225
226Wformat
c662432e 227C ObjC C++ ObjC++ Warning
5a170a05 228Warn about printf/scanf/strftime/strfmon format string anomalies
fef3106c
NB
229
230Wformat-extra-args
c662432e 231C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning
5a170a05 232Warn if passing too many arguments to a function for its format string
fef3106c
NB
233
234Wformat-nonliteral
c662432e 235C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning
5a170a05 236Warn about format strings that are not literals
fef3106c 237
ca178f85 238Wformat-contains-nul
6d16b6e7 239C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning
ca178f85
BK
240Warn about format strings that contain NUL bytes
241
fef3106c 242Wformat-security
c662432e 243C ObjC C++ ObjC++ Var(warn_format_security) Warning
5a170a05 244Warn about possible security problems with format functions
fef3106c
NB
245
246Wformat-y2k
c662432e 247C ObjC C++ ObjC++ Var(warn_format_y2k) Warning
5a170a05 248Warn about strftime formats yielding 2-digit years
fef3106c
NB
249
250Wformat-zero-length
c662432e 251C ObjC Var(warn_format_zero_length) Warning
7619c085 252Warn about zero-length formats
fef3106c
NB
253
254Wformat=
c662432e 255C ObjC C++ ObjC++ Joined Warning
fef3106c 256
5db2e9ca
DK
257Wignored-qualifiers
258C C++ Var(warn_ignored_qualifiers) Init(-1) Warning
259Warn whenever type qualifiers are ignored.
260
3390f9c9 261Winit-self
c662432e 262C ObjC C++ ObjC++ Var(warn_init_self) Warning
ab532386 263Warn about variables which are initialized to themselves
3390f9c9 264
fef3106c 265Wimplicit
3734d960
MLI
266C ObjC Var(warn_implicit) Init(-1) Warning
267Warn about implicit declarations
fef3106c
NB
268
269Wimplicit-function-declaration
dc90f45b 270C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning
5a170a05 271Warn about implicit function declarations
fef3106c
NB
272
273Wimplicit-int
3734d960 274C ObjC Var(warn_implicit_int) Init(-1) Warning
5a170a05 275Warn when a declaration does not specify a type
fef3106c
NB
276
277Wimport
2d2bd949 278C ObjC C++ ObjC++ Undocumented Ignore
fef3106c 279
53a2494e 280Wint-to-pointer-cast
dc8d2739 281C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
53a2494e
JM
282Warn when there is a cast to a pointer from an integer of a different size
283
fef3106c 284Winvalid-offsetof
c662432e 285C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
bae92bf3 286Warn about invalid uses of the \"offsetof\" macro
fef3106c
NB
287
288Winvalid-pch
c662432e 289C ObjC C++ ObjC++ Warning
5a170a05 290Warn about PCH files that are found but not used
fef3106c 291
e1b7793c 292Wjump-misses-init
da667743 293C ObjC Var(warn_jump_misses_init) Init(-1) Warning
e1b7793c
ILT
294Warn when a jump misses a variable initialization
295
ca409efd 296Wlogical-op
7bb27074 297C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
ca409efd
MLI
298Warn when a logical operator is suspiciously always evaluating to true or false
299
fef3106c 300Wlong-long
9c650d90 301C ObjC C++ ObjC++ Var(warn_long_long) Init(-1) Warning
5a170a05 302Do not warn about using \"long long\" when -pedantic
fef3106c
NB
303
304Wmain
4003301d 305C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning
5a170a05 306Warn about suspicious declarations of \"main\"
fef3106c
NB
307
308Wmissing-braces
c662432e 309C ObjC C++ ObjC++ Var(warn_missing_braces) Warning
5a170a05 310Warn about possibly missing braces around initializers
fef3106c
NB
311
312Wmissing-declarations
c662432e 313C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
5a170a05 314Warn about global functions without previous declarations
fef3106c 315
eaac4679 316Wmissing-field-initializers
c662432e 317C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Init(-1) Warning
eaac4679
RS
318Warn about missing fields in struct initializers
319
fef3106c 320Wmissing-format-attribute
c662432e 321C ObjC C++ ObjC++ Var(warn_missing_format_attribute) Warning
5a170a05 322Warn about functions which might be candidates for format attributes
fef3106c 323
b02398bd 324Wmissing-include-dirs
c662432e 325C ObjC C++ ObjC++ Warning
b02398bd
BE
326Warn about user-specified include directories that do not exist
327
cb4af25a 328Wmissing-parameter-type
c662432e 329C ObjC Var(warn_missing_parameter_type) Init(-1) Warning
cb4af25a
MLI
330Warn about function parameters declared without a type specifier in K&R-style functions
331
fef3106c 332Wmissing-prototypes
c662432e 333C ObjC Var(warn_missing_prototypes) Warning
5a170a05 334Warn about global functions without prototypes
fef3106c
NB
335
336Wmultichar
c662432e 337C ObjC C++ ObjC++ Warning
5a170a05 338Warn about use of multi-character character constants
fef3106c
NB
339
340Wnested-externs
c662432e 341C ObjC Var(warn_nested_externs) Warning
5a170a05 342Warn about \"extern\" declarations not at file scope
fef3106c 343
59f9c2ed
JM
344Wnoexcept
345C++ ObjC++ Var(warn_noexcept) Warning
3c820dcd 346Warn when a noexcept expression evaluates to false even though the expression can't actually throw
59f9c2ed 347
fef3106c 348Wnon-template-friend
c662432e 349C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
bae92bf3 350Warn when non-templatized friend functions are declared within a template
fef3106c
NB
351
352Wnon-virtual-dtor
c662432e 353C++ ObjC++ Var(warn_nonvdtor) Warning
bae92bf3 354Warn about non-virtual destructors
fef3106c
NB
355
356Wnonnull
c662432e 357C ObjC Var(warn_nonnull) Warning
7619c085 358Warn about NULL being passed to argument slots marked as requiring non-NULL
fef3106c 359
50668cf6 360Wnormalized=
c662432e 361C ObjC C++ ObjC++ Joined Warning
50668cf6
GK
362-Wnormalized=<id|nfc|nfkc> Warn about non-normalised Unicode strings
363
fef3106c 364Wold-style-cast
c662432e 365C++ ObjC++ Var(warn_old_style_cast) Warning
bae92bf3 366Warn if a C-style cast is used in a program
fef3106c 367
b1ed4cb4 368Wold-style-declaration
c662432e 369C ObjC Var(warn_old_style_declaration) Init(-1) Warning
b1ed4cb4
MLI
370Warn for obsolescent usage in a declaration
371
c034f121 372Wold-style-definition
c662432e 373C ObjC Var(warn_old_style_definition) Warning
c034f121
AJ
374Warn if an old-style parameter definition is used
375
89a42ac8 376Woverlength-strings
c662432e 377C ObjC C++ ObjC++ Var(warn_overlength_strings) Init(-1) Warning
89a42ac8
ZW
378Warn if a string is longer than the maximum portable length specified by the standard
379
fef3106c 380Woverloaded-virtual
c662432e 381C++ ObjC++ Var(warn_overloaded_virtual) Warning
bae92bf3 382Warn about overloaded virtual function names
fef3106c 383
7ed322d7 384Woverride-init
c662432e 385C ObjC Var(warn_override_init) Init(-1) Warning
7ed322d7
JM
386Warn about overriding initializers without side effects
387
2cd36c22 388Wpacked-bitfield-compat
bee6fa6d 389C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
2cd36c22
AN
390Warn about packed bit-fields whose offset changed in GCC 4.4
391
fef3106c 392Wparentheses
c662432e 393C ObjC C++ ObjC++ Var(warn_parentheses) Warning
5a170a05 394Warn about possibly missing parentheses
fef3106c
NB
395
396Wpmf-conversions
c662432e 397C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
bae92bf3 398Warn when converting the type of pointers to member functions
fef3106c
NB
399
400Wpointer-arith
c662432e 401C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning
5a170a05 402Warn about function pointer arithmetic
fef3106c 403
53a2494e 404Wpointer-to-int-cast
c662432e 405C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
53a2494e
JM
406Warn when a pointer is cast to an integer of a different size
407
b9b8dde3 408Wpragmas
c662432e 409C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
b9b8dde3
DD
410Warn about misuses of pragmas
411
fef3106c 412Wprotocol
c662432e 413ObjC ObjC++ Var(warn_protocol) Init(1) Warning
f2ac9964 414Warn if inherited methods are unimplemented
fef3106c
NB
415
416Wredundant-decls
c662432e 417C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
5a170a05 418Warn about multiple declarations of the same object
fef3106c
NB
419
420Wreorder
c662432e 421C++ ObjC++ Var(warn_reorder) Warning
bae92bf3 422Warn when the compiler reorders code
fef3106c
NB
423
424Wreturn-type
c662432e 425C ObjC C++ ObjC++ Var(warn_return_type) Warning
bae92bf3 426Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)
fef3106c
NB
427
428Wselector
c662432e 429ObjC ObjC++ Var(warn_selector) Warning
f2ac9964 430Warn if a selector has multiple methods
fef3106c
NB
431
432Wsequence-point
c662432e 433C ObjC C++ ObjC++ Var(warn_sequence_point) Warning
5a170a05 434Warn about possible violations of sequence point rules
fef3106c
NB
435
436Wsign-compare
c662432e 437C ObjC C++ ObjC++ Var(warn_sign_compare) Init(-1) Warning
5a170a05 438Warn about signed-unsigned comparisons
fef3106c
NB
439
440Wsign-promo
c662432e 441C++ ObjC++ Var(warn_sign_promo) Warning
bae92bf3 442Warn when overload promotes from unsigned to signed
fef3106c 443
b2f97e4a 444Wstrict-null-sentinel
5498f011 445C++ ObjC++ Warning Var(warn_strict_null_sentinel)
b2f97e4a
MM
446Warn about uncasted NULL used as sentinel
447
fef3106c 448Wstrict-prototypes
c662432e 449C ObjC Var(warn_strict_prototypes) Warning
5a170a05 450Warn about unprototyped function declarations
fef3106c 451
6e955430 452Wstrict-selector-match
c662432e 453ObjC ObjC++ Var(warn_strict_selector_match) Warning
6e955430
ZL
454Warn if type signatures of candidate methods do not match exactly
455
23462d4d
UB
456Wsync-nand
457C C++ Var(warn_sync_nand) Init(1) Warning
458Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used
459
fef3106c 460Wsynth
c662432e 461C++ ObjC++ Var(warn_synth) Warning
802e3f8c 462Deprecated. This switch has no effect
fef3106c
NB
463
464Wsystem-headers
c662432e 465C ObjC C++ ObjC++ Warning
9a0f3e86 466; Documented in common.opt
fef3106c
NB
467
468Wtraditional
c662432e 469C ObjC Var(warn_traditional) Warning
72de27ea 470Warn about features not present in traditional C
fef3106c 471
05170031 472Wtraditional-conversion
c662432e 473C ObjC Var(warn_traditional_conversion) Warning
05170031
MLI
474Warn of prototypes causing type conversions different from what would happen in the absence of prototype
475
fef3106c 476Wtrigraphs
c662432e 477C ObjC C++ ObjC++ Warning
72de27ea 478Warn if trigraphs are encountered that might affect the meaning of the program
fef3106c
NB
479
480Wundeclared-selector
c662432e 481ObjC ObjC++ Var(warn_undeclared_selector) Warning
7619c085 482Warn about @selector()s without previously declared methods
fef3106c
NB
483
484Wundef
c662432e 485C ObjC C++ ObjC++ Warning
72de27ea 486Warn if an undefined macro is used in an #if directive
fef3106c
NB
487
488Wunknown-pragmas
c662432e 489C ObjC C++ ObjC++ Warning
5a170a05 490Warn about unrecognized pragmas
fef3106c 491
6ec637a4
JJ
492Wunsuffixed-float-constants
493C ObjC Var(warn_unsuffixed_float_constants) Warning
494Warn about unsuffixed float constants
495
fef3106c 496Wunused-macros
c662432e 497C ObjC C++ ObjC++ Warning
72de27ea 498Warn about macros defined in the main file that are not used
fef3106c 499
156f545a
MLI
500Wunused-result
501C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
502Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value
503
e5b79219 504Wvariadic-macros
c662432e 505C ObjC C++ ObjC++ Warning
e5b79219
RH
506Do not warn about using variadic macros when -pedantic
507
50d50fc7
SP
508Wvla
509C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
510Warn if a variable length array is used
511
16302daf
MLI
512Wvolatile-register-var
513C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning
514Warn when a register variable is declared volatile
515
fef3106c 516Wwrite-strings
c662432e 517C ObjC C++ ObjC++ Var(warn_write_strings) Warning
d539b114 518In C++, nonzero means warn about deprecated conversion from string literals to `char *'. In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard.
fef3106c 519
f2fd3821 520Wpointer-sign
c662432e 521C ObjC Var(warn_pointer_sign) Init(-1) Warning
c85ce869 522Warn when a pointer differs in signedness in an assignment
f2fd3821 523
fef3106c
NB
524ansi
525C ObjC C++ ObjC++
c85ce869 526A synonym for -std=c89 (for C) or -std=c++98 (for C++)
fef3106c
NB
527
528d
529C ObjC C++ ObjC++ Joined
72de27ea 530; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
fef3106c 531
fef3106c 532faccess-control
5498f011 533C++ ObjC++ Var(flag_access_control) Init(1)
bae92bf3 534Enforce class member access control semantics
fef3106c
NB
535
536fall-virtual
2d2bd949 537C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
538
539falt-external-templates
2d2bd949 540C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 541No longer supported
fef3106c
NB
542
543fasm
5498f011 544C ObjC C++ ObjC++ Var(flag_no_asm, 0)
5a170a05 545Recognize the \"asm\" keyword
fef3106c
NB
546
547fbuiltin
5498f011 548C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
5a170a05 549Recognize built-in functions
fef3106c
NB
550
551fbuiltin-
552C ObjC C++ ObjC++ Joined
553
554fcheck-new
5498f011 555C++ ObjC++ Var(flag_check_new)
bae92bf3 556Check the return value of new
fef3106c
NB
557
558fcond-mismatch
559C ObjC C++ ObjC++
5a170a05 560Allow the arguments of the '?' operator to have different types
fef3106c
NB
561
562fconserve-space
5498f011 563C++ ObjC++ Var(flag_conserve_space)
bae92bf3 564Reduce the size of object files
fef3106c 565
fef3106c 566fconstant-string-class=
61ff2bdc 567ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
f2ac9964 568-fconst-string-class=<name> Use class <name> for constant strings
fef3106c 569
5f5babf1
JM
570fdeduce-init-list
571C++ ObjC++ Var(flag_deduce_init_list) Init(1)
572-fno-deduce-init-list disable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list
573
fef3106c 574fdefault-inline
2d2bd949 575C++ ObjC++ Ignore
5498f011 576Does nothing. Preserved for backward compatibility.
fef3106c 577
ccfc4c91
OW
578fdirectives-only
579C ObjC C++ ObjC++
580Preprocess directives only.
581
fef3106c
NB
582fdollars-in-identifiers
583C ObjC C++ ObjC++
72de27ea 584Permit '$' as an identifier character
fef3106c 585
fef3106c 586felide-constructors
5498f011 587C++ ObjC++ Var(flag_elide_constructors) Init(1)
fef3106c
NB
588
589fenforce-eh-specs
5498f011 590C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
bae92bf3 591Generate code to check exception specifications
fef3106c
NB
592
593fenum-int-equiv
2d2bd949 594C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 595
e6cc3a24
ZW
596fexec-charset=
597C ObjC C++ ObjC++ Joined RejectNegative
72de27ea 598-fexec-charset=<cset> Convert all strings and character constants to character set <cset>
e6cc3a24 599
af15a2fe
JM
600fextended-identifiers
601C ObjC C++ ObjC++
602Permit universal character names (\\u and \\U) in identifiers
603
16dd5cfe
EC
604finput-charset=
605C ObjC C++ ObjC++ Joined RejectNegative
c85ce869 606-finput-charset=<cset> Specify the default character set for source files
16dd5cfe
EC
607
608
fef3106c 609fexternal-templates
2d2bd949 610C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 611
fef3106c 612ffor-scope
5498f011 613C++ ObjC++ Var(flag_new_for_scope) Init(1)
bae92bf3 614Scope of for-init-statement variables is local to the loop
fef3106c
NB
615
616ffreestanding
820b51ae 617C ObjC C++ ObjC++
5a170a05 618Do not assume that standard C libraries and \"main\" exist
fef3106c
NB
619
620fgnu-keywords
5498f011 621C++ ObjC++ Var(flag_no_gnu_keywords, 0)
bae92bf3 622Recognize GNU-defined keywords
fef3106c
NB
623
624fgnu-runtime
625ObjC ObjC++
f2ac9964 626Generate code for GNU runtime environment
fef3106c 627
da1c7394 628fgnu89-inline
2cbac420 629C ObjC Var(flag_gnu89_inline) Init(-1)
da1c7394
ILT
630Use traditional GNU semantics for inline functions
631
fef3106c 632fguiding-decls
2d2bd949 633C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
634
635fhandle-exceptions
2d2bd949 636C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
fef3106c
NB
637
638fhonor-std
2d2bd949 639C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
640
641fhosted
642C ObjC
5a170a05 643Assume normal C execution environment
fef3106c
NB
644
645fhuge-objects
2d2bd949 646C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 647No longer supported
fef3106c
NB
648
649fimplement-inlines
5498f011 650C++ ObjC++ Var(flag_implement_inlines) Init(1)
bae92bf3 651Export functions even if they can be inlined
fef3106c
NB
652
653fimplicit-inline-templates
5498f011 654C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
bae92bf3 655Emit implicit instantiations of inline templates
fef3106c
NB
656
657fimplicit-templates
5498f011 658C++ ObjC++ Var(flag_implicit_templates) Init(1)
bae92bf3 659Emit implicit instantiations of templates
fef3106c 660
d63d5d0c 661ffriend-injection
2cbac420 662C++ ObjC++ Var(flag_friend_injection)
d63d5d0c
ILT
663Inject friend functions into enclosing namespace
664
fef3106c 665flabels-ok
2d2bd949 666C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 667
00c8e9f6 668flax-vector-conversions
5498f011 669C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
00c8e9f6
MS
670Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
671
fef3106c 672fms-extensions
5498f011 673C ObjC C++ ObjC++ Var(flag_ms_extensions)
bae92bf3 674Don't warn about uses of Microsoft extensions
fef3106c
NB
675
676fname-mangling-version-
2d2bd949 677C++ ObjC++ Joined Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
678
679fnew-abi
2d2bd949 680C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
681
682fnext-runtime
683ObjC ObjC++
264fa2db
ZL
684Generate code for NeXT (Apple Mac OS X) runtime environment
685
686fnil-receivers
5498f011 687ObjC ObjC++ Var(flag_nil_receivers) Init(1)
264fa2db 688Assume that receivers of Objective-C messages may be nil
fef3106c
NB
689
690fnonansi-builtins
5498f011 691C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
fef3106c
NB
692
693fnonnull-objects
2d2bd949 694C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 695
9feb3d6a
JM
696fnothrow-opt
697C++ ObjC++ Optimization Var(flag_nothrow_opt)
698Treat a throw() exception specification as noexcept to improve code size
699
6e955430
ZL
700; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
701; to initialize any non-POD ivars in Objective-C++ classes.
702fobjc-call-cxx-cdtors
703ObjC++ Var(flag_objc_call_cxx_cdtors)
704Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed
705
706fobjc-direct-dispatch
707ObjC ObjC++ Var(flag_objc_direct_dispatch)
708Allow fast jumps to the message dispatcher
709
710; Nonzero means that we will allow new ObjC exception syntax (@throw,
711; @try, etc.) in source code.
264fa2db 712fobjc-exceptions
6e955430 713ObjC ObjC++ Var(flag_objc_exceptions)
264fa2db
ZL
714Enable Objective-C exception and synchronization syntax
715
6e955430
ZL
716fobjc-gc
717ObjC ObjC++ Var(flag_objc_gc)
718Enable garbage collection (GC) in Objective-C/Objective-C++ programs
719
720; Nonzero means that we generate NeXT setjmp based exceptions.
093c7153 721fobjc-sjlj-exceptions
6e955430 722ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
093c7153
RH
723Enable Objective-C setjmp exception handling runtime
724
953ff289
DN
725fopenmp
726C ObjC C++ ObjC++ Var(flag_openmp)
9a0f3e86 727Enable OpenMP (implies -frecursive in Fortran)
953ff289 728
fef3106c
NB
729foperator-names
730C++ ObjC++
1cbc62c0 731Recognize C++ keywords like \"compl\" and \"xor\"
fef3106c
NB
732
733foptional-diags
2d2bd949 734C++ ObjC++ Ignore
5498f011 735Does nothing. Preserved for backward compatibility.
fef3106c
NB
736
737fpch-deps
738C ObjC C++ ObjC++
739
c0d578e6
GK
740fpch-preprocess
741C ObjC C++ ObjC++
742Look for and use PCH files even when preprocessing
743
fef3106c
NB
744fpermissive
745C++ ObjC++
bae92bf3 746Downgrade conformance errors to warnings
fef3106c
NB
747
748fpreprocessed
749C ObjC C++ ObjC++
72de27ea 750Treat the input file as already preprocessed
fef3106c 751
6ea2bd47 752fpretty-templates
5498f011 753C++ ObjC++ Var(flag_pretty_templates) Init(1)
6ea2bd47
JM
754-fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments
755
264fa2db 756freplace-objc-classes
5498f011 757ObjC ObjC++ Var(flag_replace_objc_classes)
264fa2db
ZL
758Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
759
fef3106c
NB
760frepo
761C++ ObjC++
bae92bf3 762Enable automatic template instantiation
fef3106c
NB
763
764frtti
5498f011 765C++ ObjC++ Optimization Var(flag_rtti) Init(1)
bae92bf3 766Generate run time type descriptor information
fef3106c
NB
767
768fshort-double
5498f011 769C ObjC C++ ObjC++ Optimization Var(flag_short_double)
5a170a05 770Use the same size for double as for float
fef3106c
NB
771
772fshort-enums
5498f011 773C ObjC C++ ObjC++ Optimization Var(flag_short_enums)
5a170a05 774Use the narrowest integer type possible for enumeration types
fef3106c
NB
775
776fshort-wchar
5498f011 777C ObjC C++ ObjC++ Optimization Var(flag_short_wchar)
5a170a05 778Force the underlying type for \"wchar_t\" to be \"unsigned short\"
fef3106c 779
fef3106c 780fsigned-bitfields
5498f011 781C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
5a170a05 782When \"signed\" or \"unsigned\" is not given make the bitfield signed
fef3106c
NB
783
784fsigned-char
5498f011 785C ObjC C++ ObjC++ LTO Var(flag_signed_char)
5a170a05 786Make \"char\" signed by default
fef3106c
NB
787
788fsquangle
2d2bd949 789C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
790
791fstats
5498f011 792C++ ObjC++ Var(flag_detailed_statistics)
bae92bf3 793Display statistics accumulated during compilation
fef3106c 794
cbb4feb3
JM
795fstrict-enums
796C++ ObjC++ Optimization Var(flag_strict_enums)
797Assume that values of enumeration type are always within the minimum range of that type
798
fef3106c 799fstrict-prototype
2d2bd949 800C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
801
802ftabstop=
7b086b11 803C ObjC C++ ObjC++ Joined RejectNegative UInteger
72de27ea 804-ftabstop=<number> Distance between tab stops for column reporting
fef3106c
NB
805
806ftemplate-depth-
5de8299c 807C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
124e0d27
MLI
808
809ftemplate-depth=
c22cacf3 810C++ ObjC++ Joined RejectNegative UInteger
124e0d27 811-ftemplate-depth=<number> Specify maximum template instantiation depth
fef3106c
NB
812
813fthis-is-variable
2d2bd949 814C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 815
40aac948 816fthreadsafe-statics
5498f011 817C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
c85ce869 818-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
40aac948 819
fef3106c 820funsigned-bitfields
5498f011 821C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0) VarExists
5a170a05 822When \"signed\" or \"unsigned\" is not given make the bitfield unsigned
fef3106c
NB
823
824funsigned-char
5498f011 825C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0) VarExists
5a170a05 826Make \"char\" unsigned by default
fef3106c
NB
827
828fuse-cxa-atexit
5498f011 829C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
bae92bf3 830Use __cxa_atexit to register destructors
fef3106c 831
c7b5e395 832fuse-cxa-get-exception-ptr
5498f011 833C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
c7b5e395
GK
834Use __cxa_get_exception_ptr in exception handling
835
d7afec4b 836fvisibility-inlines-hidden
d0b07283 837C++ ObjC++
d7afec4b
ND
838Marks all inlined methods as having hidden visibility
839
ddbfd28d
GK
840fvisibility-ms-compat
841C++ ObjC++ Var(flag_visibility_ms_compat)
842Changes visibility to match Microsoft Visual Studio by default
843
fef3106c 844fvtable-gc
2d2bd949 845C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 846No longer supported
fef3106c
NB
847
848fvtable-thunks
2d2bd949 849C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 850No longer supported
fef3106c
NB
851
852fweak
5498f011 853C++ ObjC++ Var(flag_weak) Init(1)
bae92bf3 854Emit common-like symbols as weak symbols
fef3106c 855
e6cc3a24
ZW
856fwide-exec-charset=
857C ObjC C++ ObjC++ Joined RejectNegative
72de27ea 858-fwide-exec-charset=<cset> Convert all wide strings and character constants to character set <cset>
e6cc3a24 859
b20d9f0c 860fworking-directory
5498f011 861C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
b20d9f0c
AO
862Generate a #line directive pointing at the current working directory
863
fef3106c 864fxref
2d2bd949 865C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 866No longer supported
fef3106c 867
264fa2db 868fzero-link
5498f011 869ObjC ObjC++ Var(flag_zero_link)
264fa2db
ZL
870Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
871
fef3106c 872gen-decls
5498f011 873ObjC ObjC++ Var(flag_gen_declaration)
f2ac9964 874Dump declarations to a .decl file
fef3106c 875
39ef6592
LC
876femit-struct-debug-baseonly
877C ObjC C++ ObjC++
878-femit-struct-debug-baseonly Aggressive reduced debug info for structs
879
880femit-struct-debug-reduced
881C ObjC C++ ObjC++
882-femit-struct-debug-reduced Conservative reduced debug info for structs
883
884femit-struct-debug-detailed=
885C ObjC C++ ObjC++ Joined
886-femit-struct-debug-detailed=<spec-list> Detailed reduced debug info for structs
887
fef3106c 888idirafter
61ff2bdc 889C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 890-idirafter <dir> Add <dir> to the end of the system include path
fef3106c
NB
891
892imacros
61ff2bdc 893C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 894-imacros <file> Accept definition of macros in <file>
fef3106c 895
2b6dd222
JM
896imultilib
897C ObjC C++ ObjC++ Joined Separate
f94e1d66 898-imultilib <dir> Set <dir> to be the multilib include subdirectory
2b6dd222 899
fef3106c 900include
61ff2bdc 901C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 902-include <file> Include the contents of <file> before other files
fef3106c
NB
903
904iprefix
905C ObjC C++ ObjC++ Joined Separate
72de27ea 906-iprefix <path> Specify <path> as a prefix for next two options
fef3106c
NB
907
908isysroot
61ff2bdc 909C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 910-isysroot <dir> Set <dir> to be the system root directory
fef3106c
NB
911
912isystem
61ff2bdc 913C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 914-isystem <dir> Add <dir> to the start of the system include path
fef3106c 915
4bed3787 916iquote
61ff2bdc 917C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4bed3787
MS
918-iquote <dir> Add <dir> to the end of the quote include path
919
fef3106c
NB
920iwithprefix
921C ObjC C++ ObjC++ Joined Separate
72de27ea 922-iwithprefix <dir> Add <dir> to the end of the system include path
fef3106c
NB
923
924iwithprefixbefore
925C ObjC C++ ObjC++ Joined Separate
72de27ea 926-iwithprefixbefore <dir> Add <dir> to the end of the main include path
fef3106c
NB
927
928lang-asm
603349bf 929C Undocumented RejectDriver
fef3106c 930
fef3106c
NB
931nostdinc
932C ObjC C++ ObjC++
72de27ea 933Do not search standard system include directories (those specified with -isystem will still be used)
fef3106c
NB
934
935nostdinc++
72de27ea
NB
936C++ ObjC++
937Do not search standard system include directories for C++
fef3106c
NB
938
939o
940C ObjC C++ ObjC++ Joined Separate
72de27ea 941; Documented in common.opt
fef3106c
NB
942
943pedantic
944C ObjC C++ ObjC++
72de27ea 945; Documented in common.opt
fef3106c
NB
946
947pedantic-errors
948C ObjC C++ ObjC++
72de27ea 949; Documented in common.opt
fef3106c
NB
950
951print-objc-runtime-info
952ObjC ObjC++
f2ac9964 953Generate C header of platform-specific features
fef3106c
NB
954
955remap
956C ObjC C++ ObjC++
72de27ea 957Remap file names when including files
fef3106c
NB
958
959std=c++98
960C++ ObjC++
72de27ea 961Conform to the ISO 1998 C++ standard
fef3106c 962
966541e3
DG
963std=c++0x
964C++ ObjC++
965Conform to the ISO 1998 C++ standard, with extensions that are likely to
966become a part of the upcoming ISO C++ standard, dubbed C++0x. Note that the
967extensions enabled by this mode are experimental and may be removed in
968future releases of GCC.
969
2778d766
JM
970std=c1x
971C ObjC
972Conform to the ISO 201X C standard draft (experimental and incomplete support)
973
fef3106c 974std=c89
5de8299c 975C ObjC Alias(std=c90)
72de27ea 976Conform to the ISO 1990 C standard
fef3106c 977
7e1542b9
MLI
978std=c90
979C ObjC
980Conform to the ISO 1990 C standard
981
fef3106c
NB
982std=c99
983C ObjC
72de27ea 984Conform to the ISO 1999 C standard
fef3106c
NB
985
986std=c9x
5de8299c 987C ObjC Alias(std=c99)
72de27ea 988Deprecated in favor of -std=c99
fef3106c
NB
989
990std=gnu++98
991C++ ObjC++
72de27ea 992Conform to the ISO 1998 C++ standard with GNU extensions
fef3106c 993
966541e3
DG
994std=gnu++0x
995C++ ObjC++
996Conform to the ISO 1998 C++ standard, with GNU extensions and
997extensions that are likely to become a part of the upcoming ISO C++
998standard, dubbed C++0x. Note that the extensions enabled by this mode
999are experimental and may be removed in future releases of GCC.
1000
2778d766
JM
1001std=gnu1x
1002C ObjC
1003Conform to the ISO 201X C standard draft with GNU extensions (experimental and incomplete support)
1004
fef3106c 1005std=gnu89
5de8299c 1006C ObjC Alias(std=gnu90)
72de27ea 1007Conform to the ISO 1990 C standard with GNU extensions
fef3106c 1008
7e1542b9
MLI
1009std=gnu90
1010C ObjC
1011Conform to the ISO 1990 C standard with GNU extensions
1012
fef3106c
NB
1013std=gnu99
1014C ObjC
72de27ea 1015Conform to the ISO 1999 C standard with GNU extensions
fef3106c
NB
1016
1017std=gnu9x
5de8299c 1018C ObjC Alias(std=gnu99)
72de27ea 1019Deprecated in favor of -std=gnu99
fef3106c
NB
1020
1021std=iso9899:1990
5de8299c 1022C ObjC Alias(std=c90)
3a1e400e 1023Conform to the ISO 1990 C standard
fef3106c
NB
1024
1025std=iso9899:199409
1026C ObjC
72de27ea 1027Conform to the ISO 1990 C standard as amended in 1994
fef3106c
NB
1028
1029std=iso9899:1999
5de8299c 1030C ObjC Alias(std=c99)
3a1e400e 1031Conform to the ISO 1999 C standard
fef3106c
NB
1032
1033std=iso9899:199x
5de8299c 1034C ObjC Alias(std=c99)
3a1e400e 1035Deprecated in favor of -std=iso9899:1999
fef3106c
NB
1036
1037traditional-cpp
1038C ObjC C++ ObjC++
72de27ea 1039Enable traditional preprocessing
fef3106c
NB
1040
1041trigraphs
1042C ObjC C++ ObjC++
72de27ea 1043-trigraphs Support ISO C trigraphs
fef3106c
NB
1044
1045undef
5498f011 1046C ObjC C++ ObjC++ Var(flag_undef)
72de27ea 1047Do not predefine system-specific and GCC-specific macros
fef3106c
NB
1048
1049v
b3eaaf1a 1050Common C ObjC C++ ObjC++
72de27ea 1051Enable verbose output
fef3106c
NB
1052
1053w
1054C ObjC C++ ObjC++
72de27ea 1055; Documented in common.opt
e11a4ae5
NB
1056
1057; This comment is to ensure we retain the blank line above.