]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/c.opt
config.host (*-*-aix*): Move rs6000/t-ibm-ldouble after rs6000/t-slibgcc-aix.
[thirdparty/gcc.git] / gcc / c-family / c.opt
CommitLineData
fef3106c 1; Options for the C, ObjC, C++ and ObjC++ front ends.
47ea1edf 2; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
93286335 3; 2011, 2012 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
e200444e
JM
37-all-warnings
38C ObjC C++ ObjC++ Warning Alias(Wall)
39
40-ansi
41C ObjC C++ ObjC++ Alias(ansi)
42
43-assert
44C ObjC C++ ObjC++ Separate Alias(A) MissingArgError(assertion missing after %qs)
45
46-assert=
47C ObjC C++ ObjC++ Joined Alias(A) MissingArgError(assertion missing after %qs)
48
49-comments
50C ObjC C++ ObjC++ Alias(C)
51
52-comments-in-macros
53C ObjC C++ ObjC++ Alias(CC)
54
55-define-macro
56C ObjC C++ ObjC++ Separate Alias(D) MissingArgError(macro name missing after %qs)
57
58-define-macro=
59C ObjC C++ ObjC++ Joined Alias(D) MissingArgError(macro name missing after %qs)
60
61-dependencies
62C ObjC C++ ObjC++ Alias(M)
63
64-dump
65C ObjC C++ ObjC++ Separate Alias(d)
66
67-dump=
68C ObjC C++ ObjC++ Joined Alias(d)
69
70-imacros
71C ObjC C++ ObjC++ Separate Alias(imacros) MissingArgError(missing filename after %qs)
72
73-imacros=
74C ObjC C++ ObjC++ Joined Alias(imacros) MissingArgError(missing filename after %qs)
75
76-include
77C ObjC C++ ObjC++ Separate Alias(include) MissingArgError(missing filename after %qs)
78
79-include=
80C ObjC C++ ObjC++ Joined Alias(include) MissingArgError(missing filename after %qs)
81
82-include-barrier
83C ObjC C++ ObjC++ Alias(I, -)
84
85-include-directory
86C ObjC C++ ObjC++ Separate Alias(I) MissingArgError(missing path after %qs)
87
88-include-directory=
89C ObjC C++ ObjC++ Joined Alias(I) MissingArgError(missing path after %qs)
90
91-include-directory-after
92C ObjC C++ ObjC++ Separate Alias(idirafter) MissingArgError(missing path after %qs)
93
94-include-directory-after=
95C ObjC C++ ObjC++ Joined Alias(idirafter) MissingArgError(missing path after %qs)
96
97-include-prefix
98C ObjC C++ ObjC++ Separate Alias(iprefix)
99
100-include-prefix=
101C ObjC C++ ObjC++ JoinedOrMissing Alias(iprefix)
102
103-include-with-prefix
104C ObjC C++ ObjC++ Separate Alias(iwithprefix)
105
106-include-with-prefix=
107C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefix)
108
109-include-with-prefix-after
110C ObjC C++ ObjC++ Separate Alias(iwithprefix)
111
112-include-with-prefix-after=
113C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefix)
114
115-include-with-prefix-before
116C ObjC C++ ObjC++ Separate Alias(iwithprefixbefore)
117
118-include-with-prefix-before=
119C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefixbefore)
120
121-no-integrated-cpp
122Driver Alias(no-integrated-cpp)
123
124-no-line-commands
125C ObjC C++ ObjC++ Alias(P)
126
127-no-standard-includes
128C ObjC C++ ObjC++ Alias(nostdinc)
129
130-no-warnings
131C ObjC C++ ObjC++ Alias(w)
132
133-output
134C ObjC C++ ObjC++ Separate Alias(o)
135
136-output=
137C ObjC C++ ObjC++ Joined Alias(o)
138
fef3106c
NB
139-output-pch=
140C ObjC C++ ObjC++ Joined Separate
141
e200444e
JM
142-pedantic
143C ObjC C++ ObjC++ Alias(pedantic)
144
e200444e
JM
145-preprocess
146C ObjC C++ ObjC++ Undocumented Alias(E)
147
148-print-missing-file-dependencies
149C ObjC C++ ObjC++ Alias(MG)
150
151-trace-includes
152C ObjC C++ ObjC++ Alias(H)
153
154-traditional
155Driver Alias(traditional)
156
157-traditional-cpp
158C ObjC C++ ObjC++ Alias(traditional-cpp)
159
160-trigraphs
161C ObjC C++ ObjC++ Alias(trigraphs)
162
163-undefine-macro
164C ObjC C++ ObjC++ Separate Alias(U) MissingArgError(macro name missing after %qs)
165
166-undefine-macro=
167C ObjC C++ ObjC++ Joined Alias(U) MissingArgError(macro name missing after %qs)
168
169-user-dependencies
170C ObjC C++ ObjC++ Alias(MM)
171
172-verbose
173Common C ObjC C++ ObjC++ Alias(v)
174
175-write-dependencies
176C ObjC C++ ObjC++ NoDriverArg Separate Alias(MD) MissingArgError(missing filename after %qs)
177
178-write-user-dependencies
179C ObjC C++ ObjC++ NoDriverArg Separate Alias(MMD) MissingArgError(missing filename after %qs)
180
fef3106c 181A
61ff2bdc 182C ObjC C++ ObjC++ Joined Separate MissingArgError(assertion missing after %qs)
72de27ea 183-A<question>=<answer> Assert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>
fef3106c
NB
184
185C
186C ObjC C++ ObjC++
72de27ea 187Do not discard comments
fef3106c
NB
188
189CC
190C ObjC C++ ObjC++
72de27ea 191Do not discard comments in macro expansions
fef3106c
NB
192
193D
61ff2bdc 194C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
72de27ea 195-D<macro>[=<val>] Define a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1
fef3106c
NB
196
197E
5498f011 198C ObjC C++ ObjC++ Undocumented Var(flag_preprocess_only)
fef3106c 199
94d1613b 200F
bd837408 201Driver C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4e994432 202-F <dir> Add <dir> to the end of the main framework include path
94d1613b 203
fef3106c
NB
204H
205C ObjC C++ ObjC++
72de27ea 206Print the name of header files as they are used
fef3106c
NB
207
208I
61ff2bdc 209C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4bed3787 210-I <dir> Add <dir> to the end of the main include path
fef3106c
NB
211
212M
213C ObjC C++ ObjC++
72de27ea 214Generate make dependencies
fef3106c 215
c878765b
JM
216MD
217C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
218Generate make dependencies and compile
fef3106c
NB
219
220MF
61ff2bdc 221C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 222-MF <file> Write dependency output to the given file
fef3106c
NB
223
224MG
225C ObjC C++ ObjC++
72de27ea 226Treat missing header files as generated files
fef3106c
NB
227
228MM
229C ObjC C++ ObjC++
72de27ea 230Like -M but ignore system header files
fef3106c 231
c878765b
JM
232MMD
233C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
234Like -MD but ignore system header files
fef3106c
NB
235
236MP
237C ObjC C++ ObjC++
72de27ea 238Generate phony targets for all headers
fef3106c
NB
239
240MQ
61ff2bdc 241C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
72de27ea 242-MQ <target> Add a MAKE-quoted target
fef3106c
NB
243
244MT
61ff2bdc 245C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
72de27ea 246-MT <target> Add an unquoted target
fef3106c
NB
247
248P
249C ObjC C++ ObjC++
72de27ea 250Do not generate #line directives
fef3106c
NB
251
252U
61ff2bdc 253C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
72de27ea 254-U<macro> Undefine <macro>
fef3106c
NB
255
256Wabi
d7f09764 257C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
7619c085 258Warn about things that will change when compiling with an ABI-compliant compiler
fef3106c 259
bce08d50 260Wpsabi
d7f09764 261C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Undocumented
bce08d50 262
c116cd05
MLI
263Waddress
264C ObjC C++ ObjC++ Var(warn_address) Warning
265Warn about suspicious uses of memory addresses
266
fef3106c 267Wall
c662432e 268C ObjC C++ ObjC++ Warning
5a170a05 269Enable most warning messages
fef3106c 270
6e955430 271Wassign-intercept
c662432e 272ObjC ObjC++ Var(warn_assign_intercept) Warning
6e955430
ZL
273Warn whenever an Objective-C assignment is being intercepted by the garbage collector
274
fef3106c 275Wbad-function-cast
c662432e 276C ObjC Var(warn_bad_function_cast) Warning
5a170a05 277Warn about casting functions to incompatible types
fef3106c 278
c047ce93
SB
279Wbuiltin-macro-redefined
280C ObjC C++ ObjC++ Warning
281Warn when a built-in preprocessor macro is undefined or redefined
282
b7e20b53 283Wc++-compat
2cbac420 284C ObjC Var(warn_cxx_compat) Warning
b7e20b53
GDR
285Warn about C constructs that are not in the common subset of C and C++
286
e1f1ee86 287Wc++0x-compat
f2bc201f 288C++ ObjC++ Var(warn_cxx0x_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
97e3ad20
JM
289Deprecated in favor of -Wc++11-compat
290
291Wc++11-compat
292C++ ObjC++ Warning Alias(Wc++0x-compat)
293Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011
b7e20b53 294
fef3106c 295Wcast-qual
c662432e 296C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
5a170a05 297Warn about casts which discard qualifiers
fef3106c
NB
298
299Wchar-subscripts
c662432e 300C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning
5a170a05 301Warn about subscripts whose type is \"char\"
fef3106c 302
2b001724 303Wclobbered
95744782 304C ObjC C++ ObjC++ Var(warn_clobbered) Warning EnabledBy(Wextra)
2b001724
MLI
305Warn about variables that might be changed by \"longjmp\" or \"vfork\"
306
fef3106c 307Wcomment
c662432e 308C ObjC C++ ObjC++ Warning
72de27ea 309Warn about possibly nested block comments, and C++ comments spanning more than one physical line
fef3106c
NB
310
311Wcomments
5de8299c 312C ObjC C++ ObjC++ Warning Alias(Wcomment)
72de27ea 313Synonym for -Wcomment
fef3106c
NB
314
315Wconversion
c662432e 316C ObjC C++ ObjC++ Var(warn_conversion) Warning
05170031 317Warn for implicit type conversions that may change a value
fef3106c 318
17251338
MLI
319Wconversion-null
320C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
321Warn for converting NULL from/to a non-pointer type
322
7060db96
MLI
323Wsign-conversion
324C ObjC C++ ObjC++ Var(warn_sign_conversion) Init(-1)
325Warn for implicit type conversions between signed and unsigned integers
326
fef3106c 327Wctor-dtor-privacy
c662432e 328C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
bae92bf3 329Warn when all constructors and destructors are private
fef3106c 330
85617eba 331Wdeclaration-after-statement
c662432e 332C ObjC Var(warn_declaration_after_statement) Warning
85617eba
HPN
333Warn when a declaration is found after a statement
334
014ab419 335Wdelete-non-virtual-dtor
f2bc201f 336C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall)
014ab419
JW
337Warn about deleting polymorphic objects with non-virtual destructors
338
fef3106c 339Wdeprecated
899015a0 340C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning
9a0f3e86 341Warn if a deprecated compiler feature, class, method, or field is used
fef3106c
NB
342
343Wdiv-by-zero
2cbac420 344C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
5a170a05 345Warn about compile-time integer division by zero
fef3106c
NB
346
347Weffc++
c662432e 348C++ ObjC++ Var(warn_ecpp) Warning
bae92bf3 349Warn about violations of Effective C++ style rules
fef3106c 350
b3b433c5 351Wempty-body
95744782 352C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
b3b433c5
MLI
353Warn about an empty body in an if or else statement
354
fef3106c 355Wendif-labels
c662432e 356C ObjC C++ ObjC++ Warning
72de27ea 357Warn about stray tokens after #elif and #endif
fef3106c 358
a3299096 359Wenum-compare
6866c6e8 360C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning
a3299096
MM
361Warn about comparison of different enum types
362
fef3106c
NB
363Werror
364C ObjC C++ ObjC++
72de27ea 365; Documented in common.opt
fef3106c
NB
366
367Werror-implicit-function-declaration
5de8299c 368C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
dc90f45b 369This switch is deprecated; use -Werror=implicit-function-declaration instead
fef3106c
NB
370
371Wfloat-equal
c662432e 372C ObjC C++ ObjC++ Var(warn_float_equal) Warning
5a170a05 373Warn if testing floating point numbers for equality
fef3106c
NB
374
375Wformat
c662432e 376C ObjC C++ ObjC++ Warning
5a170a05 377Warn about printf/scanf/strftime/strfmon format string anomalies
fef3106c
NB
378
379Wformat-extra-args
c662432e 380C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning
5a170a05 381Warn if passing too many arguments to a function for its format string
fef3106c
NB
382
383Wformat-nonliteral
c662432e 384C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning
5a170a05 385Warn about format strings that are not literals
fef3106c 386
ca178f85 387Wformat-contains-nul
6d16b6e7 388C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning
ca178f85
BK
389Warn about format strings that contain NUL bytes
390
fef3106c 391Wformat-security
c662432e 392C ObjC C++ ObjC++ Var(warn_format_security) Warning
5a170a05 393Warn about possible security problems with format functions
fef3106c
NB
394
395Wformat-y2k
c662432e 396C ObjC C++ ObjC++ Var(warn_format_y2k) Warning
5a170a05 397Warn about strftime formats yielding 2-digit years
fef3106c
NB
398
399Wformat-zero-length
4fbbcd7f 400C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning
7619c085 401Warn about zero-length formats
fef3106c
NB
402
403Wformat=
c662432e 404C ObjC C++ ObjC++ Joined Warning
fef3106c 405
5db2e9ca 406Wignored-qualifiers
95744782 407C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
5db2e9ca
DK
408Warn whenever type qualifiers are ignored.
409
3390f9c9 410Winit-self
c662432e 411C ObjC C++ ObjC++ Var(warn_init_self) Warning
ab532386 412Warn about variables which are initialized to themselves
3390f9c9 413
fef3106c 414Wimplicit
3734d960
MLI
415C ObjC Var(warn_implicit) Init(-1) Warning
416Warn about implicit declarations
fef3106c 417
0a0b3574
MM
418Wdouble-promotion
419C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
420Warn about implicit conversions from \"float\" to \"double\"
421
fef3106c 422Wimplicit-function-declaration
dc90f45b 423C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning
5a170a05 424Warn about implicit function declarations
fef3106c
NB
425
426Wimplicit-int
3734d960 427C ObjC Var(warn_implicit_int) Init(-1) Warning
5a170a05 428Warn when a declaration does not specify a type
fef3106c
NB
429
430Wimport
2d2bd949 431C ObjC C++ ObjC++ Undocumented Ignore
fef3106c 432
53a2494e 433Wint-to-pointer-cast
dc8d2739 434C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
53a2494e
JM
435Warn when there is a cast to a pointer from an integer of a different size
436
fef3106c 437Winvalid-offsetof
c662432e 438C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
bae92bf3 439Warn about invalid uses of the \"offsetof\" macro
fef3106c
NB
440
441Winvalid-pch
c662432e 442C ObjC C++ ObjC++ Warning
5a170a05 443Warn about PCH files that are found but not used
fef3106c 444
e1b7793c 445Wjump-misses-init
f2bc201f 446C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
e1b7793c
ILT
447Warn when a jump misses a variable initialization
448
7f5f5f98
OW
449Wliteral-suffix
450C++ ObjC++ Warning
451Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
452
ca409efd 453Wlogical-op
7bb27074 454C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
ca409efd
MLI
455Warn when a logical operator is suspiciously always evaluating to true or false
456
fef3106c 457Wlong-long
9c650d90 458C ObjC C++ ObjC++ Var(warn_long_long) Init(-1) Warning
5a170a05 459Do not warn about using \"long long\" when -pedantic
fef3106c
NB
460
461Wmain
4003301d 462C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning
5a170a05 463Warn about suspicious declarations of \"main\"
fef3106c
NB
464
465Wmissing-braces
4f7f7aca 466C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
5a170a05 467Warn about possibly missing braces around initializers
fef3106c
NB
468
469Wmissing-declarations
c662432e 470C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
5a170a05 471Warn about global functions without previous declarations
fef3106c 472
eaac4679 473Wmissing-field-initializers
95744782 474C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
eaac4679
RS
475Warn about missing fields in struct initializers
476
90137d8f
MLI
477Wsuggest-attribute=format
478C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
5a170a05 479Warn about functions which might be candidates for format attributes
fef3106c 480
90137d8f
MLI
481Wmissing-format-attribute
482C ObjC C++ ObjC++ Alias(Wsuggest-attribute=format)
483;
484
b02398bd 485Wmissing-include-dirs
c662432e 486C ObjC C++ ObjC++ Warning
b02398bd
BE
487Warn about user-specified include directories that do not exist
488
cb4af25a 489Wmissing-parameter-type
95744782 490C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
cb4af25a
MLI
491Warn about function parameters declared without a type specifier in K&R-style functions
492
fef3106c 493Wmissing-prototypes
c662432e 494C ObjC Var(warn_missing_prototypes) Warning
5a170a05 495Warn about global functions without prototypes
fef3106c 496
5720c0dc
RG
497Wmudflap
498C ObjC C++ ObjC++ Var(warn_mudflap) Init(1) Warning
499Warn about constructs not instrumented by -fmudflap
500
fef3106c 501Wmultichar
c662432e 502C ObjC C++ ObjC++ Warning
5a170a05 503Warn about use of multi-character character constants
fef3106c 504
76f86d00 505Wnarrowing
25339f10
JM
506C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1)
507Warn about narrowing conversions within { } that are ill-formed in C++11
76f86d00 508
fef3106c 509Wnested-externs
c662432e 510C ObjC Var(warn_nested_externs) Warning
5a170a05 511Warn about \"extern\" declarations not at file scope
fef3106c 512
59f9c2ed
JM
513Wnoexcept
514C++ ObjC++ Var(warn_noexcept) Warning
3c820dcd 515Warn when a noexcept expression evaluates to false even though the expression can't actually throw
59f9c2ed 516
fef3106c 517Wnon-template-friend
c662432e 518C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
bae92bf3 519Warn when non-templatized friend functions are declared within a template
fef3106c
NB
520
521Wnon-virtual-dtor
c662432e 522C++ ObjC++ Var(warn_nonvdtor) Warning
bae92bf3 523Warn about non-virtual destructors
fef3106c
NB
524
525Wnonnull
ef12edb5 526C ObjC C++ ObjC++ Var(warn_nonnull) Warning
7619c085 527Warn about NULL being passed to argument slots marked as requiring non-NULL
fef3106c 528
50668cf6 529Wnormalized=
c662432e 530C ObjC C++ ObjC++ Joined Warning
50668cf6
GK
531-Wnormalized=<id|nfc|nfkc> Warn about non-normalised Unicode strings
532
fef3106c 533Wold-style-cast
c662432e 534C++ ObjC++ Var(warn_old_style_cast) Warning
bae92bf3 535Warn if a C-style cast is used in a program
fef3106c 536
b1ed4cb4 537Wold-style-declaration
95744782 538C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
b1ed4cb4
MLI
539Warn for obsolescent usage in a declaration
540
c034f121 541Wold-style-definition
c662432e 542C ObjC Var(warn_old_style_definition) Warning
c034f121
AJ
543Warn if an old-style parameter definition is used
544
89a42ac8 545Woverlength-strings
c662432e 546C ObjC C++ ObjC++ Var(warn_overlength_strings) Init(-1) Warning
89a42ac8
ZW
547Warn if a string is longer than the maximum portable length specified by the standard
548
fef3106c 549Woverloaded-virtual
c662432e 550C++ ObjC++ Var(warn_overloaded_virtual) Warning
bae92bf3 551Warn about overloaded virtual function names
fef3106c 552
7ed322d7 553Woverride-init
95744782 554C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
7ed322d7
JM
555Warn about overriding initializers without side effects
556
2cd36c22 557Wpacked-bitfield-compat
bee6fa6d 558C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
2cd36c22
AN
559Warn about packed bit-fields whose offset changed in GCC 4.4
560
fef3106c 561Wparentheses
c662432e 562C ObjC C++ ObjC++ Var(warn_parentheses) Warning
5a170a05 563Warn about possibly missing parentheses
fef3106c 564
c1771a20
MLI
565Wpedantic
566C ObjC C++ ObjC++ Warning
567; Documented in common.opt
568
fef3106c 569Wpmf-conversions
c662432e 570C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
bae92bf3 571Warn when converting the type of pointers to member functions
fef3106c
NB
572
573Wpointer-arith
c662432e 574C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning
5a170a05 575Warn about function pointer arithmetic
fef3106c 576
53a2494e 577Wpointer-to-int-cast
c662432e 578C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
53a2494e
JM
579Warn when a pointer is cast to an integer of a different size
580
b9b8dde3 581Wpragmas
c662432e 582C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
b9b8dde3
DD
583Warn about misuses of pragmas
584
9a179d01
NP
585Wproperty-assign-default
586ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
587Warn if a property for an Objective-C object has no assign semantics specified
588
fef3106c 589Wprotocol
c662432e 590ObjC ObjC++ Var(warn_protocol) Init(1) Warning
f2ac9964 591Warn if inherited methods are unimplemented
fef3106c
NB
592
593Wredundant-decls
c662432e 594C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
5a170a05 595Warn about multiple declarations of the same object
fef3106c
NB
596
597Wreorder
f2bc201f 598C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
bae92bf3 599Warn when the compiler reorders code
fef3106c
NB
600
601Wreturn-type
c662432e 602C ObjC C++ ObjC++ Var(warn_return_type) Warning
bae92bf3 603Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)
fef3106c
NB
604
605Wselector
c662432e 606ObjC ObjC++ Var(warn_selector) Warning
f2ac9964 607Warn if a selector has multiple methods
fef3106c
NB
608
609Wsequence-point
c662432e 610C ObjC C++ ObjC++ Var(warn_sequence_point) Warning
5a170a05 611Warn about possible violations of sequence point rules
fef3106c
NB
612
613Wsign-compare
c662432e 614C ObjC C++ ObjC++ Var(warn_sign_compare) Init(-1) Warning
5a170a05 615Warn about signed-unsigned comparisons
fef3106c
NB
616
617Wsign-promo
c662432e 618C++ ObjC++ Var(warn_sign_promo) Warning
bae92bf3 619Warn when overload promotes from unsigned to signed
fef3106c 620
b2f97e4a 621Wstrict-null-sentinel
5498f011 622C++ ObjC++ Warning Var(warn_strict_null_sentinel)
b2f97e4a
MM
623Warn about uncasted NULL used as sentinel
624
fef3106c 625Wstrict-prototypes
c662432e 626C ObjC Var(warn_strict_prototypes) Warning
5a170a05 627Warn about unprototyped function declarations
fef3106c 628
6e955430 629Wstrict-selector-match
c662432e 630ObjC ObjC++ Var(warn_strict_selector_match) Warning
6e955430
ZL
631Warn if type signatures of candidate methods do not match exactly
632
23462d4d
UB
633Wsync-nand
634C C++ Var(warn_sync_nand) Init(1) Warning
635Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used
636
fef3106c 637Wsynth
c662432e 638C++ ObjC++ Var(warn_synth) Warning
802e3f8c 639Deprecated. This switch has no effect
fef3106c
NB
640
641Wsystem-headers
c662432e 642C ObjC C++ ObjC++ Warning
9a0f3e86 643; Documented in common.opt
fef3106c
NB
644
645Wtraditional
c662432e 646C ObjC Var(warn_traditional) Warning
72de27ea 647Warn about features not present in traditional C
fef3106c 648
05170031 649Wtraditional-conversion
c662432e 650C ObjC Var(warn_traditional_conversion) Warning
05170031
MLI
651Warn of prototypes causing type conversions different from what would happen in the absence of prototype
652
fef3106c 653Wtrigraphs
c662432e 654C ObjC C++ ObjC++ Warning
72de27ea 655Warn if trigraphs are encountered that might affect the meaning of the program
fef3106c
NB
656
657Wundeclared-selector
c662432e 658ObjC ObjC++ Var(warn_undeclared_selector) Warning
7619c085 659Warn about @selector()s without previously declared methods
fef3106c
NB
660
661Wundef
c662432e 662C ObjC C++ ObjC++ Warning
72de27ea 663Warn if an undefined macro is used in an #if directive
fef3106c
NB
664
665Wunknown-pragmas
c662432e 666C ObjC C++ ObjC++ Warning
5a170a05 667Warn about unrecognized pragmas
fef3106c 668
6ec637a4
JJ
669Wunsuffixed-float-constants
670C ObjC Var(warn_unsuffixed_float_constants) Warning
671Warn about unsuffixed float constants
672
3797cb21 673Wunused-local-typedefs
650dc14a 674C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
93286335 675Warn when typedefs locally defined in a function are not used
3797cb21 676
fef3106c 677Wunused-macros
c662432e 678C ObjC C++ ObjC++ Warning
72de27ea 679Warn about macros defined in the main file that are not used
fef3106c 680
156f545a
MLI
681Wunused-result
682C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
683Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value
684
e5b79219 685Wvariadic-macros
c662432e 686C ObjC C++ ObjC++ Warning
e5b79219
RH
687Do not warn about using variadic macros when -pedantic
688
b9c8da34
DS
689Wvarargs
690C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
691Warn about questionable usage of the macros used to retrieve variable arguments
692
50d50fc7
SP
693Wvla
694C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
695Warn if a variable length array is used
696
16302daf
MLI
697Wvolatile-register-var
698C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning
699Warn when a register variable is declared volatile
700
fef3106c 701Wwrite-strings
c662432e 702C ObjC C++ ObjC++ Var(warn_write_strings) Warning
d8a07487 703In 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 704
f2fd3821 705Wpointer-sign
c662432e 706C ObjC Var(warn_pointer_sign) Init(-1) Warning
c85ce869 707Warn when a pointer differs in signedness in an assignment
f2fd3821 708
89401152
PC
709Wzero-as-null-pointer-constant
710C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
711Warn when a literal '0' is used as null pointer
712
04398fa8
PC
713Wuseless-cast
714C++ ObjC++ Var(warn_useless_cast) Warning
715Warn about useless casts
716
fef3106c
NB
717ansi
718C ObjC C++ ObjC++
c85ce869 719A synonym for -std=c89 (for C) or -std=c++98 (for C++)
fef3106c
NB
720
721d
722C ObjC C++ ObjC++ Joined
72de27ea 723; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
fef3106c 724
fef3106c 725faccess-control
5498f011 726C++ ObjC++ Var(flag_access_control) Init(1)
bae92bf3 727Enforce class member access control semantics
fef3106c
NB
728
729fall-virtual
2d2bd949 730C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 731
6637388f
TG
732fallow-parameterless-variadic-functions
733C ObjC Var(flag_allow_parameterless_variadic_functions)
734Allow variadic functions without named parameter
735
fef3106c 736falt-external-templates
2d2bd949 737C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 738No longer supported
fef3106c
NB
739
740fasm
5498f011 741C ObjC C++ ObjC++ Var(flag_no_asm, 0)
5a170a05 742Recognize the \"asm\" keyword
fef3106c 743
10e48e39
RO
744; Define extra predefined macros for use in libgcc.
745fbuilding-libgcc
746C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
747
fef3106c 748fbuiltin
5498f011 749C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
5a170a05 750Recognize built-in functions
fef3106c
NB
751
752fbuiltin-
753C ObjC C++ ObjC++ Joined
754
755fcheck-new
5498f011 756C++ ObjC++ Var(flag_check_new)
bae92bf3 757Check the return value of new
fef3106c
NB
758
759fcond-mismatch
760C ObjC C++ ObjC++
5a170a05 761Allow the arguments of the '?' operator to have different types
fef3106c
NB
762
763fconserve-space
5498f011 764C++ ObjC++ Var(flag_conserve_space)
6f07a821 765Does nothing. Preserved for backward compatibility.
fef3106c 766
fef3106c 767fconstant-string-class=
61ff2bdc 768ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
f2ac9964 769-fconst-string-class=<name> Use class <name> for constant strings
fef3106c 770
17bc631c 771fconstexpr-depth=
49a000c3
JM
772C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
773-fconstexpr-depth=<number> Specify maximum constexpr recursion depth
17bc631c 774
847e697a
TT
775fdebug-cpp
776C ObjC C++ ObjC++
777Emit debug annotations during preprocessing
778
5f5babf1 779fdeduce-init-list
15694fdd
JM
780C++ ObjC++ Var(flag_deduce_init_list) Init(0)
781-fdeduce-init-list enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list
5f5babf1 782
fef3106c 783fdefault-inline
2d2bd949 784C++ ObjC++ Ignore
5498f011 785Does nothing. Preserved for backward compatibility.
fef3106c 786
ccfc4c91
OW
787fdirectives-only
788C ObjC C++ ObjC++
789Preprocess directives only.
790
fef3106c
NB
791fdollars-in-identifiers
792C ObjC C++ ObjC++
72de27ea 793Permit '$' as an identifier character
fef3106c 794
fef3106c 795felide-constructors
5498f011 796C++ ObjC++ Var(flag_elide_constructors) Init(1)
fef3106c
NB
797
798fenforce-eh-specs
5498f011 799C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
bae92bf3 800Generate code to check exception specifications
fef3106c
NB
801
802fenum-int-equiv
2d2bd949 803C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 804
e6cc3a24
ZW
805fexec-charset=
806C ObjC C++ ObjC++ Joined RejectNegative
72de27ea 807-fexec-charset=<cset> Convert all strings and character constants to character set <cset>
e6cc3a24 808
af15a2fe
JM
809fextended-identifiers
810C ObjC C++ ObjC++
811Permit universal character names (\\u and \\U) in identifiers
812
16dd5cfe
EC
813finput-charset=
814C ObjC C++ ObjC++ Joined RejectNegative
c85ce869 815-finput-charset=<cset> Specify the default character set for source files
16dd5cfe
EC
816
817
fef3106c 818fexternal-templates
2d2bd949 819C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 820
fef3106c 821ffor-scope
5498f011 822C++ ObjC++ Var(flag_new_for_scope) Init(1)
bae92bf3 823Scope of for-init-statement variables is local to the loop
fef3106c
NB
824
825ffreestanding
820b51ae 826C ObjC C++ ObjC++
5a170a05 827Do not assume that standard C libraries and \"main\" exist
fef3106c
NB
828
829fgnu-keywords
5498f011 830C++ ObjC++ Var(flag_no_gnu_keywords, 0)
bae92bf3 831Recognize GNU-defined keywords
fef3106c
NB
832
833fgnu-runtime
fea3ca91 834ObjC ObjC++ Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
f2ac9964 835Generate code for GNU runtime environment
fef3106c 836
da1c7394 837fgnu89-inline
2cbac420 838C ObjC Var(flag_gnu89_inline) Init(-1)
da1c7394
ILT
839Use traditional GNU semantics for inline functions
840
fef3106c 841fguiding-decls
2d2bd949 842C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
843
844fhandle-exceptions
2d2bd949 845C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
fef3106c
NB
846
847fhonor-std
2d2bd949 848C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
849
850fhosted
851C ObjC
5a170a05 852Assume normal C execution environment
fef3106c
NB
853
854fhuge-objects
2d2bd949 855C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 856No longer supported
fef3106c
NB
857
858fimplement-inlines
5498f011 859C++ ObjC++ Var(flag_implement_inlines) Init(1)
bae92bf3 860Export functions even if they can be inlined
fef3106c
NB
861
862fimplicit-inline-templates
5498f011 863C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
bae92bf3 864Emit implicit instantiations of inline templates
fef3106c
NB
865
866fimplicit-templates
5498f011 867C++ ObjC++ Var(flag_implicit_templates) Init(1)
bae92bf3 868Emit implicit instantiations of templates
fef3106c 869
d63d5d0c 870ffriend-injection
2cbac420 871C++ ObjC++ Var(flag_friend_injection)
d63d5d0c
ILT
872Inject friend functions into enclosing namespace
873
47ea1edf
DK
874fkeep-inline-dllexport
875C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
876Don't emit dllexported inline functions unless needed
877
fef3106c 878flabels-ok
2d2bd949 879C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 880
00c8e9f6 881flax-vector-conversions
5498f011 882C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
00c8e9f6
MS
883Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
884
fef3106c 885fms-extensions
5498f011 886C ObjC C++ ObjC++ Var(flag_ms_extensions)
bae92bf3 887Don't warn about uses of Microsoft extensions
fef3106c 888
5720c0dc
RG
889fmudflap
890C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap)
891Add mudflap bounds-checking instrumentation for single-threaded program
892
893fmudflapth
894C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap,2)
895Add mudflap bounds-checking instrumentation for multi-threaded program
896
897fmudflapir
898C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap_ignore_reads)
899Ignore read operations when inserting mudflap instrumentation
900
fef3106c 901fname-mangling-version-
2d2bd949 902C++ ObjC++ Joined Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
903
904fnew-abi
2d2bd949 905C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
906
907fnext-runtime
fea3ca91 908ObjC ObjC++ Report RejectNegative Var(flag_next_runtime)
264fa2db
ZL
909Generate code for NeXT (Apple Mac OS X) runtime environment
910
911fnil-receivers
5498f011 912ObjC ObjC++ Var(flag_nil_receivers) Init(1)
264fa2db 913Assume that receivers of Objective-C messages may be nil
fef3106c
NB
914
915fnonansi-builtins
5498f011 916C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
fef3106c
NB
917
918fnonnull-objects
2d2bd949 919C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 920
9feb3d6a
JM
921fnothrow-opt
922C++ ObjC++ Optimization Var(flag_nothrow_opt)
923Treat a throw() exception specification as noexcept to improve code size
924
0a256240
NP
925fobjc-abi-version=
926ObjC ObjC++ Joined Report RejectNegative UInteger Var(flag_objc_abi)
927Specify which ABI to use for Objective-C family code and meta-data generation.
928
6e955430
ZL
929; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
930; to initialize any non-POD ivars in Objective-C++ classes.
931fobjc-call-cxx-cdtors
932ObjC++ Var(flag_objc_call_cxx_cdtors)
933Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed
934
935fobjc-direct-dispatch
936ObjC ObjC++ Var(flag_objc_direct_dispatch)
937Allow fast jumps to the message dispatcher
938
939; Nonzero means that we will allow new ObjC exception syntax (@throw,
940; @try, etc.) in source code.
264fa2db 941fobjc-exceptions
6e955430 942ObjC ObjC++ Var(flag_objc_exceptions)
264fa2db
ZL
943Enable Objective-C exception and synchronization syntax
944
6e955430
ZL
945fobjc-gc
946ObjC ObjC++ Var(flag_objc_gc)
947Enable garbage collection (GC) in Objective-C/Objective-C++ programs
948
0a256240
NP
949fobjc-nilcheck
950ObjC ObjC++ Var(flag_objc_nilcheck,1)
951Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
952
6e955430 953; Nonzero means that we generate NeXT setjmp based exceptions.
093c7153 954fobjc-sjlj-exceptions
6e955430 955ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
093c7153
RH
956Enable Objective-C setjmp exception handling runtime
957
22d8d616
NP
958fobjc-std=objc1
959ObjC ObjC++ Var(flag_objc1_only)
960Conform to the Objective-C 1.0 language as implemented in GCC 4.0
961
953ff289
DN
962fopenmp
963C ObjC C++ ObjC++ Var(flag_openmp)
9a0f3e86 964Enable OpenMP (implies -frecursive in Fortran)
953ff289 965
fef3106c
NB
966foperator-names
967C++ ObjC++
1cbc62c0 968Recognize C++ keywords like \"compl\" and \"xor\"
fef3106c
NB
969
970foptional-diags
2d2bd949 971C++ ObjC++ Ignore
5498f011 972Does nothing. Preserved for backward compatibility.
fef3106c
NB
973
974fpch-deps
975C ObjC C++ ObjC++
976
c0d578e6
GK
977fpch-preprocess
978C ObjC C++ ObjC++
979Look for and use PCH files even when preprocessing
980
fef3106c 981fpermissive
0c3641b0 982C++ ObjC++ Var(flag_permissive)
bae92bf3 983Downgrade conformance errors to warnings
fef3106c 984
478a1c5b
ILT
985fplan9-extensions
986C ObjC Var(flag_plan9_extensions)
987Enable Plan 9 language extensions
988
fef3106c
NB
989fpreprocessed
990C ObjC C++ ObjC++
72de27ea 991Treat the input file as already preprocessed
fef3106c 992
92582b75
TT
993ftrack-macro-expansion
994C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
995; converted into ftrack-macro-expansion=
996
997ftrack-macro-expansion=
998C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
999-ftrack-macro-expansion=<0|1|2> Track locations of tokens coming from macro expansion and display them in error messages
1000
6ea2bd47 1001fpretty-templates
5498f011 1002C++ ObjC++ Var(flag_pretty_templates) Init(1)
6ea2bd47
JM
1003-fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments
1004
264fa2db 1005freplace-objc-classes
5498f011 1006ObjC ObjC++ Var(flag_replace_objc_classes)
264fa2db
ZL
1007Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
1008
fef3106c
NB
1009frepo
1010C++ ObjC++
bae92bf3 1011Enable automatic template instantiation
fef3106c
NB
1012
1013frtti
5498f011 1014C++ ObjC++ Optimization Var(flag_rtti) Init(1)
bae92bf3 1015Generate run time type descriptor information
fef3106c
NB
1016
1017fshort-double
5498f011 1018C ObjC C++ ObjC++ Optimization Var(flag_short_double)
5a170a05 1019Use the same size for double as for float
fef3106c
NB
1020
1021fshort-enums
5498f011 1022C ObjC C++ ObjC++ Optimization Var(flag_short_enums)
5a170a05 1023Use the narrowest integer type possible for enumeration types
fef3106c
NB
1024
1025fshort-wchar
5498f011 1026C ObjC C++ ObjC++ Optimization Var(flag_short_wchar)
5a170a05 1027Force the underlying type for \"wchar_t\" to be \"unsigned short\"
fef3106c 1028
fef3106c 1029fsigned-bitfields
5498f011 1030C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
5a170a05 1031When \"signed\" or \"unsigned\" is not given make the bitfield signed
fef3106c
NB
1032
1033fsigned-char
5498f011 1034C ObjC C++ ObjC++ LTO Var(flag_signed_char)
5a170a05 1035Make \"char\" signed by default
fef3106c
NB
1036
1037fsquangle
2d2bd949 1038C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
1039
1040fstats
5498f011 1041C++ ObjC++ Var(flag_detailed_statistics)
bae92bf3 1042Display statistics accumulated during compilation
fef3106c 1043
cbb4feb3
JM
1044fstrict-enums
1045C++ ObjC++ Optimization Var(flag_strict_enums)
1046Assume that values of enumeration type are always within the minimum range of that type
1047
fef3106c 1048fstrict-prototype
2d2bd949 1049C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c
NB
1050
1051ftabstop=
7b086b11 1052C ObjC C++ ObjC++ Joined RejectNegative UInteger
72de27ea 1053-ftabstop=<number> Distance between tab stops for column reporting
fef3106c 1054
a12bf402
MLI
1055ftemplate-backtrace-limit=
1056C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
1057Set the maximum number of template instantiation notes for a single warning or error
1058
fef3106c 1059ftemplate-depth-
5de8299c 1060C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
124e0d27
MLI
1061
1062ftemplate-depth=
c22cacf3 1063C++ ObjC++ Joined RejectNegative UInteger
124e0d27 1064-ftemplate-depth=<number> Specify maximum template instantiation depth
fef3106c
NB
1065
1066fthis-is-variable
2d2bd949 1067C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
fef3106c 1068
40aac948 1069fthreadsafe-statics
5498f011 1070C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
c85ce869 1071-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
40aac948 1072
fef3106c 1073funsigned-bitfields
f0036cca 1074C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
5a170a05 1075When \"signed\" or \"unsigned\" is not given make the bitfield unsigned
fef3106c
NB
1076
1077funsigned-char
f0036cca 1078C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
5a170a05 1079Make \"char\" unsigned by default
fef3106c
NB
1080
1081fuse-cxa-atexit
5498f011 1082C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
bae92bf3 1083Use __cxa_atexit to register destructors
fef3106c 1084
c7b5e395 1085fuse-cxa-get-exception-ptr
5498f011 1086C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
c7b5e395
GK
1087Use __cxa_get_exception_ptr in exception handling
1088
d7afec4b 1089fvisibility-inlines-hidden
d0b07283 1090C++ ObjC++
fb9120e3 1091Marks all inlined functions and methods as having hidden visibility
d7afec4b 1092
ddbfd28d
GK
1093fvisibility-ms-compat
1094C++ ObjC++ Var(flag_visibility_ms_compat)
1095Changes visibility to match Microsoft Visual Studio by default
1096
fef3106c 1097fvtable-gc
2d2bd949 1098C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 1099No longer supported
fef3106c
NB
1100
1101fvtable-thunks
2d2bd949 1102C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 1103No longer supported
fef3106c
NB
1104
1105fweak
5498f011 1106C++ ObjC++ Var(flag_weak) Init(1)
bae92bf3 1107Emit common-like symbols as weak symbols
fef3106c 1108
e6cc3a24
ZW
1109fwide-exec-charset=
1110C ObjC C++ ObjC++ Joined RejectNegative
72de27ea 1111-fwide-exec-charset=<cset> Convert all wide strings and character constants to character set <cset>
e6cc3a24 1112
b20d9f0c 1113fworking-directory
5498f011 1114C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
b20d9f0c
AO
1115Generate a #line directive pointing at the current working directory
1116
fef3106c 1117fxref
2d2bd949 1118C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
d1779886 1119No longer supported
fef3106c 1120
264fa2db 1121fzero-link
5498f011 1122ObjC ObjC++ Var(flag_zero_link)
264fa2db
ZL
1123Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
1124
fef3106c 1125gen-decls
5498f011 1126ObjC ObjC++ Var(flag_gen_declaration)
f2ac9964 1127Dump declarations to a .decl file
fef3106c 1128
39ef6592
LC
1129femit-struct-debug-baseonly
1130C ObjC C++ ObjC++
1131-femit-struct-debug-baseonly Aggressive reduced debug info for structs
1132
1133femit-struct-debug-reduced
1134C ObjC C++ ObjC++
1135-femit-struct-debug-reduced Conservative reduced debug info for structs
1136
1137femit-struct-debug-detailed=
1138C ObjC C++ ObjC++ Joined
1139-femit-struct-debug-detailed=<spec-list> Detailed reduced debug info for structs
1140
fef3106c 1141idirafter
61ff2bdc 1142C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 1143-idirafter <dir> Add <dir> to the end of the system include path
fef3106c
NB
1144
1145imacros
61ff2bdc 1146C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 1147-imacros <file> Accept definition of macros in <file>
fef3106c 1148
2b6dd222
JM
1149imultilib
1150C ObjC C++ ObjC++ Joined Separate
f94e1d66 1151-imultilib <dir> Set <dir> to be the multilib include subdirectory
2b6dd222 1152
fef3106c 1153include
61ff2bdc 1154C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
72de27ea 1155-include <file> Include the contents of <file> before other files
fef3106c
NB
1156
1157iprefix
1158C ObjC C++ ObjC++ Joined Separate
72de27ea 1159-iprefix <path> Specify <path> as a prefix for next two options
fef3106c
NB
1160
1161isysroot
61ff2bdc 1162C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 1163-isysroot <dir> Set <dir> to be the system root directory
fef3106c
NB
1164
1165isystem
61ff2bdc 1166C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
72de27ea 1167-isystem <dir> Add <dir> to the start of the system include path
fef3106c 1168
4bed3787 1169iquote
61ff2bdc 1170C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
4bed3787
MS
1171-iquote <dir> Add <dir> to the end of the quote include path
1172
fef3106c
NB
1173iwithprefix
1174C ObjC C++ ObjC++ Joined Separate
72de27ea 1175-iwithprefix <dir> Add <dir> to the end of the system include path
fef3106c
NB
1176
1177iwithprefixbefore
1178C ObjC C++ ObjC++ Joined Separate
72de27ea 1179-iwithprefixbefore <dir> Add <dir> to the end of the main include path
fef3106c
NB
1180
1181lang-asm
603349bf 1182C Undocumented RejectDriver
fef3106c 1183
e200444e
JM
1184no-integrated-cpp
1185Driver
1186
fef3106c
NB
1187nostdinc
1188C ObjC C++ ObjC++
72de27ea 1189Do not search standard system include directories (those specified with -isystem will still be used)
fef3106c
NB
1190
1191nostdinc++
72de27ea
NB
1192C++ ObjC++
1193Do not search standard system include directories for C++
fef3106c
NB
1194
1195o
1196C ObjC C++ ObjC++ Joined Separate
72de27ea 1197; Documented in common.opt
fef3106c
NB
1198
1199pedantic
c1771a20 1200C ObjC C++ ObjC++ Alias(Wpedantic)
72de27ea 1201; Documented in common.opt
fef3106c 1202
fef3106c
NB
1203print-objc-runtime-info
1204ObjC ObjC++
f2ac9964 1205Generate C header of platform-specific features
fef3106c
NB
1206
1207remap
1208C ObjC C++ ObjC++
72de27ea 1209Remap file names when including files
fef3106c
NB
1210
1211std=c++98
1212C++ ObjC++
c7dc8804
JM
1213Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
1214
1215std=c++03
1216C++ ObjC++ Alias(std=c++98)
1217Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
fef3106c 1218
97e3ad20 1219std=c++11
966541e3 1220C++ ObjC++
97e3ad20
JM
1221Conform to the ISO 2011 C++ standard (experimental and incomplete support)
1222
1223std=c++0x
1224C++ ObjC++ Alias(std=c++11)
1225Deprecated in favor of -std=c++11
966541e3 1226
552b8185
JM
1227std=c++1y
1228C++ ObjC++
1229Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
1230
48b0b196 1231std=c11
2778d766 1232C ObjC
48b0b196
JM
1233Conform to the ISO 2011 C standard (experimental and incomplete support)
1234
1235std=c1x
1236C ObjC Alias(std=c11)
1237Deprecated in favor of -std=c11
2778d766 1238
fef3106c 1239std=c89
5de8299c 1240C ObjC Alias(std=c90)
72de27ea 1241Conform to the ISO 1990 C standard
fef3106c 1242
7e1542b9
MLI
1243std=c90
1244C ObjC
1245Conform to the ISO 1990 C standard
1246
fef3106c
NB
1247std=c99
1248C ObjC
72de27ea 1249Conform to the ISO 1999 C standard
fef3106c
NB
1250
1251std=c9x
5de8299c 1252C ObjC Alias(std=c99)
72de27ea 1253Deprecated in favor of -std=c99
fef3106c
NB
1254
1255std=gnu++98
1256C++ ObjC++
97e3ad20
JM
1257Conform to the ISO 1998 C++ standard revised by the 2003 technical
1258corrigendum with GNU extensions
fef3106c 1259
97e3ad20
JM
1260std=gnu++03
1261C++ ObjC++ Alias(std=gnu++98)
1262Conform to the ISO 1998 C++ standard revised by the 2003 technical
1263corrigendum with GNU extensions
1264
1265std=gnu++11
966541e3 1266C++ ObjC++
97e3ad20
JM
1267Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
1268
1269std=gnu++0x
1270C++ ObjC++ Alias(std=gnu++11)
1271Deprecated in favor of -std=gnu++11
966541e3 1272
552b8185
JM
1273std=gnu++1y
1274C++ ObjC++
1275Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support)
1276
48b0b196 1277std=gnu11
2778d766 1278C ObjC
48b0b196
JM
1279Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)
1280
1281std=gnu1x
1282C ObjC Alias(std=gnu11)
1283Deprecated in favor of -std=gnu11
2778d766 1284
fef3106c 1285std=gnu89
5de8299c 1286C ObjC Alias(std=gnu90)
72de27ea 1287Conform to the ISO 1990 C standard with GNU extensions
fef3106c 1288
7e1542b9
MLI
1289std=gnu90
1290C ObjC
1291Conform to the ISO 1990 C standard with GNU extensions
1292
fef3106c
NB
1293std=gnu99
1294C ObjC
72de27ea 1295Conform to the ISO 1999 C standard with GNU extensions
fef3106c
NB
1296
1297std=gnu9x
5de8299c 1298C ObjC Alias(std=gnu99)
72de27ea 1299Deprecated in favor of -std=gnu99
fef3106c
NB
1300
1301std=iso9899:1990
5de8299c 1302C ObjC Alias(std=c90)
3a1e400e 1303Conform to the ISO 1990 C standard
fef3106c
NB
1304
1305std=iso9899:199409
1306C ObjC
72de27ea 1307Conform to the ISO 1990 C standard as amended in 1994
fef3106c
NB
1308
1309std=iso9899:1999
5de8299c 1310C ObjC Alias(std=c99)
3a1e400e 1311Conform to the ISO 1999 C standard
fef3106c
NB
1312
1313std=iso9899:199x
5de8299c 1314C ObjC Alias(std=c99)
3a1e400e 1315Deprecated in favor of -std=iso9899:1999
fef3106c 1316
48b0b196
JM
1317std=iso9899:2011
1318C ObjC Alias(std=c11)
1319Conform to the ISO 2011 C standard (experimental and incomplete support)
1320
e200444e
JM
1321traditional
1322Driver
1323
fef3106c
NB
1324traditional-cpp
1325C ObjC C++ ObjC++
72de27ea 1326Enable traditional preprocessing
fef3106c
NB
1327
1328trigraphs
1329C ObjC C++ ObjC++
72de27ea 1330-trigraphs Support ISO C trigraphs
fef3106c
NB
1331
1332undef
5498f011 1333C ObjC C++ ObjC++ Var(flag_undef)
72de27ea 1334Do not predefine system-specific and GCC-specific macros
fef3106c
NB
1335
1336v
d5478783
JM
1337C ObjC C++ ObjC++
1338; Documented in common.opt
fef3106c
NB
1339
1340w
1341C ObjC C++ ObjC++
72de27ea 1342; Documented in common.opt
e11a4ae5
NB
1343
1344; This comment is to ensure we retain the blank line above.