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