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