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