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