]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/c-family/c.opt
Update copyright years.
[thirdparty/gcc.git] / gcc / c-family / c.opt
CommitLineData
fef3106c 1; Options for the C, ObjC, C++ and ObjC++ front ends.
a5544970 2; Copyright (C) 2003-2019 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)
a7b2e184 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++
a7b2e184 186Do not discard comments.
fef3106c
NB
187
188CC
189C ObjC C++ ObjC++
a7b2e184 190Do not discard comments in macro expansions.
fef3106c
NB
191
192D
61ff2bdc 193C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
a7b2e184 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)
a7b2e184 201-F <dir> Add <dir> to the end of the main framework include path.
94d1613b 202
1ee62b92
PG
203fgimple
204C Var(flag_gimple) Init(0)
205Enable parsing GIMPLE.
206
fef3106c
NB
207H
208C ObjC C++ ObjC++
a7b2e184 209Print the name of header files as they are used.
fef3106c
NB
210
211I
61ff2bdc 212C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
a7b2e184 213-I <dir> Add <dir> to the end of the main include path.
fef3106c
NB
214
215M
216C ObjC C++ ObjC++
a7b2e184 217Generate make dependencies.
fef3106c 218
c878765b
JM
219MD
220C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
a7b2e184 221Generate make dependencies and compile.
fef3106c
NB
222
223MF
61ff2bdc 224C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
a7b2e184 225-MF <file> Write dependency output to the given file.
fef3106c
NB
226
227MG
228C ObjC C++ ObjC++
a7b2e184 229Treat missing header files as generated files.
fef3106c
NB
230
231MM
232C ObjC C++ ObjC++
a7b2e184 233Like -M but ignore system header files.
fef3106c 234
c878765b
JM
235MMD
236C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
a7b2e184 237Like -MD but ignore system header files.
fef3106c
NB
238
239MP
240C ObjC C++ ObjC++
a7b2e184 241Generate phony targets for all headers.
fef3106c
NB
242
243MQ
61ff2bdc 244C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
a7b2e184 245-MQ <target> Add a MAKE-quoted target.
fef3106c
NB
246
247MT
61ff2bdc 248C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
a7b2e184 249-MT <target> Add an unquoted target.
fef3106c
NB
250
251P
252C ObjC C++ ObjC++
a7b2e184 253Do not generate #line directives.
fef3106c
NB
254
255U
61ff2bdc 256C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
a7b2e184 257-U<macro> Undefine <macro>.
fef3106c
NB
258
259Wabi
d7f09764 260C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
a7b2e184 261Warn about things that will change when compiling with an ABI-compliant compiler.
fef3106c 262
62984918
JM
263Wabi=
264C ObjC C++ ObjC++ LTO Joined RejectNegative UInteger Warning
a7b2e184 265Warn about things that change between the current -fabi-version and the specified version.
62984918 266
7dbb85a7
JM
267Wabi-tag
268C++ ObjC++ Var(warn_abi_tag) Warning
a7b2e184 269Warn if a subobject has an abi_tag attribute that the complete object type does not have.
7dbb85a7 270
bce08d50 271Wpsabi
50b15873 272C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Warning Undocumented LangEnabledBy(C ObjC C++ ObjC++,Wabi)
bce08d50 273
80c6d1f4
MJ
274Wabsolute-value
275C ObjC Var(warn_absolute_value) Warning EnabledBy(Wextra)
276Warn on suspicious calls of standard functions computing absolute values.
277
c116cd05 278Waddress
4a0ae68e 279C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 280Warn about suspicious uses of memory addresses.
c116cd05 281
af63ba4b
JM
282Enum
283Name(warn_aligned_new_level) Type(int) UnknownError(argument %qs to %<-Waligned-new%> not recognized)
284
285EnumValue
286Enum(warn_aligned_new_level) String(none) Value(0)
287
288EnumValue
289Enum(warn_aligned_new_level) String(global) Value(1)
290
291EnumValue
292Enum(warn_aligned_new_level) String(all) Value(2)
293
294Waligned-new
295C++ ObjC++ Alias(Waligned-new=,global,none)
296Warn about 'new' of type with extended alignment without -faligned-new.
297
298Waligned-new=
2e1c20b1 299C++ ObjC++ Var(warn_aligned_new) Enum(warn_aligned_new_level) Joined RejectNegative Warning LangEnabledBy(C++ ObjC++,Wall,1,0)
6a825afe 300-Waligned-new=[none|global|all] Warn even if 'new' uses a class member allocation function.
af63ba4b 301
fef3106c 302Wall
c662432e 303C ObjC C++ ObjC++ Warning
a7b2e184 304Enable most warning messages.
fef3106c 305
adc577c5
AH
306Walloca
307C ObjC C++ ObjC++ Var(warn_alloca) Warning
308Warn on any use of alloca.
309
8bd9f164 310Walloc-size-larger-than=
00abf86c 311C ObjC C++ LTO ObjC++ Var(warn_alloc_size_limit) Joined Host_Wide_Int ByteSize Warning Init(HOST_WIDE_INT_MAX)
8bd9f164
MS
312-Walloc-size-larger-than=<bytes> Warn for calls to allocation functions that
313attempt to allocate objects larger than the specified number of bytes.
314
d258f4aa 315Wno-alloc-size-larger-than
00abf86c 316C ObjC C++ LTO ObjC++ Alias(Walloc-size-larger-than=,18446744073709551615EiB,none) Warning
d258f4aa
MS
317-Wno-alloc-size-larger-than Disable Walloc-size-larger-than= warning. Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger.
318
8bd9f164
MS
319Walloc-zero
320C ObjC C++ ObjC++ Var(warn_alloc_zero) Warning
321-Walloc-zero Warn for calls to allocation functions that specify zero bytes.
322
adc577c5 323Walloca-larger-than=
00abf86c 324C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_MAX)
9453ba0a 325-Walloca-larger-than=<number> Warn on unbounded uses of
adc577c5
AH
326alloca, and on bounded uses of alloca whose bound can be larger than
327<number> bytes.
328
00abf86c
MS
329Wno-alloca-larger-than
330C ObjC C++ LTO ObjC++ Alias(Walloca-larger-than=,18446744073709551615EiB,none) Warning
331-Wno-alloca-larger-than Disable Walloca-larger-than= warning. Equivalent to Walloca-larger-than=<SIZE_MAX> or larger.
332
34a180a6 333Warray-bounds
0d7f9065 334LangEnabledBy(C ObjC C++ LTO ObjC++)
34a180a6
MLI
335; in common.opt
336
de1b5c17 337Warray-bounds=
cea71f0a 338LangEnabledBy(C ObjC C++ LTO ObjC++,Wall,1,0)
de1b5c17
MU
339; in common.opt
340
6e955430 341Wassign-intercept
c662432e 342ObjC ObjC++ Var(warn_assign_intercept) Warning
a7b2e184 343Warn whenever an Objective-C assignment is being intercepted by the garbage collector.
6e955430 344
fef3106c 345Wbad-function-cast
c662432e 346C ObjC Var(warn_bad_function_cast) Warning
a7b2e184 347Warn about casting functions to incompatible types.
fef3106c 348
04159acf
MP
349Wbool-compare
350C ObjC C++ ObjC++ Var(warn_bool_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 351Warn about boolean expression compared with an integer value different from true/false.
04159acf 352
9a2300e9
MP
353Wbool-operation
354C ObjC C++ ObjC++ Var(warn_bool_op) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
355Warn about certain operations on boolean expressions.
356
8423e57c
MS
357Wframe-address
358C ObjC C++ ObjC++ Var(warn_frame_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 359Warn when __builtin_frame_address or __builtin_return_address is used unsafely.
8423e57c 360
48330c93
BE
361Wbuiltin-declaration-mismatch
362C ObjC C++ ObjC++ Var(warn_builtin_declaraion_mismatch) Init(1) Warning
363Warn when a built-in function is declared with the wrong signature.
364
c047ce93 365Wbuiltin-macro-redefined
b559c810 366C ObjC C++ ObjC++ CPP(warn_builtin_macro_redefined) CppReason(CPP_W_BUILTIN_MACRO_REDEFINED) Var(cpp_warn_builtin_macro_redefined) Init(1) Warning
a7b2e184 367Warn when a built-in preprocessor macro is undefined or redefined.
c047ce93 368
9f936c86
JM
369Wc11-c2x-compat
370C ObjC Var(warn_c11_c2x_compat) Init(-1) Warning
371Warn about features not present in ISO C11, but present in ISO C2X.
372
f3bede71 373Wc90-c99-compat
b559c810 374C ObjC CPP(cpp_warn_c90_c99_compat) CppReason(CPP_W_C90_C99_COMPAT) Var(warn_c90_c99_compat) Init(-1) Warning
a7b2e184 375Warn about features not present in ISO C90, but present in ISO C99.
f3bede71 376
35aff4fb
MP
377Wc99-c11-compat
378C ObjC Var(warn_c99_c11_compat) Init(-1) Warning
a7b2e184 379Warn about features not present in ISO C99, but present in ISO C11.
35aff4fb 380
b7e20b53 381Wc++-compat
b559c810 382C ObjC Var(warn_cxx_compat) CPP(warn_cxx_operator_names) CppReason(CPP_W_CXX_OPERATOR_NAMES) Init(0) Warning
a7b2e184 383Warn about C constructs that are not in the common subset of C and C++.
b7e20b53 384
e1f1ee86 385Wc++0x-compat
765189ff 386C++ ObjC++ Warning Alias(Wc++11-compat) Undocumented
97e3ad20
JM
387
388Wc++11-compat
765189ff 389C++ ObjC++ Var(warn_cxx11_compat) Warning LangEnabledBy(C++ ObjC++,Wall) Init(0) CPP(cpp_warn_cxx11_compat) CppReason(CPP_W_CXX11_COMPAT)
a7b2e184 390Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011.
b7e20b53 391
20b06add
JM
392Wc++14-compat
393C++ ObjC++ Var(warn_cxx14_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
a7b2e184 394Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.
20b06add 395
51dc6603 396Wc++1z-compat
7b936140 397C++ ObjC++ Warning Alias(Wc++17-compat) Undocumented
51dc6603
JM
398
399Wc++17-compat
7b936140
JJ
400C++ ObjC++ Var(warn_cxx17_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
401Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017.
51dc6603 402
c65e18d3
BE
403Wcast-function-type
404C ObjC C++ ObjC++ Var(warn_cast_function_type) Warning EnabledBy(Wextra)
405Warn about casts between incompatible function types.
406
fef3106c 407Wcast-qual
c662432e 408C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
a7b2e184 409Warn about casts which discard qualifiers.
fef3106c 410
3fa4634c
VR
411Wcatch-value
412C++ ObjC++ Warning Alias(Wcatch-value=, 1, 0)
413Warn about catch handlers of non-reference type.
414
63dbcd13 415Wcatch-value=
b22dbd03 416C++ ObjC++ Var(warn_catch_value) Warning Joined RejectNegative UInteger LangEnabledBy(C++ ObjC++,Wall, 1, 0) IntegerRange(0, 3)
63dbcd13
VR
417Warn about catch handlers of non-reference type.
418
fef3106c 419Wchar-subscripts
4a0ae68e 420C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 421Warn about subscripts whose type is \"char\".
fef3106c 422
d5e254e1 423Wchkp
c0c12356 424C ObjC C++ ObjC++ Warning Deprecated
31db0fe0 425Deprecated in GCC 9. This switch has no effect.
d5e254e1 426
2b001724 427Wclobbered
95744782 428C ObjC C++ ObjC++ Var(warn_clobbered) Warning EnabledBy(Wextra)
a7b2e184 429Warn about variables that might be changed by \"longjmp\" or \"vfork\".
2b001724 430
fef3106c 431Wcomment
b559c810 432C ObjC C++ ObjC++ CPP(warn_comments) CppReason(CPP_W_COMMENTS) Var(cpp_warn_comment) Init(0) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 433Warn about possibly nested block comments, and C++ comments spanning more than one physical line.
fef3106c
NB
434
435Wcomments
5de8299c 436C ObjC C++ ObjC++ Warning Alias(Wcomment)
a7b2e184 437Synonym for -Wcomment.
fef3106c 438
dfeadaa0
PC
439Wconditionally-supported
440C++ ObjC++ Var(warn_conditionally_supported) Warning
a7b2e184 441Warn for conditionally-supported constructs.
dfeadaa0 442
fef3106c 443Wconversion
c662432e 444C ObjC C++ ObjC++ Var(warn_conversion) Warning
a7b2e184 445Warn for implicit type conversions that may change a value.
fef3106c 446
17251338
MLI
447Wconversion-null
448C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
a7b2e184 449Warn for converting NULL from/to a non-pointer type.
17251338 450
b559c810
MLI
451Wcpp
452C ObjC C++ ObjC++ CppReason(CPP_W_WARNING_DIRECTIVE)
453; Documented in common.opt
454
fef3106c 455Wctor-dtor-privacy
c662432e 456C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
a7b2e184 457Warn when all constructors and destructors are private.
deef7113
MP
458
459Wdangling-else
460C ObjC C++ ObjC++ Var(warn_dangling_else) Warning LangEnabledBy(C ObjC C++ ObjC++,Wparentheses)
461Warn about dangling else.
fef3106c 462
b559c810
MLI
463Wdate-time
464C ObjC C++ ObjC++ CPP(warn_date_time) CppReason(CPP_W_DATE_TIME) Var(cpp_warn_date_time) Init(0) Warning
a7b2e184 465Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage.
b559c810 466
85617eba 467Wdeclaration-after-statement
177cce46 468C ObjC Var(warn_declaration_after_statement) Init(-1) Warning
a7b2e184 469Warn when a declaration is found after a statement.
85617eba 470
c9b0866a
PC
471Wdelete-incomplete
472C++ ObjC++ Var(warn_delete_incomplete) Init(1) Warning
a7b2e184 473Warn when deleting a pointer to incomplete type.
c9b0866a 474
014ab419 475Wdelete-non-virtual-dtor
27e51192 476C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall || Weffc++)
a7b2e184 477Warn about deleting polymorphic objects with non-virtual destructors.
014ab419 478
fef3106c 479Wdeprecated
b559c810 480C C++ ObjC ObjC++ CPP(cpp_warn_deprecated) CppReason(CPP_W_DEPRECATED) Var(warn_deprecated) Init(1) Warning
a7b2e184 481Warn if a deprecated compiler feature, class, method, or field is used.
fef3106c 482
b46b715d 483Wdeprecated-copy
5c8b3702
JM
484C++ ObjC++ Var(warn_deprecated_copy) Warning LangEnabledBy(C++ ObjC++, Wextra)
485Mark implicitly-declared copy operations as deprecated if the class has a
486user-provided copy operation.
487
488Wdeprecated-copy-dtor
489C++ ObjC++ Var(warn_deprecated_copy, 2) Warning
b46b715d
JM
490Mark implicitly-declared copy operations as deprecated if the class has a
491user-provided copy operation or destructor.
492
976d5a22
TT
493Wdesignated-init
494C ObjC Var(warn_designated_init) Init(1) Warning
a7b2e184 495Warn about positional initialization of structs requiring designated initializers.
976d5a22 496
768952be
MU
497Wdiscarded-array-qualifiers
498C ObjC Var(warn_discarded_array_qualifiers) Init(1) Warning
a7b2e184 499Warn if qualifiers on arrays which are pointer targets are discarded.
768952be 500
d00887e8
MP
501Wdiscarded-qualifiers
502C ObjC Var(warn_discarded_qualifiers) Init(1) Warning
a7b2e184 503Warn if type qualifiers on pointers are discarded.
d00887e8 504
fef3106c 505Wdiv-by-zero
2cbac420 506C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
a7b2e184 507Warn about compile-time integer division by zero.
fef3106c 508
2ebd93e1
MP
509Wduplicated-branches
510C ObjC C++ ObjC++ Var(warn_duplicated_branches) Init(0) Warning
511Warn about duplicated branches in if-else statements.
512
3e3b8d63 513Wduplicated-cond
12651878 514C ObjC C++ ObjC++ Var(warn_duplicated_cond) Init(0) Warning
a7b2e184 515Warn about duplicated conditions in an if-else-if chain.
3e3b8d63 516
fef3106c 517Weffc++
c662432e 518C++ ObjC++ Var(warn_ecpp) Warning
a7b2e184 519Warn about violations of Effective C++ style rules.
fef3106c 520
b3b433c5 521Wempty-body
95744782 522C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
a7b2e184 523Warn about an empty body in an if or else statement.
b3b433c5 524
fef3106c 525Wendif-labels
b559c810 526C ObjC C++ ObjC++ CPP(warn_endif_labels) CppReason(CPP_W_ENDIF_LABELS) Var(cpp_warn_endif_labels) Init(1) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
f6a7a9d5 527Warn about stray tokens after #else and #endif.
fef3106c 528
a3299096 529Wenum-compare
27e51192 530C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall || Wc++-compat)
a7b2e184 531Warn about comparison of different enum types.
a3299096 532
fef3106c
NB
533Werror
534C ObjC C++ ObjC++
72de27ea 535; Documented in common.opt
fef3106c
NB
536
537Werror-implicit-function-declaration
5de8299c 538C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
a7b2e184 539This switch is deprecated; use -Werror=implicit-function-declaration instead.
fef3106c 540
70f6d5e1
JJ
541Wextra
542C ObjC C++ ObjC++ Warning
543; in common.opt
544
c3cbcd45
VR
545Wextra-semi
546C++ ObjC++ Var(warn_extra_semi) Warning
547Warn about semicolon after in-class function definition.
548
49b0aa18 549Wfloat-conversion
63bbf46d 550C ObjC C++ ObjC++ Var(warn_float_conversion) Warning LangEnabledBy(C ObjC C++ ObjC++,Wconversion)
a7b2e184 551Warn for implicit type conversions that cause loss of floating point precision.
49b0aa18 552
fef3106c 553Wfloat-equal
c662432e 554C ObjC C++ ObjC++ Var(warn_float_equal) Warning
a7b2e184 555Warn if testing floating point numbers for equality.
fef3106c
NB
556
557Wformat
7332899a 558C ObjC C++ ObjC++ Warning Alias(Wformat=, 1, 0)
a7b2e184 559Warn about printf/scanf/strftime/strfmon format string anomalies.
fef3106c 560
7332899a
MLI
561Wformat-contains-nul
562C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
a7b2e184 563Warn about format strings that contain NUL bytes.
7332899a 564
fef3106c 565Wformat-extra-args
7332899a 566C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
a7b2e184 567Warn if passing too many arguments to a function for its format string.
fef3106c
NB
568
569Wformat-nonliteral
7332899a 570C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
a7b2e184 571Warn about format strings that are not literals.
fef3106c 572
bce6f760 573Wformat-overflow
63010089 574C ObjC C++ LTO ObjC++ Warning Alias(Wformat-overflow=, 1, 0) IntegerRange(0, 2)
bce6f760
MS
575Warn about function calls with format strings that write past the end
576of the destination region. Same as -Wformat-overflow=1.
577
fef3106c 578Wformat-security
7332899a 579C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
a7b2e184 580Warn about possible security problems with format functions.
fef3106c 581
cbbd2b1c 582Wformat-signedness
7631f0e2 583C ObjC C++ ObjC++ Var(warn_format_signedness) Warning
a7b2e184 584Warn about sign differences with format functions.
cbbd2b1c 585
efcc8d38 586Wformat-truncation
bf5fbf46 587C ObjC C++ LTO ObjC++ Warning Alias(Wformat-truncation=, 1, 0)
efcc8d38
MS
588Warn about calls to snprintf and similar functions that truncate output.
589Same as -Wformat-truncation=1.
590
fef3106c 591Wformat-y2k
7332899a 592C ObjC C++ ObjC++ Var(warn_format_y2k) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 2, 0)
a7b2e184 593Warn about strftime formats yielding 2-digit years.
fef3106c
NB
594
595Wformat-zero-length
7332899a 596C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1, 0)
a7b2e184 597Warn about zero-length formats.
fef3106c
NB
598
599Wformat=
63010089 600C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
a7b2e184 601Warn about printf/scanf/strftime/strfmon format string anomalies.
fef3106c 602
bce6f760 603Wformat-overflow=
cea71f0a 604C ObjC C++ LTO ObjC++ Joined RejectNegative UInteger Var(warn_format_overflow) Warning LangEnabledBy(C ObjC C++ LTO ObjC++,Wformat=, warn_format >= 1, 0) IntegerRange(0, 2)
88d0c3f0
MS
605Warn about function calls with format strings that write past the end
606of the destination region.
607
efcc8d38 608Wformat-truncation=
cea71f0a 609C ObjC C++ LTO ObjC++ Joined RejectNegative UInteger Var(warn_format_trunc) Warning LangEnabledBy(C ObjC C++ LTO ObjC++,Wformat=, warn_format >= 1, 0) IntegerRange(0, 2)
efcc8d38
MS
610Warn about calls to snprintf and similar functions that truncate output.
611
00aa1fa2
L
612Wif-not-aligned
613C ObjC C++ ObjC++ Var(warn_if_not_aligned) Init(1) Warning
614Warn when the field in a struct is not aligned.
615
5db2e9ca 616Wignored-qualifiers
95744782 617C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
5db2e9ca
DK
618Warn whenever type qualifiers are ignored.
619
fbdb6baf
MP
620Wignored-attributes
621C C++ Var(warn_ignored_attributes) Init(1) Warning
622Warn whenever attributes are ignored.
623
d5c3d343
MP
624Wincompatible-pointer-types
625C ObjC Var(warn_incompatible_pointer_types) Init(1) Warning
a7b2e184 626Warn when there is a conversion between pointers that have incompatible types.
d5c3d343 627
da77eace
L
628Waddress-of-packed-member
629C ObjC C++ ObjC++ Var(warn_address_of_packed_member) Init(1) Warning
630Warn when the address of packed member of struct or union is taken.
631
3390f9c9 632Winit-self
0ccb505d 633C ObjC C++ ObjC++ Var(warn_init_self) Warning LangEnabledBy(C++ ObjC++,Wall)
a7b2e184 634Warn about variables which are initialized to themselves.
3390f9c9 635
04eb9c55
JM
636Winit-list-lifetime
637C++ ObjC++ Var(warn_init_list) Warning Init(1)
638Warn about uses of std::initializer_list that can result in dangling pointers.
639
fef3106c 640Wimplicit
4a0ae68e 641C ObjC Var(warn_implicit) Warning LangEnabledBy(C ObjC,Wall)
a7b2e184 642Warn about implicit declarations.
fef3106c 643
70f6d5e1
JJ
644Wimplicit-fallthrough=
645LangEnabledBy(C ObjC C++ ObjC++,Wextra,3,0)
646; in common.opt
647
0a0b3574
MM
648Wdouble-promotion
649C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
a7b2e184 650Warn about implicit conversions from \"float\" to \"double\".
0a0b3574 651
fb2675cb
PB
652Wexpansion-to-defined
653C ObjC C++ ObjC++ CPP(warn_expansion_to_defined) CppReason(CPP_W_EXPANSION_TO_DEFINED) Var(cpp_warn_expansion_to_defined) Init(0) Warning EnabledBy(Wextra || Wpedantic)
654Warn if \"defined\" is used outside #if.
655
fef3106c 656Wimplicit-function-declaration
4a0ae68e 657C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
a7b2e184 658Warn about implicit function declarations.
fef3106c
NB
659
660Wimplicit-int
92574c7c 661C ObjC Var(warn_implicit_int) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
a7b2e184 662Warn when a declaration does not specify a type.
fef3106c
NB
663
664Wimport
2d2bd949 665C ObjC C++ ObjC++ Undocumented Ignore
fef3106c 666
4514a96b
JM
667Winherited-variadic-ctor
668C++ ObjC++ Var(warn_inh_var_ctor) Init(1) Warning
a7b2e184 669Warn about C++11 inheriting constructors when the base has a variadic constructor.
4514a96b 670
52ec0ea3
MP
671Wint-conversion
672C ObjC Var(warn_int_conversion) Init(1) Warning
a7b2e184 673Warn about incompatible integer to pointer and pointer to integer conversions.
52ec0ea3 674
144a96e4
BE
675Wint-in-bool-context
676C ObjC C++ ObjC++ Var(warn_int_in_bool_context) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
677Warn for suspicious integer expressions in boolean context.
678
53a2494e 679Wint-to-pointer-cast
dc8d2739 680C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
a7b2e184 681Warn when there is a cast to a pointer from an integer of a different size.
53a2494e 682
fef3106c 683Winvalid-offsetof
c662432e 684C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
a7b2e184 685Warn about invalid uses of the \"offsetof\" macro.
fef3106c
NB
686
687Winvalid-pch
b559c810 688C ObjC C++ ObjC++ CPP(warn_invalid_pch) CppReason(CPP_W_INVALID_PCH) Var(cpp_warn_invalid_pch) Init(0) Warning
a7b2e184 689Warn about PCH files that are found but not used.
fef3106c 690
e1b7793c 691Wjump-misses-init
f2bc201f 692C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
a7b2e184 693Warn when a jump misses a variable initialization.
e1b7793c 694
7f5f5f98 695Wliteral-suffix
b559c810 696C++ ObjC++ CPP(warn_literal_suffix) CppReason(CPP_W_LITERAL_SUFFIX) Var(cpp_warn_literal_suffix) Init(1) Warning
7f5f5f98
OW
697Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
698
ca409efd 699Wlogical-op
a7b2e184
MS
700C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
701Warn when a logical operator is suspiciously always evaluating to true or false.
ca409efd 702
742938c9 703Wlogical-not-parentheses
d2e4feca 704C ObjC C++ ObjC++ Var(warn_logical_not_paren) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 705Warn when logical not is used on the left hand side operand of a comparison.
742938c9 706
fef3106c 707Wlong-long
b559c810 708C ObjC C++ ObjC++ CPP(cpp_warn_long_long) CppReason(CPP_W_LONG_LONG) Var(warn_long_long) Init(-1) Warning LangEnabledBy(C ObjC,Wc90-c99-compat)
a7b2e184 709Do not warn about using \"long long\" when -pedantic.
fef3106c
NB
710
711Wmain
34a180a6 712C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning LangEnabledBy(C ObjC,Wall, 2, 0)
a7b2e184 713Warn about suspicious declarations of \"main\".
fef3106c 714
34a180a6
MLI
715Wmain
716LangEnabledBy(C ObjC C++ ObjC++,Wpedantic, 2, 0)
717;
718
b108f48f
JJ
719Wmemset-transposed-args
720C ObjC C++ ObjC++ Var(warn_memset_transposed_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 721Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not.
b108f48f 722
c1e1f433
BS
723Wmemset-elt-size
724C ObjC C++ ObjC++ Var(warn_memset_elt_size) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
725Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size.
726
c3388e62 727Wmisleading-indentation
f6069ccc 728C C++ Common Var(warn_misleading_indentation) Warning LangEnabledBy(C C++,Wall)
a7b2e184 729Warn when the indentation of the code does not reflect the block structure.
c3388e62 730
fef3106c 731Wmissing-braces
4f7f7aca 732C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
a7b2e184 733Warn about possibly missing braces around initializers.
fef3106c
NB
734
735Wmissing-declarations
c662432e 736C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
a7b2e184 737Warn about global functions without previous declarations.
fef3106c 738
eaac4679 739Wmissing-field-initializers
95744782 740C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
a7b2e184 741Warn about missing fields in struct initializers.
eaac4679 742
3e2becc4
MP
743Wmultistatement-macros
744C ObjC C++ ObjC++ Var(warn_multistatement_macros) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
745Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for.
746
6b333269
NS
747Wmultiple-inheritance
748C++ ObjC++ Var(warn_multiple_inheritance) Warning
a7b2e184 749Warn on direct multiple inheritance.
6b333269
NS
750
751Wnamespaces
752C++ ObjC++ Var(warn_namespaces) Warning
a7b2e184 753Warn on namespace definition.
6b333269 754
00aa1fa2
L
755Wpacked-not-aligned
756C ObjC C++ ObjC++ Var(warn_packed_not_aligned) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
757Warn when fields in a struct with the packed attribute are misaligned.
758
20b06add
JM
759Wsized-deallocation
760C++ ObjC++ Var(warn_sized_deallocation) Warning EnabledBy(Wextra)
a7b2e184 761Warn about missing sized deallocation functions.
20b06add 762
40ffd95f
BE
763Wsizeof-pointer-div
764C ObjC C++ ObjC++ Var(warn_sizeof_pointer_div) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
765Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
766
1a4049e7 767Wsizeof-pointer-memaccess
4a0ae68e 768C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 769Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1a4049e7 770
773ec47f
MP
771Wsizeof-array-argument
772C ObjC C++ ObjC++ Var(warn_sizeof_array_argument) Warning Init(1)
a7b2e184 773Warn when sizeof is applied on a parameter declared as an array.
773ec47f 774
ee92e7ba 775Wstringop-overflow
cea71f0a 776C ObjC C++ LTO ObjC++ Warning Alias(Wstringop-overflow=, 2, 0)
ee92e7ba
MS
777Warn about buffer overflow in string manipulation functions like memcpy
778and strcpy.
779
780Wstringop-overflow=
cea71f0a 781C ObjC C++ LTO ObjC++ Joined RejectNegative UInteger Var(warn_stringop_overflow) Init(2) Warning LangEnabledBy(C ObjC C++ LTO ObjC++, Wall, 2, 0) IntegerRange(0, 4)
ee92e7ba
MS
782Under the control of Object Size type, warn about buffer overflow in string
783manipulation functions like memcpy and strcpy.
784
025d57f0 785Wstringop-truncation
cea71f0a 786C ObjC C++ LTO ObjC++ Var(warn_stringop_truncation) Warning Init (1) LangEnabledBy(C ObjC C++ LTO ObjC++, Wall)
025d57f0
MS
787Warn about truncation in string manipulation functions like strncat and strncpy.
788
90137d8f
MLI
789Wsuggest-attribute=format
790C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
a7b2e184 791Warn about functions which might be candidates for format attributes.
fef3106c 792
2f42e5de
TS
793Wsuggest-override
794C++ ObjC++ Var(warn_override) Warning
795Suggest that the override keyword be used when the declaration of a virtual
796function overrides another.
797
34a180a6
MLI
798Wswitch
799C ObjC C++ ObjC++ Var(warn_switch) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 800Warn about enumerated switches, with no default, missing a case.
34a180a6
MLI
801
802Wswitch-default
803C ObjC C++ ObjC++ Var(warn_switch_default) Warning
a7b2e184 804Warn about enumerated switches missing a \"default:\" statement.
34a180a6
MLI
805
806Wswitch-enum
807C ObjC C++ ObjC++ Var(warn_switch_enum) Warning
a7b2e184 808Warn about all enumerated switches missing a specific case.
34a180a6 809
fedfecef 810Wswitch-bool
5c3d09f7 811C ObjC C++ ObjC++ Var(warn_switch_bool) Warning Init(1)
a7b2e184 812Warn about switches with boolean controlling expression.
fedfecef 813
6b333269
NS
814Wtemplates
815C++ ObjC++ Var(warn_templates) Warning
a7b2e184 816Warn on primary template declaration.
6b333269 817
d4cfd486
MS
818Wmissing-attributes
819C ObjC C++ ObjC++ Var(warn_missing_attributes) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
820Warn about declarations of entities that may be missing attributes
821that related entities have been declared with it.
822
90137d8f 823Wmissing-format-attribute
54d62f51 824C ObjC C++ ObjC++ Warning Alias(Wsuggest-attribute=format)
90137d8f
MLI
825;
826
b02398bd 827Wmissing-include-dirs
b559c810 828C ObjC C++ ObjC++ CPP(warn_missing_include_dirs) CppReason(CPP_W_MISSING_INCLUDE_DIRS) Var(cpp_warn_missing_include_dirs) Init(0) Warning
a7b2e184 829Warn about user-specified include directories that do not exist.
b02398bd 830
cb4af25a 831Wmissing-parameter-type
95744782 832C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
a7b2e184 833Warn about function parameters declared without a type specifier in K&R-style functions.
cb4af25a 834
fef3106c 835Wmissing-prototypes
c662432e 836C ObjC Var(warn_missing_prototypes) Warning
a7b2e184 837Warn about global functions without prototypes.
fef3106c 838
5720c0dc 839Wmudflap
c0c12356 840C ObjC C++ ObjC++ Deprecated
5720c0dc 841
fef3106c 842Wmultichar
b559c810 843C ObjC C++ ObjC++ CPP(warn_multichar) CppReason(CPP_W_MULTICHAR) Var(cpp_warn_multichar) Init(0) Warning
a7b2e184 844Warn about use of multi-character character constants.
fef3106c 845
76f86d00 846Wnarrowing
765189ff 847C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1) LangEnabledBy(C++ ObjC++,Wall || Wc++11-compat)
a7b2e184 848Warn about narrowing conversions within { } that are ill-formed in C++11.
76f86d00 849
fef3106c 850Wnested-externs
c662432e 851C ObjC Var(warn_nested_externs) Warning
a7b2e184 852Warn about \"extern\" declarations not at file scope.
fef3106c 853
59f9c2ed
JM
854Wnoexcept
855C++ ObjC++ Var(warn_noexcept) Warning
a7b2e184 856Warn when a noexcept expression evaluates to false even though the expression can't actually throw.
59f9c2ed 857
108154ff 858Wnoexcept-type
7b936140
JJ
859C++ ObjC++ Warning Var(warn_noexcept_type) LangEnabledBy(C++ ObjC++,Wabi || Wc++17-compat)
860Warn if C++17 noexcept function type will change the mangled name of a symbol.
108154ff 861
fef3106c 862Wnon-template-friend
c662432e 863C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
a7b2e184 864Warn when non-templatized friend functions are declared within a template.
fef3106c 865
a599af84
MP
866Wclass-conversion
867C++ ObjC++ Var(warn_class_conversion) Init(1) Warning
868Warn when a conversion function will never be called due to the type it converts to.
869
c3684b7b
MS
870Wclass-memaccess
871C++ ObjC++ Var(warn_class_memaccess) Warning LangEnabledBy(C++ ObjC++, Wall)
872Warn for unsafe raw memory writes to objects of class types.
873
fef3106c 874Wnon-virtual-dtor
880a467b 875C++ ObjC++ Var(warn_nonvdtor) Warning LangEnabledBy(C++ ObjC++,Weffc++)
a7b2e184 876Warn about non-virtual destructors.
fef3106c
NB
877
878Wnonnull
cea71f0a 879C ObjC C++ LTO ObjC++ Var(warn_nonnull) Warning LangEnabledBy(C ObjC C++ LTO ObjC++,Wformat=,warn_format >= 1,0)
a7b2e184 880Warn about NULL being passed to argument slots marked as requiring non-NULL.
fef3106c 881
7332899a 882Wnonnull
cea71f0a 883C ObjC C++ LTO ObjC++ LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
7332899a
MLI
884;
885
bf14eba2
JJ
886Wnonnull-compare
887C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
888;
889
1ef33fd4 890Wnormalized
54d62f51 891C ObjC C++ ObjC++ Warning Alias(Wnormalized=,nfc,none)
1ef33fd4
MLI
892;
893
50668cf6 894Wnormalized=
b559c810 895C ObjC C++ ObjC++ RejectNegative Joined Warning CPP(warn_normalize) CppReason(CPP_W_NORMALIZE) Init(normalized_C) Var(cpp_warn_normalize) Enum(cpp_normalize_level)
54dcd526 896-Wnormalized=[none|id|nfc|nfkc] Warn about non-normalized Unicode strings.
1ef33fd4
MLI
897
898; Required for these enum values.
899SourceInclude
900cpplib.h
901
902Enum
903Name(cpp_normalize_level) Type(int) UnknownError(argument %qs to %<-Wnormalized%> not recognized)
904
905EnumValue
906Enum(cpp_normalize_level) String(none) Value(normalized_none)
907
908EnumValue
909Enum(cpp_normalize_level) String(nfkc) Value(normalized_KC)
910
911EnumValue
912Enum(cpp_normalize_level) String(id) Value(normalized_identifier_C)
913
914EnumValue
915Enum(cpp_normalize_level) String(nfc) Value(normalized_C)
50668cf6 916
fef3106c 917Wold-style-cast
c662432e 918C++ ObjC++ Var(warn_old_style_cast) Warning
a7b2e184 919Warn if a C-style cast is used in a program.
fef3106c 920
b1ed4cb4 921Wold-style-declaration
95744782 922C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
a7b2e184 923Warn for obsolescent usage in a declaration.
b1ed4cb4 924
c034f121 925Wold-style-definition
c662432e 926C ObjC Var(warn_old_style_definition) Warning
a7b2e184 927Warn if an old-style parameter definition is used.
c034f121 928
8b5e1202
SO
929Wopenmp-simd
930C C++ Var(warn_openmp_simd) Warning LangEnabledBy(C C++,Wall)
a7b2e184 931Warn if a simd directive is overridden by the vectorizer cost model.
8b5e1202 932
89a42ac8 933Woverlength-strings
34a180a6 934C ObjC C++ ObjC++ Var(warn_overlength_strings) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
a7b2e184 935Warn if a string is longer than the maximum portable length specified by the standard.
89a42ac8 936
fef3106c 937Woverloaded-virtual
c662432e 938C++ ObjC++ Var(warn_overloaded_virtual) Warning
a7b2e184 939Warn about overloaded virtual function names.
fef3106c 940
7ed322d7 941Woverride-init
95744782 942C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
a7b2e184 943Warn about overriding initializers without side effects.
7ed322d7 944
755e528f
MP
945Woverride-init-side-effects
946C ObjC Var(warn_override_init_side_effects) Init(1) Warning
a7b2e184 947Warn about overriding initializers with side effects.
755e528f 948
2cd36c22 949Wpacked-bitfield-compat
bee6fa6d 950C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
a7b2e184 951Warn about packed bit-fields whose offset changed in GCC 4.4.
2cd36c22 952
fef3106c 953Wparentheses
4a0ae68e 954C ObjC C++ ObjC++ Var(warn_parentheses) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 955Warn about possibly missing parentheses.
fef3106c 956
c1771a20 957Wpedantic
b559c810 958C ObjC C++ ObjC++ CPP(cpp_pedantic) CppReason(CPP_W_PEDANTIC) Warning
c1771a20
MLI
959; Documented in common.opt
960
79ca9c35
MP
961Wpessimizing-move
962C++ ObjC++ Var(warn_pessimizing_move) Warning LangEnabledBy(C++ ObjC++, Wall)
963Warn about calling std::move on a local object in a return statement preventing copy elision.
964
fef3106c 965Wpmf-conversions
c662432e 966C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
a7b2e184 967Warn when converting the type of pointers to member functions.
fef3106c
NB
968
969Wpointer-arith
44d90fe1 970C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
a7b2e184 971Warn about function pointer arithmetic.
fef3106c 972
4a0ae68e 973Wpointer-sign
27e51192 974C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall || Wpedantic)
a7b2e184 975Warn when a pointer differs in signedness in an assignment.
4a0ae68e 976
a9342885
MP
977Wpointer-compare
978C ObjC C++ ObjC++ Var(warn_pointer_compare) Init(1) Warning
979Warn when a pointer is compared with a zero character constant.
980
53a2494e 981Wpointer-to-int-cast
c662432e 982C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
a7b2e184 983Warn when a pointer is cast to an integer of a different size.
53a2494e 984
b9b8dde3 985Wpragmas
c662432e 986C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
a7b2e184 987Warn about misuses of pragmas.
b9b8dde3 988
8cff0652
VK
989Wprio-ctor-dtor
990C ObjC C++ ObjC++ Var(warn_prio_ctor_dtor) Init(1) Warning
991Warn if constructor or destructors with priorities from 0 to 100 are used.
992
9a179d01
NP
993Wproperty-assign-default
994ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
a7b2e184 995Warn if a property for an Objective-C object has no assign semantics specified.
9a179d01 996
fef3106c 997Wprotocol
c662432e 998ObjC ObjC++ Var(warn_protocol) Init(1) Warning
a7b2e184 999Warn if inherited methods are unimplemented.
fef3106c 1000
e2f5cc96 1001Wplacement-new
46cb9332
MS
1002C++ Warning Alias(Wplacement-new=, 1, 0)
1003Warn for placement new expressions with undefined behavior.
1004
1005Wplacement-new=
63010089 1006C++ Joined RejectNegative UInteger Var(warn_placement_new) Init(-1) Warning IntegerRange(0, 2)
eb11eb15 1007Warn for placement new expressions with undefined behavior.
e2f5cc96 1008
fef3106c 1009Wredundant-decls
c662432e 1010C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
a7b2e184 1011Warn about multiple declarations of the same object.
fef3106c 1012
b5be6d0c
MP
1013Wredundant-move
1014C++ ObjC++ Var(warn_redundant_move) Warning LangEnabledBy(C++ ObjC++,Wextra)
1015Warn about redundant calls to std::move.
1016
a2c6e7f2
JJ
1017Wregister
1018C++ ObjC++ Var(warn_register) Warning
1019Warn about uses of register storage specifier.
1020
fef3106c 1021Wreorder
f2bc201f 1022C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
a7b2e184 1023Warn when the compiler reorders code.
fef3106c
NB
1024
1025Wreturn-type
1b6fa695 1026C ObjC C++ ObjC++ Var(warn_return_type) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) Init(-1)
a7b2e184 1027Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++).
fef3106c 1028
ee45a32d
EB
1029Wscalar-storage-order
1030C ObjC C++ ObjC++ Init(1) Warning
1031Warn on suspicious constructs involving reverse scalar storage order.
1032
fef3106c 1033Wselector
c662432e 1034ObjC ObjC++ Var(warn_selector) Warning
a7b2e184 1035Warn if a selector has multiple methods.
fef3106c 1036
13c21655
PC
1037Wsequence-point
1038C ObjC C++ ObjC++ Var(warn_sequence_point) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 1039Warn about possible violations of sequence point rules.
13c21655 1040
dcaaa5a0 1041Wshadow-ivar
dff8943f 1042ObjC ObjC++ Var(warn_shadow_ivar) EnabledBy(Wshadow) Init(1) Warning
a7b2e184 1043Warn if a local declaration hides an instance variable.
dcaaa5a0 1044
451b5e48
MP
1045Wshift-overflow
1046C ObjC C++ ObjC++ Warning Alias(Wshift-overflow=, 1, 0)
a7b2e184 1047Warn if left shift of a signed value overflows.
451b5e48
MP
1048
1049Wshift-overflow=
63010089 1050C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_shift_overflow) Init(-1) Warning IntegerRange(0, 2)
a7b2e184 1051Warn if left shift of a signed value overflows.
451b5e48 1052
13c21655
PC
1053Wshift-count-negative
1054C ObjC C++ ObjC++ Var(warn_shift_count_negative) Init(1) Warning
a7b2e184 1055Warn if shift count is negative.
13c21655
PC
1056
1057Wshift-count-overflow
1058C ObjC C++ ObjC++ Var(warn_shift_count_overflow) Init(1) Warning
a7b2e184 1059Warn if shift count >= width of type.
fef3106c 1060
0173bd2a
MP
1061Wshift-negative-value
1062C ObjC C++ ObjC++ Var(warn_shift_negative_value) Init(-1) Warning
a7b2e184 1063Warn if left shifting a negative value.
0173bd2a 1064
fef3106c 1065Wsign-compare
4a0ae68e 1066C ObjC C++ ObjC++ Var(warn_sign_compare) Warning LangEnabledBy(C++ ObjC++,Wall)
a7b2e184 1067Warn about signed-unsigned comparisons.
fef3106c 1068
4a0ae68e
MLI
1069Wsign-compare
1070C ObjC C++ ObjC++ EnabledBy(Wextra)
1071;
1072
1073Wsign-conversion
63bbf46d 1074C ObjC C++ ObjC++ Var(warn_sign_conversion) Warning LangEnabledBy(C ObjC,Wconversion)
a7b2e184 1075Warn for implicit type conversions between signed and unsigned integers.
4a0ae68e 1076
fef3106c 1077Wsign-promo
c662432e 1078C++ ObjC++ Var(warn_sign_promo) Warning
a7b2e184 1079Warn when overload promotes from unsigned to signed.
fef3106c 1080
b2f97e4a 1081Wstrict-null-sentinel
5498f011 1082C++ ObjC++ Warning Var(warn_strict_null_sentinel)
a7b2e184 1083Warn about uncasted NULL used as sentinel.
b2f97e4a 1084
fef3106c 1085Wstrict-prototypes
c662432e 1086C ObjC Var(warn_strict_prototypes) Warning
a7b2e184 1087Warn about unprototyped function declarations.
fef3106c 1088
65d4f2cd 1089Wstrict-aliasing=
63010089 1090C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 3, 0) IntegerRange(0, 3)
65d4f2cd
MLI
1091;
1092
1093Wstrict-overflow=
63010089 1094C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 5)
65d4f2cd
MLI
1095;
1096
6e955430 1097Wstrict-selector-match
c662432e 1098ObjC ObjC++ Var(warn_strict_selector_match) Warning
a7b2e184 1099Warn if type signatures of candidate methods do not match exactly.
6e955430 1100
23462d4d
UB
1101Wsync-nand
1102C C++ Var(warn_sync_nand) Init(1) Warning
a7b2e184 1103Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used.
23462d4d 1104
fef3106c 1105Wsynth
c662432e 1106C++ ObjC++ Var(warn_synth) Warning
a7b2e184 1107Deprecated. This switch has no effect.
fef3106c
NB
1108
1109Wsystem-headers
c662432e 1110C ObjC C++ ObjC++ Warning
9a0f3e86 1111; Documented in common.opt
fef3106c 1112
05b28fd6
MP
1113Wtautological-compare
1114C ObjC C++ ObjC++ Var(warn_tautological_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 1115Warn if a comparison always evaluates to true or false.
05b28fd6 1116
8243e2a9
JM
1117Wterminate
1118C++ ObjC++ Warning Var(warn_terminate) Init(1)
a7b2e184 1119Warn if a throw expression will always result in a call to terminate().
8243e2a9 1120
fef3106c 1121Wtraditional
b559c810 1122C ObjC CPP(cpp_warn_traditional) CppReason(CPP_W_TRADITIONAL) Var(warn_traditional) Init(0) Warning
a7b2e184 1123Warn about features not present in traditional C.
fef3106c 1124
05170031 1125Wtraditional-conversion
c662432e 1126C ObjC Var(warn_traditional_conversion) Warning
a7b2e184 1127Warn of prototypes causing type conversions different from what would happen in the absence of prototype.
05170031 1128
fef3106c 1129Wtrigraphs
b559c810 1130C ObjC C++ ObjC++ CPP(warn_trigraphs) CppReason(CPP_W_TRIGRAPHS) Var(cpp_warn_trigraphs) Init(2) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 1131Warn if trigraphs are encountered that might affect the meaning of the program.
fef3106c
NB
1132
1133Wundeclared-selector
c662432e 1134ObjC ObjC++ Var(warn_undeclared_selector) Warning
a7b2e184 1135Warn about @selector()s without previously declared methods.
fef3106c
NB
1136
1137Wundef
b559c810 1138C ObjC C++ ObjC++ CPP(warn_undef) CppReason(CPP_W_UNDEF) Var(cpp_warn_undef) Init(0) Warning
a7b2e184 1139Warn if an undefined macro is used in an #if directive.
fef3106c 1140
4a0ae68e 1141Wuninitialized
cea71f0a 1142C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
4a0ae68e
MLI
1143;
1144
1145Wmaybe-uninitialized
cea71f0a 1146C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
4a0ae68e
MLI
1147;
1148
fef3106c 1149Wunknown-pragmas
34a180a6 1150C ObjC C++ ObjC++ Warning Var(warn_unknown_pragmas) LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
a7b2e184 1151Warn about unrecognized pragmas.
fef3106c 1152
6ec637a4
JJ
1153Wunsuffixed-float-constants
1154C ObjC Var(warn_unsuffixed_float_constants) Warning
a7b2e184 1155Warn about unsuffixed float constants.
6ec637a4 1156
4a0ae68e
MLI
1157Wunused
1158C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
1159; documented in common.opt
1160
3797cb21 1161Wunused-local-typedefs
650dc14a 1162C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
a7b2e184 1163Warn when typedefs locally defined in a function are not used.
3797cb21 1164
fef3106c 1165Wunused-macros
b559c810 1166C ObjC C++ ObjC++ CppReason(CPP_W_UNUSED_MACROS) Var(cpp_warn_unused_macros) Warning
a7b2e184 1167Warn about macros defined in the main file that are not used.
fef3106c 1168
156f545a
MLI
1169Wunused-result
1170C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
a7b2e184 1171Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value.
156f545a 1172
0f876f22
MW
1173Wunused-variable
1174C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wunused)
1175; documented in common.opt
1176
1177Wunused-const-variable
4246c8da
MW
1178C ObjC C++ ObjC++ Warning Alias(Wunused-const-variable=, 2, 0)
1179Warn when a const variable is unused.
1180
1181Wunused-const-variable=
63010089 1182C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_unused_const_variable) Warning LangEnabledBy(C ObjC,Wunused-variable, 1, 0) IntegerRange(0, 2)
a7b2e184 1183Warn when a const variable is unused.
0f876f22 1184
e5b79219 1185Wvariadic-macros
27e51192 1186C ObjC C++ ObjC++ CPP(warn_variadic_macros) CppReason(CPP_W_VARIADIC_MACROS) Var(cpp_warn_variadic_macros) Init(0) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic || Wtraditional)
a7b2e184 1187Warn about using variadic macros.
e5b79219 1188
b9c8da34
DS
1189Wvarargs
1190C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
a7b2e184 1191Warn about questionable usage of the macros used to retrieve variable arguments.
b9c8da34 1192
50d50fc7
SP
1193Wvla
1194C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
a7b2e184 1195Warn if a variable length array is used.
50d50fc7 1196
adc577c5 1197Wvla-larger-than=
00abf86c
MS
1198C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_MAX)
1199-Wvla-larger-than=<number> Warn on unbounded uses of variable-length
1200arrays, and on bounded uses of variable-length arrays whose bound can be
adc577c5 1201larger than <number> bytes.
00abf86c
MS
1202<number> bytes.
1203
1204Wno-vla-larger-than
1205C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning
1206-Wno-vla-larger-than Disable Wvla-larger-than= warning. Equivalent to Wvla-larger-than=<SIZE_MAX> or larger.
adc577c5 1207
16302daf 1208Wvolatile-register-var
4a0ae68e 1209C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
a7b2e184 1210Warn when a register variable is declared volatile.
16302daf 1211
6b333269
NS
1212Wvirtual-inheritance
1213C++ ObjC++ Var(warn_virtual_inheritance) Warning
a7b2e184 1214Warn on direct virtual inheritance.
6b333269 1215
f14edc1a
JM
1216Wvirtual-move-assign
1217C++ ObjC++ Var(warn_virtual_move_assign) Warning Init(1)
a7b2e184 1218Warn if a virtual base has a non-trivial move assignment operator.
f14edc1a 1219
fef3106c 1220Wwrite-strings
c662432e 1221C ObjC C++ ObjC++ Var(warn_write_strings) Warning
d8a07487 1222In 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 1223
89401152
PC
1224Wzero-as-null-pointer-constant
1225C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
a7b2e184 1226Warn when a literal '0' is used as null pointer.
89401152 1227
04398fa8
PC
1228Wuseless-cast
1229C++ ObjC++ Var(warn_useless_cast) Warning
a7b2e184 1230Warn about useless casts.
04398fa8 1231
273aa49e
PC
1232Wsubobject-linkage
1233C++ ObjC++ Var(warn_subobject_linkage) Warning Init(1)
a7b2e184 1234Warn if a class type has a base or a field whose type uses the anonymous namespace or depends on a type with no linkage.
273aa49e 1235
d6e83a8d
MM
1236Wduplicate-decl-specifier
1237C ObjC Var(warn_duplicate_decl_specifier) Warning LangEnabledBy(C ObjC,Wall)
1238Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier.
1239
975672f3 1240Wrestrict
cc8bea0a 1241C ObjC C++ ObjC++ Var(warn_restrict) Warning LangEnabledBy(C ObjC C++ ObjC++, Wall)
975672f3
PK
1242Warn when an argument passed to a restrict-qualified parameter aliases with
1243another argument.
1244
fef3106c
NB
1245ansi
1246C ObjC C++ ObjC++
a7b2e184 1247A synonym for -std=c89 (for C) or -std=c++98 (for C++).
fef3106c
NB
1248
1249d
1250C ObjC C++ ObjC++ Joined
72de27ea 1251; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
fef3106c 1252
62984918
JM
1253fabi-compat-version=
1254C++ ObjC++ Joined RejectNegative UInteger Var(flag_abi_compat_version) Init(-1)
a7b2e184 1255The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.
62984918 1256
fef3106c 1257faccess-control
5498f011 1258C++ ObjC++ Var(flag_access_control) Init(1)
a7b2e184 1259Enforce class member access control semantics.
fef3106c 1260
da5182be
TQ
1261fada-spec-parent=
1262C ObjC C++ ObjC++ RejectNegative Joined Var(ada_specs_parent)
a7b2e184 1263-fada-spec-parent=unit Dump Ada specs as child units of given parent.
da5182be 1264
af63ba4b
JM
1265faligned-new
1266C++ ObjC++ Alias(faligned-new=,1,0)
1267Support C++17 allocation of over-aligned types.
1268
1269faligned-new=
2e1c20b1 1270C++ ObjC++ Joined RejectNegative Var(aligned_new_threshold) UInteger Init(-1)
af63ba4b
JM
1271-faligned-new=<N> Use C++17 over-aligned type allocation for alignments greater than N.
1272
fef3106c 1273fall-virtual
c0c12356 1274C++ ObjC++ Deprecated
fef3106c 1275
6637388f
TG
1276fallow-parameterless-variadic-functions
1277C ObjC Var(flag_allow_parameterless_variadic_functions)
a7b2e184 1278Allow variadic functions without named parameter.
6637388f 1279
fef3106c 1280falt-external-templates
c0c12356 1281C++ ObjC++ Deprecated
a7b2e184 1282No longer supported.
fef3106c
NB
1283
1284fasm
5498f011 1285C ObjC C++ ObjC++ Var(flag_no_asm, 0)
a7b2e184 1286Recognize the \"asm\" keyword.
fef3106c 1287
10e48e39
RO
1288; Define extra predefined macros for use in libgcc.
1289fbuilding-libgcc
1290C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
1291
fef3106c 1292fbuiltin
5498f011 1293C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
a7b2e184 1294Recognize built-in functions.
fef3106c
NB
1295
1296fbuiltin-
1297C ObjC C++ ObjC++ Joined
1298
5dc99c46
SB
1299fcanonical-system-headers
1300C ObjC C++ ObjC++
1301Where shorter, use canonicalized paths to systems headers.
1302
d5e254e1 1303fcheck-pointer-bounds
c0c12356 1304C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1305Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1306
1307fchkp-check-incomplete-type
c0c12356 1308C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1309Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1310
1311fchkp-zero-input-bounds-for-main
c0c12356 1312C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1313Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1314
1315fchkp-first-field-has-own-bounds
c0c12356 1316C ObjC C++ ObjC++ LTO Deprecated RejectNegative
31db0fe0 1317Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1318
1319fchkp-narrow-bounds
c0c12356 1320C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1321Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1322
1323fchkp-narrow-to-innermost-array
c0c12356 1324C ObjC C++ ObjC++ LTO Deprecated RejectNegative
31db0fe0 1325Deprecated in GCC 9. This switch has no effect.
8ba4f506
AI
1326
1327fchkp-flexible-struct-trailing-arrays
c0c12356 1328C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1329Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1330
1331fchkp-optimize
c0c12356 1332C ObjC C++ ObjC++ LTO Deprecated
d5e254e1
IE
1333
1334fchkp-use-fast-string-functions
c0c12356 1335C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1336Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1337
1338fchkp-use-nochk-string-functions
c0c12356 1339C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1340Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1341
1342fchkp-use-static-bounds
c0c12356 1343C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1344Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1345
1346fchkp-use-static-const-bounds
c0c12356 1347C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1348Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1349
1350fchkp-treat-zero-dynamic-size-as-infinite
c0c12356 1351C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1352Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1353
1354fchkp-check-read
c0c12356 1355C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1356Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1357
1358fchkp-check-write
c0c12356 1359C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1360Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1361
1362fchkp-store-bounds
c0c12356 1363C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1364Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1365
1366fchkp-instrument-calls
c0c12356 1367C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1368Deprecated in GCC 9. This switch has no effect.
d5e254e1
IE
1369
1370fchkp-instrument-marked-only
c0c12356 1371C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1372Deprecated in GCC 9. This switch has no effect.
d5e254e1 1373
226d62d2 1374fchkp-use-wrappers
c0c12356 1375C ObjC C++ ObjC++ LTO Deprecated
31db0fe0 1376Deprecated in GCC 9. This switch has no effect.
226d62d2 1377
5373cd33 1378static-libmpx
3713f2e2 1379Driver Deprecated
31db0fe0 1380Deprecated in GCC 9. This switch has no effect.
5373cd33 1381
d2d7e672 1382static-libmpxwrappers
3713f2e2 1383Driver Deprecated
31db0fe0 1384Deprecated in GCC 9. This switch has no effect.
d2d7e672 1385
c0c12356
ML
1386fcilkplus
1387C ObjC C++ ObjC++ LTO Undocumented Ignore
5e9d6aa4 1388Deprecated in GCC 8. This switch has no effect.
36536d79 1389
971e17ff
AS
1390fconcepts
1391C++ ObjC++ Var(flag_concepts)
a7b2e184 1392Enable support for C++ concepts.
971e17ff 1393
fef3106c
NB
1394fcond-mismatch
1395C ObjC C++ ObjC++
a7b2e184 1396Allow the arguments of the '?' operator to have different types.
fef3106c
NB
1397
1398fconserve-space
c0c12356 1399C++ ObjC++ Ignore
6f07a821 1400Does nothing. Preserved for backward compatibility.
fef3106c 1401
fef3106c 1402fconstant-string-class=
61ff2bdc 1403ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
a7b2e184 1404-fconst-string-class=<name> Use class <name> for constant strings.
fef3106c 1405
17bc631c 1406fconstexpr-depth=
49a000c3 1407C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
a7b2e184 1408-fconstexpr-depth=<number> Specify maximum constexpr recursion depth.
17bc631c 1409
5ec2cd9f
JM
1410fconstexpr-loop-limit=
1411C++ ObjC++ Joined RejectNegative UInteger Var(constexpr_loop_limit) Init(262144)
1412-fconstexpr-loop-limit=<number> Specify maximum constexpr loop iteration count.
1413
847e697a
TT
1414fdebug-cpp
1415C ObjC C++ ObjC++
a7b2e184 1416Emit debug annotations during preprocessing.
847e697a 1417
5f5babf1 1418fdeduce-init-list
15694fdd 1419C++ ObjC++ Var(flag_deduce_init_list) Init(0)
a7b2e184 1420-fdeduce-init-list enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list.
5f5babf1 1421
1f26ac87
JM
1422fdeclone-ctor-dtor
1423C++ ObjC++ Var(flag_declone_ctor_dtor) Init(-1)
a7b2e184 1424Factor complex constructors and destructors to favor space over speed.
1f26ac87 1425
fef3106c 1426fdefault-inline
2d2bd949 1427C++ ObjC++ Ignore
5498f011 1428Does nothing. Preserved for backward compatibility.
fef3106c 1429
f012c8ef
DM
1430fdiagnostics-show-template-tree
1431C++ ObjC++ Var(flag_diagnostics_show_template_tree) Init(0)
1432Print hierarchical comparisons when template types are mismatched.
1433
ccfc4c91
OW
1434fdirectives-only
1435C ObjC C++ ObjC++
1436Preprocess directives only.
1437
fef3106c
NB
1438fdollars-in-identifiers
1439C ObjC C++ ObjC++
a7b2e184 1440Permit '$' as an identifier character.
fef3106c 1441
7365279f
BK
1442fmacro-prefix-map=
1443C ObjC C++ ObjC++ Joined RejectNegative
1444-fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE().
1445
3b78de56
AC
1446fdump-ada-spec
1447C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec)
a7b2e184 1448Write all declarations as Ada code transitively.
3b78de56
AC
1449
1450fdump-ada-spec-slim
1451C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec_slim)
a7b2e184 1452Write all declarations as Ada code for the given file only.
3b78de56 1453
fef3106c 1454felide-constructors
5498f011 1455C++ ObjC++ Var(flag_elide_constructors) Init(1)
fef3106c 1456
f012c8ef
DM
1457felide-type
1458C++ ObjC++ Var(flag_elide_type) Init(1)
1459-fno-elide-type Do not elide common elements in template comparisons.
1460
fef3106c 1461fenforce-eh-specs
5498f011 1462C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
a7b2e184 1463Generate code to check exception specifications.
fef3106c
NB
1464
1465fenum-int-equiv
c0c12356 1466C++ ObjC++ Deprecated
fef3106c 1467
e6cc3a24
ZW
1468fexec-charset=
1469C ObjC C++ ObjC++ Joined RejectNegative
a7b2e184 1470-fexec-charset=<cset> Convert all strings and character constants to character set <cset>.
e6cc3a24 1471
af15a2fe
JM
1472fextended-identifiers
1473C ObjC C++ ObjC++
a7b2e184 1474Permit universal character names (\\u and \\U) in identifiers.
af15a2fe 1475
16dd5cfe
EC
1476finput-charset=
1477C ObjC C++ ObjC++ Joined RejectNegative
a7b2e184 1478-finput-charset=<cset> Specify the default character set for source files.
16dd5cfe 1479
5af057d8
JM
1480fextern-tls-init
1481C++ ObjC++ Var(flag_extern_tls_init) Init(-1)
a7b2e184 1482Support dynamic initialization of thread-local variables in a different translation unit.
16dd5cfe 1483
fef3106c 1484fexternal-templates
c0c12356 1485C++ ObjC++ Deprecated
fef3106c 1486
fef3106c 1487ffor-scope
c0c12356 1488C++ ObjC++ Deprecated
fef3106c
NB
1489
1490ffreestanding
820b51ae 1491C ObjC C++ ObjC++
a7b2e184 1492Do not assume that standard C libraries and \"main\" exist.
fef3106c
NB
1493
1494fgnu-keywords
5498f011 1495C++ ObjC++ Var(flag_no_gnu_keywords, 0)
a7b2e184 1496Recognize GNU-defined keywords.
fef3106c
NB
1497
1498fgnu-runtime
fb5610fb 1499ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
a7b2e184 1500Generate code for GNU runtime environment.
fef3106c 1501
da1c7394 1502fgnu89-inline
2cbac420 1503C ObjC Var(flag_gnu89_inline) Init(-1)
a7b2e184 1504Use traditional GNU semantics for inline functions.
da1c7394 1505
fef3106c 1506fguiding-decls
c0c12356 1507C++ ObjC++ Deprecated
fef3106c
NB
1508
1509fhandle-exceptions
2d2bd949 1510C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
fef3106c
NB
1511
1512fhonor-std
c0c12356 1513C++ ObjC++ Deprecated
fef3106c
NB
1514
1515fhosted
1516C ObjC
a7b2e184 1517Assume normal C execution environment.
fef3106c
NB
1518
1519fhuge-objects
c0c12356 1520C++ ObjC++ Deprecated
a7b2e184 1521No longer supported.
fef3106c
NB
1522
1523fimplement-inlines
5498f011 1524C++ ObjC++ Var(flag_implement_inlines) Init(1)
a7b2e184 1525Export functions even if they can be inlined.
fef3106c
NB
1526
1527fimplicit-inline-templates
5498f011 1528C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
a7b2e184 1529Emit implicit instantiations of inline templates.
fef3106c
NB
1530
1531fimplicit-templates
5498f011 1532C++ ObjC++ Var(flag_implicit_templates) Init(1)
a7b2e184 1533Emit implicit instantiations of templates.
fef3106c 1534
31f7f784
JM
1535fnew-inheriting-ctors
1536C++ ObjC++ Var(flag_new_inheriting_ctors) Init(1)
1537Implement C++17 inheriting constructor semantics.
1538
d63d5d0c 1539ffriend-injection
c0c12356 1540C++ ObjC++ Deprecated
d63d5d0c 1541
47ea1edf
DK
1542fkeep-inline-dllexport
1543C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
a7b2e184 1544Don't emit dllexported inline functions unless needed.
47ea1edf 1545
fef3106c 1546flabels-ok
c0c12356 1547C++ ObjC++ Deprecated
fef3106c 1548
00c8e9f6 1549flax-vector-conversions
5498f011 1550C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
00c8e9f6
MS
1551Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
1552
fef3106c 1553fms-extensions
5498f011 1554C ObjC C++ ObjC++ Var(flag_ms_extensions)
a7b2e184 1555Don't warn about uses of Microsoft extensions.
fef3106c 1556
5720c0dc 1557fmudflap
c0c12356 1558C ObjC C++ ObjC++ Deprecated
5720c0dc
RG
1559
1560fmudflapth
c0c12356 1561C ObjC C++ ObjC++ Deprecated
5720c0dc
RG
1562
1563fmudflapir
c0c12356 1564C ObjC C++ ObjC++ Deprecated
5720c0dc 1565
fef3106c 1566fname-mangling-version-
c0c12356 1567C++ ObjC++ Joined Deprecated
fef3106c
NB
1568
1569fnew-abi
c0c12356 1570C++ ObjC++ Deprecated
fef3106c 1571
31bfc9b9
JM
1572fnew-ttp-matching
1573C++ ObjC++ Var(flag_new_ttp)
1574Implement resolution of DR 150 for matching of template template arguments.
1575
fef3106c 1576fnext-runtime
fb5610fb 1577ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime)
a7b2e184 1578Generate code for NeXT (Apple Mac OS X) runtime environment.
264fa2db
ZL
1579
1580fnil-receivers
5498f011 1581ObjC ObjC++ Var(flag_nil_receivers) Init(1)
a7b2e184 1582Assume that receivers of Objective-C messages may be nil.
fef3106c 1583
dcaaa5a0
DP
1584flocal-ivars
1585ObjC ObjC++ Var(flag_local_ivars) Init(1)
1586Allow access to instance variables as if they were local declarations within instance method implementations.
1587
1588fivar-visibility=
1589ObjC ObjC++ Joined RejectNegative Enum(ivar_visibility) Var(default_ivar_visibility) Init(IVAR_VISIBILITY_PROTECTED)
a7b2e184 1590-fvisibility=[private|protected|public|package] Set the default symbol visibility.
dcaaa5a0
DP
1591
1592Enum
1593Name(ivar_visibility) Type(enum ivar_visibility) UnknownError(unrecognized ivar visibility value %qs)
1594
1595EnumValue
1596Enum(ivar_visibility) String(private) Value(IVAR_VISIBILITY_PRIVATE)
1597
1598EnumValue
1599Enum(ivar_visibility) String(protected) Value(IVAR_VISIBILITY_PROTECTED)
1600
1601EnumValue
1602Enum(ivar_visibility) String(public) Value(IVAR_VISIBILITY_PUBLIC)
1603
1604EnumValue
1605Enum(ivar_visibility) String(package) Value(IVAR_VISIBILITY_PACKAGE)
1606
fef3106c 1607fnonansi-builtins
5498f011 1608C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
fef3106c
NB
1609
1610fnonnull-objects
c0c12356 1611C++ ObjC++ Deprecated
fef3106c 1612
9feb3d6a
JM
1613fnothrow-opt
1614C++ ObjC++ Optimization Var(flag_nothrow_opt)
a7b2e184 1615Treat a throw() exception specification as noexcept to improve code size.
9feb3d6a 1616
0a256240 1617fobjc-abi-version=
fb5610fb 1618ObjC ObjC++ LTO Joined Report RejectNegative UInteger Var(flag_objc_abi)
0a256240
NP
1619Specify which ABI to use for Objective-C family code and meta-data generation.
1620
6e955430
ZL
1621; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
1622; to initialize any non-POD ivars in Objective-C++ classes.
1623fobjc-call-cxx-cdtors
1624ObjC++ Var(flag_objc_call_cxx_cdtors)
a7b2e184 1625Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed.
6e955430
ZL
1626
1627fobjc-direct-dispatch
1628ObjC ObjC++ Var(flag_objc_direct_dispatch)
a7b2e184 1629Allow fast jumps to the message dispatcher.
6e955430
ZL
1630
1631; Nonzero means that we will allow new ObjC exception syntax (@throw,
1632; @try, etc.) in source code.
264fa2db 1633fobjc-exceptions
6e955430 1634ObjC ObjC++ Var(flag_objc_exceptions)
a7b2e184 1635Enable Objective-C exception and synchronization syntax.
264fa2db 1636
6e955430 1637fobjc-gc
fb5610fb 1638ObjC ObjC++ LTO Var(flag_objc_gc)
a7b2e184 1639Enable garbage collection (GC) in Objective-C/Objective-C++ programs.
6e955430 1640
0a256240
NP
1641fobjc-nilcheck
1642ObjC ObjC++ Var(flag_objc_nilcheck,1)
1643Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
1644
6e955430 1645; Nonzero means that we generate NeXT setjmp based exceptions.
093c7153 1646fobjc-sjlj-exceptions
6e955430 1647ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
a7b2e184 1648Enable Objective-C setjmp exception handling runtime.
093c7153 1649
22d8d616
NP
1650fobjc-std=objc1
1651ObjC ObjC++ Var(flag_objc1_only)
a7b2e184 1652Conform to the Objective-C 1.0 language as implemented in GCC 4.0.
22d8d616 1653
41dbbb37 1654fopenacc
a0c88d06 1655C ObjC C++ ObjC++ LTO Var(flag_openacc)
a7b2e184 1656Enable OpenACC.
41dbbb37 1657
b6adbb9f
NS
1658fopenacc-dim=
1659C ObjC C++ ObjC++ LTO Joined Var(flag_openacc_dims)
1660Specify default OpenACC compute dimensions.
1661
953ff289 1662fopenmp
1506ae0e 1663C ObjC C++ ObjC++ LTO Var(flag_openmp)
a7b2e184 1664Enable OpenMP (implies -frecursive in Fortran).
953ff289 1665
6d7f7e0a
TB
1666fopenmp-simd
1667C ObjC C++ ObjC++ Var(flag_openmp_simd)
a7b2e184 1668Enable OpenMP's SIMD directives.
6d7f7e0a 1669
fef3106c
NB
1670foperator-names
1671C++ ObjC++
a7b2e184 1672Recognize C++ keywords like \"compl\" and \"xor\".
fef3106c
NB
1673
1674foptional-diags
2d2bd949 1675C++ ObjC++ Ignore
5498f011 1676Does nothing. Preserved for backward compatibility.
fef3106c
NB
1677
1678fpch-deps
1679C ObjC C++ ObjC++
1680
c0d578e6
GK
1681fpch-preprocess
1682C ObjC C++ ObjC++
a7b2e184 1683Look for and use PCH files even when preprocessing.
c0d578e6 1684
fef3106c 1685fpermissive
0c3641b0 1686C++ ObjC++ Var(flag_permissive)
a7b2e184 1687Downgrade conformance errors to warnings.
fef3106c 1688
478a1c5b
ILT
1689fplan9-extensions
1690C ObjC Var(flag_plan9_extensions)
a7b2e184 1691Enable Plan 9 language extensions.
478a1c5b 1692
fef3106c
NB
1693fpreprocessed
1694C ObjC C++ ObjC++
a7b2e184 1695Treat the input file as already preprocessed.
fef3106c 1696
92582b75
TT
1697ftrack-macro-expansion
1698C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1699; converted into ftrack-macro-expansion=
1700
1701ftrack-macro-expansion=
1702C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
a7b2e184 1703-ftrack-macro-expansion=<0|1|2> Track locations of tokens coming from macro expansion and display them in error messages.
92582b75 1704
6ea2bd47 1705fpretty-templates
5498f011 1706C++ ObjC++ Var(flag_pretty_templates) Init(1)
a7b2e184 1707-fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments.
6ea2bd47 1708
88d0c3f0 1709fprintf-return-value
89990732 1710C ObjC C++ ObjC++ LTO Optimization Var(flag_printf_return_value) Init(1)
88d0c3f0
MS
1711Treat known sprintf return values as constants.
1712
264fa2db 1713freplace-objc-classes
fb5610fb 1714ObjC ObjC++ LTO Var(flag_replace_objc_classes)
a7b2e184 1715Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime.
264fa2db 1716
fef3106c
NB
1717frepo
1718C++ ObjC++
a7b2e184 1719Enable automatic template instantiation.
fef3106c
NB
1720
1721frtti
5498f011 1722C++ ObjC++ Optimization Var(flag_rtti) Init(1)
a7b2e184 1723Generate run time type descriptor information.
fef3106c 1724
fef3106c 1725fshort-enums
dd6fe7d4 1726C ObjC C++ ObjC++ LTO Optimization Var(flag_short_enums)
a7b2e184 1727Use the narrowest integer type possible for enumeration types.
fef3106c
NB
1728
1729fshort-wchar
dd6fe7d4 1730C ObjC C++ ObjC++ LTO Optimization Var(flag_short_wchar)
a7b2e184 1731Force the underlying type for \"wchar_t\" to be \"unsigned short\".
fef3106c 1732
fef3106c 1733fsigned-bitfields
5498f011 1734C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
a7b2e184 1735When \"signed\" or \"unsigned\" is not given make the bitfield signed.
fef3106c
NB
1736
1737fsigned-char
5498f011 1738C ObjC C++ ObjC++ LTO Var(flag_signed_char)
a7b2e184 1739Make \"char\" signed by default.
fef3106c 1740
20b06add
JM
1741fsized-deallocation
1742C++ ObjC++ Var(flag_sized_deallocation) Init(-1)
a7b2e184 1743Enable C++14 sized deallocation support.
20b06add 1744
fef3106c 1745fsquangle
c0c12356 1746C++ ObjC++ Deprecated
fef3106c 1747
ee45a32d 1748fsso-struct=
fc73e60c 1749C ObjC Joined RejectNegative Enum(sso_struct) Var(default_sso) Init(SSO_NATIVE)
4e89adf9 1750-fsso-struct=[big-endian|little-endian|native] Set the default scalar storage order.
ee45a32d
EB
1751
1752Enum
1753Name(sso_struct) Type(enum scalar_storage_order_kind) UnknownError(unrecognized scalar storage order value %qs)
1754
1755EnumValue
1756Enum(sso_struct) String(big-endian) Value(SSO_BIG_ENDIAN)
1757
1758EnumValue
1759Enum(sso_struct) String(little-endian) Value(SSO_LITTLE_ENDIAN)
1760
4e89adf9
EB
1761EnumValue
1762Enum(sso_struct) String(native) Value(SSO_NATIVE)
1763
fef3106c 1764fstats
5498f011 1765C++ ObjC++ Var(flag_detailed_statistics)
a7b2e184 1766Display statistics accumulated during compilation.
fef3106c 1767
cbb4feb3
JM
1768fstrict-enums
1769C++ ObjC++ Optimization Var(flag_strict_enums)
a7b2e184 1770Assume that values of enumeration type are always within the minimum range of that type.
cbb4feb3 1771
fef3106c 1772fstrict-prototype
c0c12356 1773C++ ObjC++ Deprecated
fef3106c 1774
d0cf395a
JM
1775fstrong-eval-order
1776C++ ObjC++ Common Alias(fstrong-eval-order=, all, none)
1777Follow the C++17 evaluation order requirements for assignment expressions,
1778shift, member function calls, etc.
1779
1780fstrong-eval-order=
d4a6c0ea 1781C++ ObjC++ Common Var(flag_strong_eval_order) Joined Enum(strong_eval_order) RejectNegative Init(-1)
d0cf395a
JM
1782Follow the C++17 evaluation order requirements for assignment expressions,
1783shift, member function calls, etc.
1784
1785Enum
1786Name(strong_eval_order) Type(int)
1787
1788EnumValue
1789Enum(strong_eval_order) String(none) Value(0)
1790
1791EnumValue
1792Enum(strong_eval_order) String(some) Value(1)
1793
1794EnumValue
1795Enum(strong_eval_order) String(all) Value(2)
1796
fef3106c 1797ftabstop=
7b086b11 1798C ObjC C++ ObjC++ Joined RejectNegative UInteger
a7b2e184 1799-ftabstop=<number> Distance between tab stops for column reporting.
fef3106c 1800
a12bf402
MLI
1801ftemplate-backtrace-limit=
1802C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
a7b2e184 1803Set the maximum number of template instantiation notes for a single warning or error.
a12bf402 1804
fef3106c 1805ftemplate-depth-
5de8299c 1806C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
124e0d27
MLI
1807
1808ftemplate-depth=
c22cacf3 1809C++ ObjC++ Joined RejectNegative UInteger
a7b2e184 1810-ftemplate-depth=<number> Specify maximum template instantiation depth.
fef3106c
NB
1811
1812fthis-is-variable
c0c12356 1813C++ ObjC++ Deprecated
fef3106c 1814
40aac948 1815fthreadsafe-statics
5498f011 1816C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
a7b2e184 1817-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.
40aac948 1818
fef3106c 1819funsigned-bitfields
f0036cca 1820C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
a7b2e184 1821When \"signed\" or \"unsigned\" is not given make the bitfield unsigned.
fef3106c
NB
1822
1823funsigned-char
f0036cca 1824C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
a7b2e184 1825Make \"char\" unsigned by default.
fef3106c
NB
1826
1827fuse-cxa-atexit
5498f011 1828C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
a7b2e184 1829Use __cxa_atexit to register destructors.
fef3106c 1830
c7b5e395 1831fuse-cxa-get-exception-ptr
5498f011 1832C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
a7b2e184 1833Use __cxa_get_exception_ptr in exception handling.
c7b5e395 1834
d7afec4b 1835fvisibility-inlines-hidden
d0b07283 1836C++ ObjC++
a7b2e184 1837Marks all inlined functions and methods as having hidden visibility.
d7afec4b 1838
ddbfd28d
GK
1839fvisibility-ms-compat
1840C++ ObjC++ Var(flag_visibility_ms_compat)
a7b2e184 1841Changes visibility to match Microsoft Visual Studio by default.
ddbfd28d 1842
fef3106c 1843fvtable-gc
c0c12356 1844C++ ObjC++ Deprecated
a7b2e184 1845No longer supported.
fef3106c
NB
1846
1847fvtable-thunks
c0c12356 1848C++ ObjC++ Deprecated
a7b2e184 1849No longer supported.
fef3106c
NB
1850
1851fweak
5498f011 1852C++ ObjC++ Var(flag_weak) Init(1)
a7b2e184 1853Emit common-like symbols as weak symbols.
fef3106c 1854
e6cc3a24
ZW
1855fwide-exec-charset=
1856C ObjC C++ ObjC++ Joined RejectNegative
a7b2e184 1857-fwide-exec-charset=<cset> Convert all wide strings and character constants to character set <cset>.
e6cc3a24 1858
b20d9f0c 1859fworking-directory
5498f011 1860C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
a7b2e184 1861Generate a #line directive pointing at the current working directory.
b20d9f0c 1862
fef3106c 1863fxref
c0c12356 1864C++ ObjC++ Deprecated
a7b2e184 1865No longer supported.
fef3106c 1866
264fa2db 1867fzero-link
5498f011 1868ObjC ObjC++ Var(flag_zero_link)
a7b2e184 1869Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode.
264fa2db 1870
fef3106c 1871gen-decls
9ed32e27 1872ObjC ObjC++ Driver Var(flag_gen_declaration) RejectNegative
a7b2e184 1873Dump declarations to a .decl file.
fef3106c 1874
39ef6592
LC
1875femit-struct-debug-baseonly
1876C ObjC C++ ObjC++
a7b2e184 1877-femit-struct-debug-baseonly Aggressive reduced debug info for structs.
39ef6592
LC
1878
1879femit-struct-debug-reduced
1880C ObjC C++ ObjC++
a7b2e184 1881-femit-struct-debug-reduced Conservative reduced debug info for structs.
39ef6592
LC
1882
1883femit-struct-debug-detailed=
1884C ObjC C++ ObjC++ Joined
a7b2e184 1885-femit-struct-debug-detailed=<spec-list> Detailed reduced debug info for structs.
39ef6592 1886
a4a0016d 1887fext-numeric-literals
dcb466ec 1888C++ ObjC++ Var(flag_ext_numeric_literals) Init(1)
a4a0016d
ESR
1889Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding
1890number literal rather than a user-defined number literal.
1891
fef3106c 1892idirafter
61ff2bdc 1893C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
a7b2e184 1894-idirafter <dir> Add <dir> to the end of the system include path.
fef3106c
NB
1895
1896imacros
61ff2bdc 1897C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
a7b2e184 1898-imacros <file> Accept definition of macros in <file>.
fef3106c 1899
2b6dd222
JM
1900imultilib
1901C ObjC C++ ObjC++ Joined Separate
a7b2e184 1902-imultilib <dir> Set <dir> to be the multilib include subdirectory.
2b6dd222 1903
fef3106c 1904include
61ff2bdc 1905C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
a7b2e184 1906-include <file> Include the contents of <file> before other files.
fef3106c
NB
1907
1908iprefix
1909C ObjC C++ ObjC++ Joined Separate
a7b2e184 1910-iprefix <path> Specify <path> as a prefix for next two options.
fef3106c
NB
1911
1912isysroot
61ff2bdc 1913C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
a7b2e184 1914-isysroot <dir> Set <dir> to be the system root directory.
fef3106c
NB
1915
1916isystem
61ff2bdc 1917C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
a7b2e184 1918-isystem <dir> Add <dir> to the start of the system include path.
fef3106c 1919
4bed3787 1920iquote
61ff2bdc 1921C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
a7b2e184 1922-iquote <dir> Add <dir> to the end of the quote include path.
4bed3787 1923
fef3106c
NB
1924iwithprefix
1925C ObjC C++ ObjC++ Joined Separate
a7b2e184 1926-iwithprefix <dir> Add <dir> to the end of the system include path.
fef3106c
NB
1927
1928iwithprefixbefore
1929C ObjC C++ ObjC++ Joined Separate
a7b2e184 1930-iwithprefixbefore <dir> Add <dir> to the end of the main include path.
fef3106c
NB
1931
1932lang-asm
603349bf 1933C Undocumented RejectDriver
fef3106c 1934
e200444e
JM
1935no-integrated-cpp
1936Driver
1937
fef3106c
NB
1938nostdinc
1939C ObjC C++ ObjC++
a7b2e184 1940Do not search standard system include directories (those specified with -isystem will still be used).
fef3106c
NB
1941
1942nostdinc++
72de27ea 1943C++ ObjC++
a7b2e184 1944Do not search standard system include directories for C++.
fef3106c
NB
1945
1946o
1947C ObjC C++ ObjC++ Joined Separate
72de27ea 1948; Documented in common.opt
fef3106c
NB
1949
1950pedantic
c1771a20 1951C ObjC C++ ObjC++ Alias(Wpedantic)
72de27ea 1952; Documented in common.opt
fef3106c 1953
fef3106c
NB
1954print-objc-runtime-info
1955ObjC ObjC++
a7b2e184 1956Generate C header of platform-specific features.
fef3106c
NB
1957
1958remap
1959C ObjC C++ ObjC++
a7b2e184 1960Remap file names when including files.
fef3106c
NB
1961
1962std=c++98
1963C++ ObjC++
a7b2e184 1964Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
c7dc8804
JM
1965
1966std=c++03
1967C++ ObjC++ Alias(std=c++98)
a7b2e184 1968Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
fef3106c 1969
97e3ad20 1970std=c++11
966541e3 1971C++ ObjC++
a7b2e184 1972Conform to the ISO 2011 C++ standard.
97e3ad20
JM
1973
1974std=c++0x
70e24808 1975C++ ObjC++ Alias(std=c++11) Undocumented
a7b2e184 1976Deprecated in favor of -std=c++11.
966541e3 1977
552b8185 1978std=c++1y
028aee17 1979C++ ObjC++ Alias(std=c++14) Undocumented
a7b2e184 1980Deprecated in favor of -std=c++14.
70e24808
JM
1981
1982std=c++14
381bf11e 1983C++ ObjC++
a7b2e184 1984Conform to the ISO 2014 C++ standard.
552b8185 1985
da73100b 1986std=c++1z
7b936140
JJ
1987C++ ObjC++ Alias(std=c++17) Undocumented
1988Deprecated in favor of -std=c++17.
da73100b
JM
1989
1990std=c++17
7b936140
JJ
1991C++ ObjC++
1992Conform to the ISO 2017 C++ standard.
da73100b 1993
026a79f7
AS
1994std=c++2a
1995C++ ObjC++
1996Conform to the ISO 2020(?) C++ draft standard (experimental and incomplete support).
1997
48b0b196 1998std=c11
2778d766 1999C ObjC
a7b2e184 2000Conform to the ISO 2011 C standard.
48b0b196
JM
2001
2002std=c1x
2003C ObjC Alias(std=c11)
a7b2e184 2004Deprecated in favor of -std=c11.
2778d766 2005
c76dc9c3
JM
2006std=c17
2007C ObjC
7a8a92c4 2008Conform to the ISO 2017 C standard (published in 2018).
1e39313a
JM
2009
2010std=c18
2011C ObjC Alias(std=c17)
7a8a92c4 2012Conform to the ISO 2017 C standard (published in 2018).
c76dc9c3 2013
9f936c86
JM
2014std=c2x
2015C ObjC
2016Conform to the ISO 202X C standard draft (experimental and incomplete support).
2017
fef3106c 2018std=c89
5de8299c 2019C ObjC Alias(std=c90)
a7b2e184 2020Conform to the ISO 1990 C standard.
fef3106c 2021
7e1542b9
MLI
2022std=c90
2023C ObjC
a7b2e184 2024Conform to the ISO 1990 C standard.
7e1542b9 2025
fef3106c
NB
2026std=c99
2027C ObjC
a7b2e184 2028Conform to the ISO 1999 C standard.
fef3106c
NB
2029
2030std=c9x
5de8299c 2031C ObjC Alias(std=c99)
a7b2e184 2032Deprecated in favor of -std=c99.
fef3106c
NB
2033
2034std=gnu++98
2035C++ ObjC++
97e3ad20 2036Conform to the ISO 1998 C++ standard revised by the 2003 technical
a7b2e184 2037corrigendum with GNU extensions.
fef3106c 2038
97e3ad20
JM
2039std=gnu++03
2040C++ ObjC++ Alias(std=gnu++98)
2041Conform to the ISO 1998 C++ standard revised by the 2003 technical
a7b2e184 2042corrigendum with GNU extensions.
97e3ad20
JM
2043
2044std=gnu++11
966541e3 2045C++ ObjC++
a7b2e184 2046Conform to the ISO 2011 C++ standard with GNU extensions.
97e3ad20
JM
2047
2048std=gnu++0x
381bf11e 2049C++ ObjC++ Alias(std=gnu++11) Undocumented
a7b2e184 2050Deprecated in favor of -std=gnu++11.
966541e3 2051
552b8185 2052std=gnu++1y
028aee17 2053C++ ObjC++ Alias(std=gnu++14) Undocumented
a7b2e184 2054Deprecated in favor of -std=gnu++14.
552b8185 2055
a07f6ed2 2056std=gnu++14
028aee17 2057C++ ObjC++
a7b2e184 2058Conform to the ISO 2014 C++ standard with GNU extensions.
a07f6ed2 2059
da73100b 2060std=gnu++1z
7b936140
JJ
2061C++ ObjC++ Alias(std=gnu++17) Undocumented
2062Deprecated in favor of -std=gnu++17.
da73100b
JM
2063
2064std=gnu++17
7b936140
JJ
2065C++ ObjC++
2066Conform to the ISO 2017 C++ standard with GNU extensions.
da73100b 2067
026a79f7
AS
2068std=gnu++2a
2069C++ ObjC++
2070Conform to the ISO 2020(?) C++ draft standard with GNU extensions (experimental and incomplete support).
2071
48b0b196 2072std=gnu11
2778d766 2073C ObjC
a7b2e184 2074Conform to the ISO 2011 C standard with GNU extensions.
48b0b196
JM
2075
2076std=gnu1x
2077C ObjC Alias(std=gnu11)
a7b2e184 2078Deprecated in favor of -std=gnu11.
2778d766 2079
c76dc9c3
JM
2080std=gnu17
2081C ObjC
7a8a92c4 2082Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
1e39313a
JM
2083
2084std=gnu18
2085C ObjC Alias(std=gnu17)
7a8a92c4 2086Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
c76dc9c3 2087
9f936c86
JM
2088std=gnu2x
2089C ObjC
2090Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support).
2091
fef3106c 2092std=gnu89
5de8299c 2093C ObjC Alias(std=gnu90)
a7b2e184 2094Conform to the ISO 1990 C standard with GNU extensions.
fef3106c 2095
7e1542b9
MLI
2096std=gnu90
2097C ObjC
a7b2e184 2098Conform to the ISO 1990 C standard with GNU extensions.
7e1542b9 2099
fef3106c
NB
2100std=gnu99
2101C ObjC
a7b2e184 2102Conform to the ISO 1999 C standard with GNU extensions.
fef3106c
NB
2103
2104std=gnu9x
5de8299c 2105C ObjC Alias(std=gnu99)
a7b2e184 2106Deprecated in favor of -std=gnu99.
fef3106c
NB
2107
2108std=iso9899:1990
5de8299c 2109C ObjC Alias(std=c90)
a7b2e184 2110Conform to the ISO 1990 C standard.
fef3106c
NB
2111
2112std=iso9899:199409
2113C ObjC
a7b2e184 2114Conform to the ISO 1990 C standard as amended in 1994.
fef3106c
NB
2115
2116std=iso9899:1999
5de8299c 2117C ObjC Alias(std=c99)
a7b2e184 2118Conform to the ISO 1999 C standard.
fef3106c
NB
2119
2120std=iso9899:199x
5de8299c 2121C ObjC Alias(std=c99)
a7b2e184 2122Deprecated in favor of -std=iso9899:1999.
fef3106c 2123
48b0b196
JM
2124std=iso9899:2011
2125C ObjC Alias(std=c11)
a7b2e184 2126Conform to the ISO 2011 C standard.
48b0b196 2127
c76dc9c3
JM
2128std=iso9899:2017
2129C ObjC Alias(std=c17)
7a8a92c4 2130Conform to the ISO 2017 C standard (published in 2018).
1e39313a
JM
2131
2132std=iso9899:2018
2133C ObjC Alias(std=c17)
7a8a92c4 2134Conform to the ISO 2017 C standard (published in 2018).
c76dc9c3 2135
e200444e
JM
2136traditional
2137Driver
2138
fef3106c
NB
2139traditional-cpp
2140C ObjC C++ ObjC++
a7b2e184 2141Enable traditional preprocessing.
fef3106c
NB
2142
2143trigraphs
2144C ObjC C++ ObjC++
a7b2e184 2145-trigraphs Support ISO C trigraphs.
fef3106c
NB
2146
2147undef
5498f011 2148C ObjC C++ ObjC++ Var(flag_undef)
a7b2e184 2149Do not predefine system-specific and GCC-specific macros.
fef3106c
NB
2150
2151v
d5478783
JM
2152C ObjC C++ ObjC++
2153; Documented in common.opt
fef3106c
NB
2154
2155w
2156C ObjC C++ ObjC++
72de27ea 2157; Documented in common.opt
e11a4ae5
NB
2158
2159; This comment is to ensure we retain the blank line above.