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