Merge libphobos upstream version 2.076.1
[official-gcc.git] / gcc / c-family / c.opt
blob6f88a1013d6f67b6d709896cd87c7760cdecc04e
1 ; Options for the C, ObjC, C++ and ObjC++ front ends.
2 ; Copyright (C) 2003-2018 Free Software Foundation, Inc.
4 ; This file is part of GCC.
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
8 ; Software Foundation; either version 3, or (at your option) any later
9 ; version.
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.
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING3.  If not see
18 ; <http://www.gnu.org/licenses/>.
20 ; See the GCC internals manual for a description of this file's format.
22 ; Please try to keep this file in ASCII collating order.
24 Language
27 Language
28 ObjC
30 Language
31 C++
33 Language
34 ObjC++
36 -all-warnings
37 C ObjC C++ ObjC++ Warning Alias(Wall)
39 -ansi
40 C ObjC C++ ObjC++ Alias(ansi)
42 -assert
43 C ObjC C++ ObjC++ Separate Alias(A) MissingArgError(assertion missing after %qs)
45 -assert=
46 C ObjC C++ ObjC++ Joined Alias(A) MissingArgError(assertion missing after %qs)
48 -comments
49 C ObjC C++ ObjC++ Alias(C)
51 -comments-in-macros
52 C ObjC C++ ObjC++ Alias(CC)
54 -define-macro
55 C ObjC C++ ObjC++ Separate Alias(D) MissingArgError(macro name missing after %qs)
57 -define-macro=
58 C ObjC C++ ObjC++ Joined Alias(D) MissingArgError(macro name missing after %qs)
60 -dependencies
61 C ObjC C++ ObjC++ Alias(M)
63 -dump
64 C ObjC C++ ObjC++ Separate Alias(d)
66 -dump=
67 C ObjC C++ ObjC++ Joined Alias(d)
69 -imacros
70 C ObjC C++ ObjC++ Separate Alias(imacros) MissingArgError(missing filename after %qs)
72 -imacros=
73 C ObjC C++ ObjC++ Joined Alias(imacros) MissingArgError(missing filename after %qs)
75 -include
76 C ObjC C++ ObjC++ Separate Alias(include) MissingArgError(missing filename after %qs)
78 -include=
79 C ObjC C++ ObjC++ Joined Alias(include) MissingArgError(missing filename after %qs)
81 -include-barrier
82 C ObjC C++ ObjC++ Alias(I, -)
84 -include-directory
85 C ObjC C++ ObjC++ Separate Alias(I) MissingArgError(missing path after %qs)
87 -include-directory=
88 C ObjC C++ ObjC++ Joined Alias(I) MissingArgError(missing path after %qs)
90 -include-directory-after
91 C ObjC C++ ObjC++ Separate Alias(idirafter) MissingArgError(missing path after %qs)
93 -include-directory-after=
94 C ObjC C++ ObjC++ Joined Alias(idirafter) MissingArgError(missing path after %qs)
96 -include-prefix
97 C ObjC C++ ObjC++ Separate Alias(iprefix)
99 -include-prefix=
100 C ObjC C++ ObjC++ JoinedOrMissing Alias(iprefix)
102 -include-with-prefix
103 C ObjC C++ ObjC++ Separate Alias(iwithprefix)
105 -include-with-prefix=
106 C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefix)
108 -include-with-prefix-after
109 C ObjC C++ ObjC++ Separate Alias(iwithprefix)
111 -include-with-prefix-after=
112 C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefix)
114 -include-with-prefix-before
115 C ObjC C++ ObjC++ Separate Alias(iwithprefixbefore)
117 -include-with-prefix-before=
118 C ObjC C++ ObjC++ JoinedOrMissing Alias(iwithprefixbefore)
120 -no-integrated-cpp
121 Driver Alias(no-integrated-cpp)
123 -no-line-commands
124 C ObjC C++ ObjC++ Alias(P)
126 -no-standard-includes
127 C ObjC C++ ObjC++ Alias(nostdinc)
129 -no-warnings
130 C ObjC C++ ObjC++ Alias(w)
132 -output
133 C ObjC C++ ObjC++ Separate Alias(o)
135 -output=
136 C ObjC C++ ObjC++ Joined Alias(o)
138 -output-pch=
139 C ObjC C++ ObjC++ Joined Separate
141 -pedantic
142 C ObjC C++ ObjC++ Alias(pedantic)
144 -preprocess
145 C ObjC C++ ObjC++ Undocumented Alias(E)
147 -print-missing-file-dependencies
148 C ObjC C++ ObjC++ Alias(MG)
150 -trace-includes
151 C ObjC C++ ObjC++ Alias(H)
153 -traditional
154 Driver Alias(traditional)
156 -traditional-cpp
157 C ObjC C++ ObjC++ Alias(traditional-cpp)
159 -trigraphs
160 C ObjC C++ ObjC++ Alias(trigraphs)
162 -undefine-macro
163 C ObjC C++ ObjC++ Separate Alias(U) MissingArgError(macro name missing after %qs)
165 -undefine-macro=
166 C ObjC C++ ObjC++ Joined Alias(U) MissingArgError(macro name missing after %qs)
168 -user-dependencies
169 C ObjC C++ ObjC++ Alias(MM)
171 -verbose
172 Common C ObjC C++ ObjC++ Alias(v)
174 -write-dependencies
175 C ObjC C++ ObjC++ NoDriverArg Separate Alias(MD) MissingArgError(missing filename after %qs)
177 -write-user-dependencies
178 C ObjC C++ ObjC++ NoDriverArg Separate Alias(MMD) MissingArgError(missing filename after %qs)
181 C ObjC C++ ObjC++ Joined Separate MissingArgError(assertion missing after %qs)
182 -A<question>=<answer>   Assert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>.
185 C ObjC C++ ObjC++
186 Do not discard comments.
189 C ObjC C++ ObjC++
190 Do not discard comments in macro expansions.
193 C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
194 -D<macro>[=<val>]       Define a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1.
197 C ObjC C++ ObjC++ Undocumented Var(flag_preprocess_only)
200 Driver C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
201 -F <dir>        Add <dir> to the end of the main framework include path.
203 fgimple
204 C Var(flag_gimple) Init(0)
205 Enable parsing GIMPLE.
208 C ObjC C++ ObjC++
209 Print the name of header files as they are used.
212 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
213 -I <dir>        Add <dir> to the end of the main include path.
216 C ObjC C++ ObjC++
217 Generate make dependencies.
220 C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
221 Generate make dependencies and compile.
224 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
225 -MF <file>      Write dependency output to the given file.
228 C ObjC C++ ObjC++
229 Treat missing header files as generated files.
232 C ObjC C++ ObjC++
233 Like -M but ignore system header files.
236 C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
237 Like -MD but ignore system header files.
240 C ObjC C++ ObjC++
241 Generate phony targets for all headers.
244 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
245 -MQ <target>    Add a MAKE-quoted target.
248 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
249 -MT <target>    Add an unquoted target.
252 C ObjC C++ ObjC++
253 Do not generate #line directives.
256 C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
257 -U<macro>       Undefine <macro>.
259 Wabi
260 C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
261 Warn about things that will change when compiling with an ABI-compliant compiler.
263 Wabi=
264 C ObjC C++ ObjC++ LTO Joined RejectNegative UInteger Warning
265 Warn about things that change between the current -fabi-version and the specified version.
267 Wabi-tag
268 C++ ObjC++ Var(warn_abi_tag) Warning
269 Warn if a subobject has an abi_tag attribute that the complete object type does not have.
271 Wpsabi
272 C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Warning Undocumented LangEnabledBy(C ObjC C++ ObjC++,Wabi)
274 Wabsolute-value
275 C ObjC Var(warn_absolute_value) Warning EnabledBy(Wextra)
276 Warn on suspicious calls of standard functions computing absolute values.
278 Waddress
279 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
280 Warn about suspicious uses of memory addresses.
282 Enum
283 Name(warn_aligned_new_level) Type(int) UnknownError(argument %qs to %<-Waligned-new%> not recognized)
285 EnumValue
286 Enum(warn_aligned_new_level) String(none) Value(0)
288 EnumValue
289 Enum(warn_aligned_new_level) String(global) Value(1)
291 EnumValue
292 Enum(warn_aligned_new_level) String(all) Value(2)
294 Waligned-new
295 C++ ObjC++ Alias(Waligned-new=,global,none)
296 Warn about 'new' of type with extended alignment without -faligned-new.
298 Waligned-new=
299 C++ ObjC++ Var(warn_aligned_new) Enum(warn_aligned_new_level) Joined RejectNegative Warning LangEnabledBy(C++ ObjC++,Wall,1,0)
300 -Waligned-new=[none|global|all] Warn even if 'new' uses a class member allocation function.
302 Wall
303 C ObjC C++ ObjC++ Warning
304 Enable most warning messages.
306 Walloca
307 C ObjC C++ ObjC++ Var(warn_alloca) Warning
308 Warn on any use of alloca.
310 Walloc-size-larger-than=
311 C ObjC C++ LTO ObjC++ Var(warn_alloc_size_limit) Joined Host_Wide_Int ByteSize Warning Init(HOST_WIDE_INT_MAX)
312 -Walloc-size-larger-than=<bytes> Warn for calls to allocation functions that
313 attempt to allocate objects larger than the specified number of bytes.
315 Wno-alloc-size-larger-than
316 C ObjC C++ LTO ObjC++ Alias(Walloc-size-larger-than=,18446744073709551615EiB,none) Warning
317 -Wno-alloc-size-larger-than Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger.
319 Walloc-zero
320 C ObjC C++ ObjC++ Var(warn_alloc_zero) Warning
321 -Walloc-zero Warn for calls to allocation functions that specify zero bytes.
323 Walloca-larger-than=
324 C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_MAX)
325 -Walloca-larger-than=<number>   Warn on unbounded uses of
326 alloca, and on bounded uses of alloca whose bound can be larger than
327 <number> bytes.
329 Wno-alloca-larger-than
330 C 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.
333 Warray-bounds
334 LangEnabledBy(C ObjC C++ LTO ObjC++)
335 ; in common.opt
337 Warray-bounds=
338 LangEnabledBy(C ObjC C++ LTO ObjC++,Wall,1,0)
339 ; in common.opt
341 Wassign-intercept
342 ObjC ObjC++ Var(warn_assign_intercept) Warning
343 Warn whenever an Objective-C assignment is being intercepted by the garbage collector.
345 Wbad-function-cast
346 C ObjC Var(warn_bad_function_cast) Warning
347 Warn about casting functions to incompatible types.
349 Wbool-compare
350 C ObjC C++ ObjC++ Var(warn_bool_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
351 Warn about boolean expression compared with an integer value different from true/false.
353 Wbool-operation
354 C ObjC C++ ObjC++ Var(warn_bool_op) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
355 Warn about certain operations on boolean expressions.
357 Wframe-address
358 C ObjC C++ ObjC++ Var(warn_frame_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
359 Warn when __builtin_frame_address or __builtin_return_address is used unsafely.
361 Wbuiltin-declaration-mismatch
362 C ObjC C++ ObjC++ Var(warn_builtin_declaraion_mismatch) Init(1) Warning
363 Warn when a built-in function is declared with the wrong signature.
365 Wbuiltin-macro-redefined
366 C ObjC C++ ObjC++ CPP(warn_builtin_macro_redefined) CppReason(CPP_W_BUILTIN_MACRO_REDEFINED) Var(cpp_warn_builtin_macro_redefined) Init(1) Warning
367 Warn when a built-in preprocessor macro is undefined or redefined.
369 Wc11-c2x-compat
370 C ObjC Var(warn_c11_c2x_compat) Init(-1) Warning
371 Warn about features not present in ISO C11, but present in ISO C2X.
373 Wc90-c99-compat
374 C ObjC CPP(cpp_warn_c90_c99_compat) CppReason(CPP_W_C90_C99_COMPAT) Var(warn_c90_c99_compat) Init(-1) Warning
375 Warn about features not present in ISO C90, but present in ISO C99.
377 Wc99-c11-compat
378 C ObjC Var(warn_c99_c11_compat) Init(-1) Warning
379 Warn about features not present in ISO C99, but present in ISO C11.
381 Wc++-compat
382 C ObjC Var(warn_cxx_compat) CPP(warn_cxx_operator_names) CppReason(CPP_W_CXX_OPERATOR_NAMES) Init(0) Warning
383 Warn about C constructs that are not in the common subset of C and C++.
385 Wc++0x-compat
386 C++ ObjC++ Warning Alias(Wc++11-compat) Undocumented
388 Wc++11-compat
389 C++ ObjC++ Var(warn_cxx11_compat) Warning LangEnabledBy(C++ ObjC++,Wall) Init(0) CPP(cpp_warn_cxx11_compat) CppReason(CPP_W_CXX11_COMPAT)
390 Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011.
392 Wc++14-compat
393 C++ ObjC++ Var(warn_cxx14_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
394 Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.
396 Wc++1z-compat
397 C++ ObjC++ Warning Alias(Wc++17-compat) Undocumented
399 Wc++17-compat
400 C++ ObjC++ Var(warn_cxx17_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
401 Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017.
403 Wcast-function-type
404 C ObjC C++ ObjC++ Var(warn_cast_function_type) Warning EnabledBy(Wextra)
405 Warn about casts between incompatible function types.
407 Wcast-qual
408 C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
409 Warn about casts which discard qualifiers.
411 Wcatch-value
412 C++ ObjC++ Warning Alias(Wcatch-value=, 1, 0)
413 Warn about catch handlers of non-reference type.
415 Wcatch-value=
416 C++ ObjC++ Var(warn_catch_value) Warning Joined RejectNegative UInteger LangEnabledBy(C++ ObjC++,Wall, 1, 0) IntegerRange(0, 3)
417 Warn about catch handlers of non-reference type.
419 Wchar-subscripts
420 C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
421 Warn about subscripts whose type is \"char\".
423 Wchkp
424 C ObjC C++ ObjC++ Warning Deprecated
425 Deprecated in GCC 9.  This switch has no effect.
427 Wclobbered
428 C ObjC C++ ObjC++ Var(warn_clobbered) Warning EnabledBy(Wextra)
429 Warn about variables that might be changed by \"longjmp\" or \"vfork\".
431 Wcomment
432 C ObjC C++ ObjC++ CPP(warn_comments) CppReason(CPP_W_COMMENTS) Var(cpp_warn_comment) Init(0) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
433 Warn about possibly nested block comments, and C++ comments spanning more than one physical line.
435 Wcomments
436 C ObjC C++ ObjC++ Warning Alias(Wcomment)
437 Synonym for -Wcomment.
439 Wconditionally-supported
440 C++ ObjC++ Var(warn_conditionally_supported) Warning
441 Warn for conditionally-supported constructs.
443 Wconversion
444 C ObjC C++ ObjC++ Var(warn_conversion) Warning
445 Warn for implicit type conversions that may change a value.
447 Wconversion-null
448 C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
449 Warn for converting NULL from/to a non-pointer type.
451 Wcpp
452 C ObjC C++ ObjC++ CppReason(CPP_W_WARNING_DIRECTIVE)
453 ; Documented in common.opt
455 Wctor-dtor-privacy
456 C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
457 Warn when all constructors and destructors are private.
459 Wdangling-else
460 C ObjC C++ ObjC++ Var(warn_dangling_else) Warning LangEnabledBy(C ObjC C++ ObjC++,Wparentheses)
461 Warn about dangling else.
463 Wdate-time
464 C ObjC C++ ObjC++ CPP(warn_date_time) CppReason(CPP_W_DATE_TIME) Var(cpp_warn_date_time) Init(0) Warning
465 Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage.
467 Wdeclaration-after-statement
468 C ObjC Var(warn_declaration_after_statement) Init(-1) Warning
469 Warn when a declaration is found after a statement.
471 Wdelete-incomplete
472 C++ ObjC++ Var(warn_delete_incomplete) Init(1) Warning
473 Warn when deleting a pointer to incomplete type.
475 Wdelete-non-virtual-dtor
476 C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall || Weffc++)
477 Warn about deleting polymorphic objects with non-virtual destructors.
479 Wdeprecated
480 C C++ ObjC ObjC++ CPP(cpp_warn_deprecated) CppReason(CPP_W_DEPRECATED) Var(warn_deprecated) Init(1) Warning
481 Warn if a deprecated compiler feature, class, method, or field is used.
483 Wdeprecated-copy
484 C++ ObjC++ Var(warn_deprecated_copy) Warning LangEnabledBy(C++ ObjC++, Wall)
485 Mark implicitly-declared copy operations as deprecated if the class has a
486 user-provided copy operation or destructor.
488 Wdesignated-init
489 C ObjC Var(warn_designated_init) Init(1) Warning
490 Warn about positional initialization of structs requiring designated initializers.
492 Wdiscarded-array-qualifiers
493 C ObjC Var(warn_discarded_array_qualifiers) Init(1) Warning
494 Warn if qualifiers on arrays which are pointer targets are discarded.
496 Wdiscarded-qualifiers
497 C ObjC Var(warn_discarded_qualifiers) Init(1) Warning
498 Warn if type qualifiers on pointers are discarded.
500 Wdiv-by-zero
501 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
502 Warn about compile-time integer division by zero.
504 Wduplicated-branches
505 C ObjC C++ ObjC++ Var(warn_duplicated_branches) Init(0) Warning
506 Warn about duplicated branches in if-else statements.
508 Wduplicated-cond
509 C ObjC C++ ObjC++ Var(warn_duplicated_cond) Init(0) Warning
510 Warn about duplicated conditions in an if-else-if chain.
512 Weffc++
513 C++ ObjC++ Var(warn_ecpp) Warning
514 Warn about violations of Effective C++ style rules.
516 Wempty-body
517 C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
518 Warn about an empty body in an if or else statement.
520 Wendif-labels
521 C 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)
522 Warn about stray tokens after #else and #endif.
524 Wenum-compare
525 C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall || Wc++-compat)
526 Warn about comparison of different enum types.
528 Werror
529 C ObjC C++ ObjC++
530 ; Documented in common.opt
532 Werror-implicit-function-declaration
533 C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
534 This switch is deprecated; use -Werror=implicit-function-declaration instead.
536 Wextra
537 C ObjC C++ ObjC++ Warning
538 ; in common.opt
540 Wextra-semi
541 C++ ObjC++ Var(warn_extra_semi) Warning
542 Warn about semicolon after in-class function definition.
544 Wfloat-conversion
545 C ObjC C++ ObjC++ Var(warn_float_conversion) Warning LangEnabledBy(C ObjC C++ ObjC++,Wconversion)
546 Warn for implicit type conversions that cause loss of floating point precision.
548 Wfloat-equal
549 C ObjC C++ ObjC++ Var(warn_float_equal) Warning
550 Warn if testing floating point numbers for equality.
552 Wformat
553 C ObjC C++ ObjC++ Warning Alias(Wformat=, 1, 0)
554 Warn about printf/scanf/strftime/strfmon format string anomalies.
556 Wformat-contains-nul
557 C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
558 Warn about format strings that contain NUL bytes.
560 Wformat-extra-args
561 C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
562 Warn if passing too many arguments to a function for its format string.
564 Wformat-nonliteral
565 C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
566 Warn about format strings that are not literals.
568 Wformat-overflow
569 C ObjC C++ LTO ObjC++ Warning Alias(Wformat-overflow=, 1, 0) IntegerRange(0, 2)
570 Warn about function calls with format strings that write past the end
571 of the destination region.  Same as -Wformat-overflow=1.
573 Wformat-security
574 C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
575 Warn about possible security problems with format functions.
577 Wformat-signedness
578 C ObjC C++ ObjC++ Var(warn_format_signedness) Warning
579 Warn about sign differences with format functions.
581 Wformat-truncation
582 C ObjC C++ LTO ObjC++ Warning Alias(Wformat-truncation=, 1, 0)
583 Warn about calls to snprintf and similar functions that truncate output.
584 Same as -Wformat-truncation=1.
586 Wformat-y2k
587 C ObjC C++ ObjC++ Var(warn_format_y2k) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 2, 0)
588 Warn about strftime formats yielding 2-digit years.
590 Wformat-zero-length
591 C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1, 0)
592 Warn about zero-length formats.
594 Wformat=
595 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
596 Warn about printf/scanf/strftime/strfmon format string anomalies.
598 Wformat-overflow=
599 C 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)
600 Warn about function calls with format strings that write past the end
601 of the destination region.
603 Wformat-truncation=
604 C 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)
605 Warn about calls to snprintf and similar functions that truncate output.
607 Wif-not-aligned
608 C ObjC C++ ObjC++ Var(warn_if_not_aligned) Init(1) Warning
609 Warn when the field in a struct is not aligned.
611 Wignored-qualifiers
612 C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
613 Warn whenever type qualifiers are ignored.
615 Wignored-attributes
616 C C++ Var(warn_ignored_attributes) Init(1) Warning
617 Warn whenever attributes are ignored.
619 Wincompatible-pointer-types
620 C ObjC Var(warn_incompatible_pointer_types) Init(1) Warning
621 Warn when there is a conversion between pointers that have incompatible types.
623 Winit-self
624 C ObjC C++ ObjC++ Var(warn_init_self) Warning LangEnabledBy(C++ ObjC++,Wall)
625 Warn about variables which are initialized to themselves.
627 Winit-list-lifetime
628 C++ ObjC++ Var(warn_init_list) Warning Init(1)
629 Warn about uses of std::initializer_list that can result in dangling pointers.
631 Wimplicit
632 C ObjC Var(warn_implicit) Warning LangEnabledBy(C ObjC,Wall)
633 Warn about implicit declarations.
635 Wimplicit-fallthrough=
636 LangEnabledBy(C ObjC C++ ObjC++,Wextra,3,0)
637 ; in common.opt
639 Wdouble-promotion
640 C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
641 Warn about implicit conversions from \"float\" to \"double\".
643 Wexpansion-to-defined
644 C 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)
645 Warn if \"defined\" is used outside #if.
647 Wimplicit-function-declaration
648 C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
649 Warn about implicit function declarations.
651 Wimplicit-int
652 C ObjC Var(warn_implicit_int) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
653 Warn when a declaration does not specify a type.
655 Wimport
656 C ObjC C++ ObjC++ Undocumented Ignore
658 Winherited-variadic-ctor
659 C++ ObjC++ Var(warn_inh_var_ctor) Init(1) Warning
660 Warn about C++11 inheriting constructors when the base has a variadic constructor.
662 Wint-conversion
663 C ObjC Var(warn_int_conversion) Init(1) Warning
664 Warn about incompatible integer to pointer and pointer to integer conversions.
666 Wint-in-bool-context
667 C ObjC C++ ObjC++ Var(warn_int_in_bool_context) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
668 Warn for suspicious integer expressions in boolean context.
670 Wint-to-pointer-cast
671 C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
672 Warn when there is a cast to a pointer from an integer of a different size.
674 Winvalid-offsetof
675 C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
676 Warn about invalid uses of the \"offsetof\" macro.
678 Winvalid-pch
679 C ObjC C++ ObjC++ CPP(warn_invalid_pch) CppReason(CPP_W_INVALID_PCH) Var(cpp_warn_invalid_pch) Init(0) Warning
680 Warn about PCH files that are found but not used.
682 Wjump-misses-init
683 C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
684 Warn when a jump misses a variable initialization.
686 Wliteral-suffix
687 C++ ObjC++ CPP(warn_literal_suffix) CppReason(CPP_W_LITERAL_SUFFIX) Var(cpp_warn_literal_suffix) Init(1) Warning
688 Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
690 Wlogical-op
691 C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
692 Warn when a logical operator is suspiciously always evaluating to true or false.
694 Wlogical-not-parentheses
695 C ObjC C++ ObjC++ Var(warn_logical_not_paren) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
696 Warn when logical not is used on the left hand side operand of a comparison.
698 Wlong-long
699 C 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)
700 Do not warn about using \"long long\" when -pedantic.
702 Wmain
703 C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning LangEnabledBy(C ObjC,Wall, 2, 0)
704 Warn about suspicious declarations of \"main\".
706 Wmain
707 LangEnabledBy(C ObjC C++ ObjC++,Wpedantic, 2, 0)
710 Wmemset-transposed-args
711 C ObjC C++ ObjC++ Var(warn_memset_transposed_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
712 Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not.
714 Wmemset-elt-size
715 C ObjC C++ ObjC++ Var(warn_memset_elt_size) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
716 Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size.
718 Wmisleading-indentation
719 C C++ Common Var(warn_misleading_indentation) Warning LangEnabledBy(C C++,Wall)
720 Warn when the indentation of the code does not reflect the block structure.
722 Wmissing-braces
723 C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
724 Warn about possibly missing braces around initializers.
726 Wmissing-declarations
727 C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
728 Warn about global functions without previous declarations.
730 Wmissing-field-initializers
731 C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
732 Warn about missing fields in struct initializers.
734 Wmultistatement-macros
735 C ObjC C++ ObjC++ Var(warn_multistatement_macros) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
736 Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for.
738 Wmultiple-inheritance
739 C++ ObjC++ Var(warn_multiple_inheritance) Warning
740 Warn on direct multiple inheritance.
742 Wnamespaces
743 C++ ObjC++ Var(warn_namespaces) Warning
744 Warn on namespace definition.
746 Wpacked-not-aligned
747 C ObjC C++ ObjC++ Var(warn_packed_not_aligned) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
748 Warn when fields in a struct with the packed attribute are misaligned.
750 Wsized-deallocation
751 C++ ObjC++ Var(warn_sized_deallocation) Warning EnabledBy(Wextra)
752 Warn about missing sized deallocation functions.
754 Wsizeof-pointer-div
755 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_div) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
756 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
758 Wsizeof-pointer-memaccess
759 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
760 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
762 Wsizeof-array-argument
763 C ObjC C++ ObjC++ Var(warn_sizeof_array_argument) Warning Init(1)
764 Warn when sizeof is applied on a parameter declared as an array.
766 Wstringop-overflow
767 C ObjC C++ LTO ObjC++ Warning Alias(Wstringop-overflow=, 2, 0)
768 Warn about buffer overflow in string manipulation functions like memcpy
769 and strcpy.
771 Wstringop-overflow=
772 C 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)
773 Under the control of Object Size type, warn about buffer overflow in string
774 manipulation functions like memcpy and strcpy.
776 Wstringop-truncation
777 C ObjC C++ LTO ObjC++ Var(warn_stringop_truncation) Warning Init (1) LangEnabledBy(C ObjC C++ LTO ObjC++, Wall)
778 Warn about truncation in string manipulation functions like strncat and strncpy.
780 Wsuggest-attribute=format
781 C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
782 Warn about functions which might be candidates for format attributes.
784 Wsuggest-override
785 C++ ObjC++ Var(warn_override) Warning
786 Suggest that the override keyword be used when the declaration of a virtual
787 function overrides another.
789 Wswitch
790 C ObjC C++ ObjC++ Var(warn_switch) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
791 Warn about enumerated switches, with no default, missing a case.
793 Wswitch-default
794 C ObjC C++ ObjC++ Var(warn_switch_default) Warning
795 Warn about enumerated switches missing a \"default:\" statement.
797 Wswitch-enum
798 C ObjC C++ ObjC++ Var(warn_switch_enum) Warning
799 Warn about all enumerated switches missing a specific case.
801 Wswitch-bool
802 C ObjC C++ ObjC++ Var(warn_switch_bool) Warning Init(1)
803 Warn about switches with boolean controlling expression.
805 Wtemplates
806 C++ ObjC++ Var(warn_templates) Warning
807 Warn on primary template declaration.
809 Wmissing-attributes
810 C ObjC C++ ObjC++ Var(warn_missing_attributes) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
811 Warn about declarations of entities that may be missing attributes
812 that related entities have been declared with it.
814 Wmissing-format-attribute
815 C ObjC C++ ObjC++ Warning Alias(Wsuggest-attribute=format)
818 Wmissing-include-dirs
819 C ObjC C++ ObjC++ CPP(warn_missing_include_dirs) CppReason(CPP_W_MISSING_INCLUDE_DIRS) Var(cpp_warn_missing_include_dirs) Init(0) Warning
820 Warn about user-specified include directories that do not exist.
822 Wmissing-parameter-type
823 C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
824 Warn about function parameters declared without a type specifier in K&R-style functions.
826 Wmissing-prototypes
827 C ObjC Var(warn_missing_prototypes) Warning
828 Warn about global functions without prototypes.
830 Wmudflap
831 C ObjC C++ ObjC++ Deprecated
833 Wmultichar
834 C ObjC C++ ObjC++ CPP(warn_multichar) CppReason(CPP_W_MULTICHAR) Var(cpp_warn_multichar) Init(0) Warning
835 Warn about use of multi-character character constants.
837 Wnarrowing
838 C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1) LangEnabledBy(C++ ObjC++,Wall || Wc++11-compat)
839 Warn about narrowing conversions within { } that are ill-formed in C++11.
841 Wnested-externs
842 C ObjC Var(warn_nested_externs) Warning
843 Warn about \"extern\" declarations not at file scope.
845 Wnoexcept
846 C++ ObjC++ Var(warn_noexcept) Warning
847 Warn when a noexcept expression evaluates to false even though the expression can't actually throw.
849 Wnoexcept-type
850 C++ ObjC++ Warning Var(warn_noexcept_type) LangEnabledBy(C++ ObjC++,Wabi || Wc++17-compat)
851 Warn if C++17 noexcept function type will change the mangled name of a symbol.
853 Wnon-template-friend
854 C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
855 Warn when non-templatized friend functions are declared within a template.
857 Wclass-conversion
858 C++ ObjC++ Var(warn_class_conversion) Init(1) Warning
859 Warn when a conversion function will never be called due to the type it converts to.
861 Wclass-memaccess
862 C++ ObjC++ Var(warn_class_memaccess) Warning LangEnabledBy(C++ ObjC++, Wall)
863 Warn for unsafe raw memory writes to objects of class types.
865 Wnon-virtual-dtor
866 C++ ObjC++ Var(warn_nonvdtor) Warning LangEnabledBy(C++ ObjC++,Weffc++)
867 Warn about non-virtual destructors.
869 Wnonnull
870 C ObjC C++ LTO ObjC++ Var(warn_nonnull) Warning LangEnabledBy(C ObjC C++ LTO ObjC++,Wformat=,warn_format >= 1,0)
871 Warn about NULL being passed to argument slots marked as requiring non-NULL.
873 Wnonnull
874 C ObjC C++ LTO ObjC++ LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
877 Wnonnull-compare
878 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
881 Wnormalized
882 C ObjC C++ ObjC++ Warning Alias(Wnormalized=,nfc,none)
885 Wnormalized=
886 C ObjC C++ ObjC++ RejectNegative Joined Warning CPP(warn_normalize) CppReason(CPP_W_NORMALIZE) Init(normalized_C) Var(cpp_warn_normalize) Enum(cpp_normalize_level)
887 -Wnormalized=[none|id|nfc|nfkc] Warn about non-normalized Unicode strings.
889 ; Required for these enum values.
890 SourceInclude
891 cpplib.h
893 Enum
894 Name(cpp_normalize_level) Type(int) UnknownError(argument %qs to %<-Wnormalized%> not recognized)
896 EnumValue
897 Enum(cpp_normalize_level) String(none) Value(normalized_none)
899 EnumValue
900 Enum(cpp_normalize_level) String(nfkc) Value(normalized_KC)
902 EnumValue
903 Enum(cpp_normalize_level) String(id) Value(normalized_identifier_C)
905 EnumValue
906 Enum(cpp_normalize_level) String(nfc) Value(normalized_C)
908 Wold-style-cast
909 C++ ObjC++ Var(warn_old_style_cast) Warning
910 Warn if a C-style cast is used in a program.
912 Wold-style-declaration
913 C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
914 Warn for obsolescent usage in a declaration.
916 Wold-style-definition
917 C ObjC Var(warn_old_style_definition) Warning
918 Warn if an old-style parameter definition is used.
920 Wopenmp-simd
921 C C++ Var(warn_openmp_simd) Warning LangEnabledBy(C C++,Wall)
922 Warn if a simd directive is overridden by the vectorizer cost model.
924 Woverlength-strings
925 C ObjC C++ ObjC++ Var(warn_overlength_strings) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
926 Warn if a string is longer than the maximum portable length specified by the standard.
928 Woverloaded-virtual
929 C++ ObjC++ Var(warn_overloaded_virtual) Warning
930 Warn about overloaded virtual function names.
932 Woverride-init
933 C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
934 Warn about overriding initializers without side effects.
936 Woverride-init-side-effects
937 C ObjC Var(warn_override_init_side_effects) Init(1) Warning
938 Warn about overriding initializers with side effects.
940 Wpacked-bitfield-compat
941 C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
942 Warn about packed bit-fields whose offset changed in GCC 4.4.
944 Wparentheses
945 C ObjC C++ ObjC++ Var(warn_parentheses) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
946 Warn about possibly missing parentheses.
948 Wpedantic
949 C ObjC C++ ObjC++ CPP(cpp_pedantic) CppReason(CPP_W_PEDANTIC) Warning
950 ; Documented in common.opt
952 Wpessimizing-move
953 C++ ObjC++ Var(warn_pessimizing_move) Warning LangEnabledBy(C++ ObjC++, Wall)
954 Warn about calling std::move on a local object in a return statement preventing copy elision.
956 Wpmf-conversions
957 C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
958 Warn when converting the type of pointers to member functions.
960 Wpointer-arith
961 C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
962 Warn about function pointer arithmetic.
964 Wpointer-sign
965 C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall || Wpedantic)
966 Warn when a pointer differs in signedness in an assignment.
968 Wpointer-compare
969 C ObjC C++ ObjC++ Var(warn_pointer_compare) Init(1) Warning
970 Warn when a pointer is compared with a zero character constant.
972 Wpointer-to-int-cast
973 C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
974 Warn when a pointer is cast to an integer of a different size.
976 Wpragmas
977 C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
978 Warn about misuses of pragmas.
980 Wprio-ctor-dtor
981 C ObjC C++ ObjC++ Var(warn_prio_ctor_dtor) Init(1) Warning
982 Warn if constructor or destructors with priorities from 0 to 100 are used.
984 Wproperty-assign-default
985 ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
986 Warn if a property for an Objective-C object has no assign semantics specified.
988 Wprotocol
989 ObjC ObjC++ Var(warn_protocol) Init(1) Warning
990 Warn if inherited methods are unimplemented.
992 Wplacement-new
993 C++ Warning Alias(Wplacement-new=, 1, 0)
994 Warn for placement new expressions with undefined behavior.
996 Wplacement-new=
997 C++ Joined RejectNegative UInteger Var(warn_placement_new) Init(-1) Warning IntegerRange(0, 2)
998 Warn for placement new expressions with undefined behavior.
1000 Wredundant-decls
1001 C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
1002 Warn about multiple declarations of the same object.
1004 Wredundant-move
1005 C++ ObjC++ Var(warn_redundant_move) Warning LangEnabledBy(C++ ObjC++,Wextra)
1006 Warn about redundant calls to std::move.
1008 Wregister
1009 C++ ObjC++ Var(warn_register) Warning
1010 Warn about uses of register storage specifier.
1012 Wreorder
1013 C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
1014 Warn when the compiler reorders code.
1016 Wreturn-type
1017 C ObjC C++ ObjC++ Var(warn_return_type) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) Init(-1)
1018 Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++).
1020 Wscalar-storage-order
1021 C ObjC C++ ObjC++ Init(1) Warning
1022 Warn on suspicious constructs involving reverse scalar storage order.
1024 Wselector
1025 ObjC ObjC++ Var(warn_selector) Warning
1026 Warn if a selector has multiple methods.
1028 Wsequence-point
1029 C ObjC C++ ObjC++ Var(warn_sequence_point) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1030 Warn about possible violations of sequence point rules.
1032 Wshadow-ivar
1033 ObjC ObjC++ Var(warn_shadow_ivar) EnabledBy(Wshadow) Init(1) Warning
1034 Warn if a local declaration hides an instance variable.
1036 Wshift-overflow
1037 C ObjC C++ ObjC++ Warning Alias(Wshift-overflow=, 1, 0)
1038 Warn if left shift of a signed value overflows.
1040 Wshift-overflow=
1041 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_shift_overflow) Init(-1) Warning IntegerRange(0, 2)
1042 Warn if left shift of a signed value overflows.
1044 Wshift-count-negative
1045 C ObjC C++ ObjC++ Var(warn_shift_count_negative) Init(1) Warning
1046 Warn if shift count is negative.
1048 Wshift-count-overflow
1049 C ObjC C++ ObjC++ Var(warn_shift_count_overflow) Init(1) Warning
1050 Warn if shift count >= width of type.
1052 Wshift-negative-value
1053 C ObjC C++ ObjC++ Var(warn_shift_negative_value) Init(-1) Warning
1054 Warn if left shifting a negative value.
1056 Wsign-compare
1057 C ObjC C++ ObjC++ Var(warn_sign_compare) Warning LangEnabledBy(C++ ObjC++,Wall)
1058 Warn about signed-unsigned comparisons.
1060 Wsign-compare
1061 C ObjC C++ ObjC++ EnabledBy(Wextra)
1064 Wsign-conversion
1065 C ObjC C++ ObjC++ Var(warn_sign_conversion) Warning LangEnabledBy(C ObjC,Wconversion)
1066 Warn for implicit type conversions between signed and unsigned integers.
1068 Wsign-promo
1069 C++ ObjC++ Var(warn_sign_promo) Warning
1070 Warn when overload promotes from unsigned to signed.
1072 Wstrict-null-sentinel
1073 C++ ObjC++ Warning Var(warn_strict_null_sentinel)
1074 Warn about uncasted NULL used as sentinel.
1076 Wstrict-prototypes
1077 C ObjC Var(warn_strict_prototypes) Warning
1078 Warn about unprototyped function declarations.
1080 Wstrict-aliasing=
1081 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 3, 0) IntegerRange(0, 3)
1084 Wstrict-overflow=
1085 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 5)
1088 Wstrict-selector-match
1089 ObjC ObjC++ Var(warn_strict_selector_match) Warning
1090 Warn if type signatures of candidate methods do not match exactly.
1092 Wsync-nand
1093 C C++ Var(warn_sync_nand) Init(1) Warning
1094 Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used.
1096 Wsynth
1097 C++ ObjC++ Var(warn_synth) Warning
1098 Deprecated.  This switch has no effect.
1100 Wsystem-headers
1101 C ObjC C++ ObjC++ Warning
1102 ; Documented in common.opt
1104 Wtautological-compare
1105 C ObjC C++ ObjC++ Var(warn_tautological_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1106 Warn if a comparison always evaluates to true or false.
1108 Wterminate
1109 C++ ObjC++ Warning Var(warn_terminate) Init(1)
1110 Warn if a throw expression will always result in a call to terminate().
1112 Wtraditional
1113 C ObjC CPP(cpp_warn_traditional) CppReason(CPP_W_TRADITIONAL) Var(warn_traditional) Init(0) Warning
1114 Warn about features not present in traditional C.
1116 Wtraditional-conversion
1117 C ObjC Var(warn_traditional_conversion) Warning
1118 Warn of prototypes causing type conversions different from what would happen in the absence of prototype.
1120 Wtrigraphs
1121 C ObjC C++ ObjC++ CPP(warn_trigraphs) CppReason(CPP_W_TRIGRAPHS) Var(cpp_warn_trigraphs) Init(2) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1122 Warn if trigraphs are encountered that might affect the meaning of the program.
1124 Wundeclared-selector
1125 ObjC ObjC++ Var(warn_undeclared_selector) Warning
1126 Warn about @selector()s without previously declared methods.
1128 Wundef
1129 C ObjC C++ ObjC++ CPP(warn_undef) CppReason(CPP_W_UNDEF) Var(cpp_warn_undef) Init(0) Warning
1130 Warn if an undefined macro is used in an #if directive.
1132 Wuninitialized
1133 C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
1136 Wmaybe-uninitialized
1137 C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
1140 Wunknown-pragmas
1141 C ObjC C++ ObjC++ Warning Var(warn_unknown_pragmas) LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
1142 Warn about unrecognized pragmas.
1144 Wunsuffixed-float-constants
1145 C ObjC Var(warn_unsuffixed_float_constants) Warning
1146 Warn about unsuffixed float constants.
1148 Wunused
1149 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
1150 ; documented in common.opt
1152 Wunused-local-typedefs
1153 C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
1154 Warn when typedefs locally defined in a function are not used.
1156 Wunused-macros
1157 C ObjC C++ ObjC++ CppReason(CPP_W_UNUSED_MACROS) Var(cpp_warn_unused_macros) Warning
1158 Warn about macros defined in the main file that are not used.
1160 Wunused-result
1161 C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
1162 Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value.
1164 Wunused-variable
1165 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wunused)
1166 ; documented in common.opt
1168 Wunused-const-variable
1169 C ObjC C++ ObjC++ Warning Alias(Wunused-const-variable=, 2, 0)
1170 Warn when a const variable is unused.
1172 Wunused-const-variable=
1173 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_unused_const_variable) Warning LangEnabledBy(C ObjC,Wunused-variable, 1, 0) IntegerRange(0, 2)
1174 Warn when a const variable is unused.
1176 Wvariadic-macros
1177 C 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)
1178 Warn about using variadic macros.
1180 Wvarargs
1181 C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
1182 Warn about questionable usage of the macros used to retrieve variable arguments.
1184 Wvla
1185 C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
1186 Warn if a variable length array is used.
1188 Wvla-larger-than=
1189 C ObjC C++ LTO ObjC++ Var(warn_vla_limit) Warning Joined Host_Wide_Int ByteSize Init(HOST_WIDE_INT_MAX)
1190 -Wvla-larger-than=<number>      Warn on unbounded uses of variable-length
1191 arrays, and on bounded uses of variable-length arrays whose bound can be
1192 larger than <number> bytes.
1193 <number> bytes.
1195 Wno-vla-larger-than
1196 C ObjC C++ LTO ObjC++ Alias(Wvla-larger-than=,18446744073709551615EiB,none) Warning
1197 -Wno-vla-larger-than Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-than=<SIZE_MAX> or larger.
1199 Wvolatile-register-var
1200 C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1201 Warn when a register variable is declared volatile.
1203 Wvirtual-inheritance
1204 C++ ObjC++ Var(warn_virtual_inheritance) Warning
1205 Warn on direct virtual inheritance.
1207 Wvirtual-move-assign
1208 C++ ObjC++ Var(warn_virtual_move_assign) Warning Init(1)
1209 Warn if a virtual base has a non-trivial move assignment operator.
1211 Wwrite-strings
1212 C ObjC C++ ObjC++ Var(warn_write_strings) Warning
1213 In 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.
1215 Wzero-as-null-pointer-constant
1216 C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
1217 Warn when a literal '0' is used as null pointer.
1219 Wuseless-cast
1220 C++ ObjC++ Var(warn_useless_cast) Warning
1221 Warn about useless casts.
1223 Wsubobject-linkage
1224 C++ ObjC++ Var(warn_subobject_linkage) Warning Init(1)
1225 Warn if a class type has a base or a field whose type uses the anonymous namespace or depends on a type with no linkage.
1227 Wduplicate-decl-specifier
1228 C ObjC Var(warn_duplicate_decl_specifier) Warning LangEnabledBy(C ObjC,Wall)
1229 Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier.
1231 Wrestrict
1232 C ObjC C++ ObjC++ Var(warn_restrict) Warning LangEnabledBy(C ObjC C++ ObjC++, Wall)
1233 Warn when an argument passed to a restrict-qualified parameter aliases with
1234 another argument.
1236 ansi
1237 C ObjC C++ ObjC++
1238 A synonym for -std=c89 (for C) or -std=c++98 (for C++).
1241 C ObjC C++ ObjC++ Joined
1242 ; Documented in common.opt.  FIXME - what about -dI, -dD, -dN and -dD?
1244 fabi-compat-version=
1245 C++ ObjC++ Joined RejectNegative UInteger Var(flag_abi_compat_version) Init(-1)
1246 The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.
1248 faccess-control
1249 C++ ObjC++ Var(flag_access_control) Init(1)
1250 Enforce class member access control semantics.
1252 fada-spec-parent=
1253 C ObjC C++ ObjC++ RejectNegative Joined Var(ada_specs_parent)
1254 -fada-spec-parent=unit  Dump Ada specs as child units of given parent.
1256 faligned-new
1257 C++ ObjC++ Alias(faligned-new=,1,0)
1258 Support C++17 allocation of over-aligned types.
1260 faligned-new=
1261 C++ ObjC++ Joined RejectNegative Var(aligned_new_threshold) UInteger Init(-1)
1262 -faligned-new=<N> Use C++17 over-aligned type allocation for alignments greater than N.
1264 fall-virtual
1265 C++ ObjC++ Deprecated
1267 fallow-parameterless-variadic-functions
1268 C ObjC Var(flag_allow_parameterless_variadic_functions)
1269 Allow variadic functions without named parameter.
1271 falt-external-templates
1272 C++ ObjC++ Deprecated
1273 No longer supported.
1275 fasm
1276 C ObjC C++ ObjC++ Var(flag_no_asm, 0)
1277 Recognize the \"asm\" keyword.
1279 ; Define extra predefined macros for use in libgcc.
1280 fbuilding-libgcc
1281 C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
1283 fbuiltin
1284 C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
1285 Recognize built-in functions.
1287 fbuiltin-
1288 C ObjC C++ ObjC++ Joined
1290 fcanonical-system-headers
1291 C ObjC C++ ObjC++
1292 Where shorter, use canonicalized paths to systems headers.
1294 fcheck-pointer-bounds
1295 C ObjC C++ ObjC++ LTO Deprecated
1296 Deprecated in GCC 9.  This switch has no effect.
1298 fchkp-check-incomplete-type
1299 C ObjC C++ ObjC++ LTO Deprecated
1300 Deprecated in GCC 9.  This switch has no effect.
1302 fchkp-zero-input-bounds-for-main
1303 C ObjC C++ ObjC++ LTO Deprecated
1304 Deprecated in GCC 9.  This switch has no effect.
1306 fchkp-first-field-has-own-bounds
1307 C ObjC C++ ObjC++ LTO Deprecated RejectNegative
1308 Deprecated in GCC 9.  This switch has no effect.
1310 fchkp-narrow-bounds
1311 C ObjC C++ ObjC++ LTO Deprecated
1312 Deprecated in GCC 9.  This switch has no effect.
1314 fchkp-narrow-to-innermost-array
1315 C ObjC C++ ObjC++ LTO Deprecated RejectNegative
1316 Deprecated in GCC 9.  This switch has no effect.
1318 fchkp-flexible-struct-trailing-arrays
1319 C ObjC C++ ObjC++ LTO Deprecated
1320 Deprecated in GCC 9.  This switch has no effect.
1322 fchkp-optimize
1323 C ObjC C++ ObjC++ LTO Deprecated
1325 fchkp-use-fast-string-functions
1326 C ObjC C++ ObjC++ LTO Deprecated
1327 Deprecated in GCC 9.  This switch has no effect.
1329 fchkp-use-nochk-string-functions
1330 C ObjC C++ ObjC++ LTO Deprecated
1331 Deprecated in GCC 9.  This switch has no effect.
1333 fchkp-use-static-bounds
1334 C ObjC C++ ObjC++ LTO Deprecated
1335 Deprecated in GCC 9.  This switch has no effect.
1337 fchkp-use-static-const-bounds
1338 C ObjC C++ ObjC++ LTO Deprecated
1339 Deprecated in GCC 9.  This switch has no effect.
1341 fchkp-treat-zero-dynamic-size-as-infinite
1342 C ObjC C++ ObjC++ LTO Deprecated
1343 Deprecated in GCC 9.  This switch has no effect.
1345 fchkp-check-read
1346 C ObjC C++ ObjC++ LTO Deprecated
1347 Deprecated in GCC 9.  This switch has no effect.
1349 fchkp-check-write
1350 C ObjC C++ ObjC++ LTO Deprecated
1351 Deprecated in GCC 9.  This switch has no effect.
1353 fchkp-store-bounds
1354 C ObjC C++ ObjC++ LTO Deprecated
1355 Deprecated in GCC 9.  This switch has no effect.
1357 fchkp-instrument-calls
1358 C ObjC C++ ObjC++ LTO Deprecated
1359 Deprecated in GCC 9.  This switch has no effect.
1361 fchkp-instrument-marked-only
1362 C ObjC C++ ObjC++ LTO Deprecated
1363 Deprecated in GCC 9.  This switch has no effect.
1365 fchkp-use-wrappers
1366 C ObjC C++ ObjC++ LTO Deprecated
1367 Deprecated in GCC 9.  This switch has no effect.
1369 static-libmpx
1370 Driver Deprecated
1371 Deprecated in GCC 9.  This switch has no effect.
1373 static-libmpxwrappers
1374 Driver Deprecated
1375 Deprecated in GCC 9.  This switch has no effect.
1377 fcilkplus
1378 C ObjC C++ ObjC++ LTO Undocumented Ignore
1379 Deprecated in GCC 8.  This switch has no effect.
1381 fconcepts
1382 C++ ObjC++ Var(flag_concepts)
1383 Enable support for C++ concepts.
1385 fcond-mismatch
1386 C ObjC C++ ObjC++
1387 Allow the arguments of the '?' operator to have different types.
1389 fconserve-space
1390 C++ ObjC++ Ignore
1391 Does nothing.  Preserved for backward compatibility.
1393 fconstant-string-class=
1394 ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
1395 -fconst-string-class=<name>     Use class <name> for constant strings.
1397 fconstexpr-depth=
1398 C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
1399 -fconstexpr-depth=<number>      Specify maximum constexpr recursion depth.
1401 fconstexpr-loop-limit=
1402 C++ ObjC++ Joined RejectNegative UInteger Var(constexpr_loop_limit) Init(262144)
1403 -fconstexpr-loop-limit=<number> Specify maximum constexpr loop iteration count.
1405 fdebug-cpp
1406 C ObjC C++ ObjC++
1407 Emit debug annotations during preprocessing.
1409 fdeduce-init-list
1410 C++ ObjC++ Var(flag_deduce_init_list) Init(0)
1411 -fdeduce-init-list      enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list.
1413 fdeclone-ctor-dtor
1414 C++ ObjC++ Var(flag_declone_ctor_dtor) Init(-1)
1415 Factor complex constructors and destructors to favor space over speed.
1417 fdefault-inline
1418 C++ ObjC++ Ignore
1419 Does nothing.  Preserved for backward compatibility.
1421 fdiagnostics-show-template-tree
1422 C++ ObjC++ Var(flag_diagnostics_show_template_tree) Init(0)
1423 Print hierarchical comparisons when template types are mismatched.
1425 fdirectives-only
1426 C ObjC C++ ObjC++
1427 Preprocess directives only.
1429 fdollars-in-identifiers
1430 C ObjC C++ ObjC++
1431 Permit '$' as an identifier character.
1433 fmacro-prefix-map=
1434 C ObjC C++ ObjC++ Joined RejectNegative
1435 -fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE().
1437 fdump-ada-spec
1438 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec)
1439 Write all declarations as Ada code transitively.
1441 fdump-ada-spec-slim
1442 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec_slim)
1443 Write all declarations as Ada code for the given file only.
1445 felide-constructors
1446 C++ ObjC++ Var(flag_elide_constructors) Init(1)
1448 felide-type
1449 C++ ObjC++ Var(flag_elide_type) Init(1)
1450 -fno-elide-type Do not elide common elements in template comparisons.
1452 fenforce-eh-specs
1453 C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
1454 Generate code to check exception specifications.
1456 fenum-int-equiv
1457 C++ ObjC++ Deprecated
1459 fexec-charset=
1460 C ObjC C++ ObjC++ Joined RejectNegative
1461 -fexec-charset=<cset>   Convert all strings and character constants to character set <cset>.
1463 fextended-identifiers
1464 C ObjC C++ ObjC++
1465 Permit universal character names (\\u and \\U) in identifiers.
1467 finput-charset=
1468 C ObjC C++ ObjC++ Joined RejectNegative
1469 -finput-charset=<cset>  Specify the default character set for source files.
1471 fextern-tls-init
1472 C++ ObjC++ Var(flag_extern_tls_init) Init(-1)
1473 Support dynamic initialization of thread-local variables in a different translation unit.
1475 fexternal-templates
1476 C++ ObjC++ Deprecated
1478 ffor-scope
1479 C++ ObjC++ Deprecated
1481 ffreestanding
1482 C ObjC C++ ObjC++
1483 Do not assume that standard C libraries and \"main\" exist.
1485 fgnu-keywords
1486 C++ ObjC++ Var(flag_no_gnu_keywords, 0)
1487 Recognize GNU-defined keywords.
1489 fgnu-runtime
1490 ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
1491 Generate code for GNU runtime environment.
1493 fgnu89-inline
1494 C ObjC Var(flag_gnu89_inline) Init(-1)
1495 Use traditional GNU semantics for inline functions.
1497 fguiding-decls
1498 C++ ObjC++ Deprecated
1500 fhandle-exceptions
1501 C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
1503 fhonor-std
1504 C++ ObjC++ Deprecated
1506 fhosted
1507 C ObjC
1508 Assume normal C execution environment.
1510 fhuge-objects
1511 C++ ObjC++ Deprecated
1512 No longer supported.
1514 fimplement-inlines
1515 C++ ObjC++ Var(flag_implement_inlines) Init(1)
1516 Export functions even if they can be inlined.
1518 fimplicit-inline-templates
1519 C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
1520 Emit implicit instantiations of inline templates.
1522 fimplicit-templates
1523 C++ ObjC++ Var(flag_implicit_templates) Init(1)
1524 Emit implicit instantiations of templates.
1526 fnew-inheriting-ctors
1527 C++ ObjC++ Var(flag_new_inheriting_ctors) Init(1)
1528 Implement C++17 inheriting constructor semantics.
1530 ffriend-injection
1531 C++ ObjC++ Deprecated
1533 fkeep-inline-dllexport
1534 C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
1535 Don't emit dllexported inline functions unless needed.
1537 flabels-ok
1538 C++ ObjC++ Deprecated
1540 flax-vector-conversions
1541 C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
1542 Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
1544 fms-extensions
1545 C ObjC C++ ObjC++ Var(flag_ms_extensions)
1546 Don't warn about uses of Microsoft extensions.
1548 fmudflap
1549 C ObjC C++ ObjC++ Deprecated
1551 fmudflapth
1552 C ObjC C++ ObjC++ Deprecated
1554 fmudflapir
1555 C ObjC C++ ObjC++ Deprecated
1557 fname-mangling-version-
1558 C++ ObjC++ Joined Deprecated
1560 fnew-abi
1561 C++ ObjC++ Deprecated
1563 fnew-ttp-matching
1564 C++ ObjC++ Var(flag_new_ttp)
1565 Implement resolution of DR 150 for matching of template template arguments.
1567 fnext-runtime
1568 ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime)
1569 Generate code for NeXT (Apple Mac OS X) runtime environment.
1571 fnil-receivers
1572 ObjC ObjC++ Var(flag_nil_receivers) Init(1)
1573 Assume that receivers of Objective-C messages may be nil.
1575 flocal-ivars
1576 ObjC ObjC++ Var(flag_local_ivars) Init(1)
1577 Allow access to instance variables as if they were local declarations within instance method implementations.
1579 fivar-visibility=
1580 ObjC ObjC++ Joined RejectNegative Enum(ivar_visibility) Var(default_ivar_visibility) Init(IVAR_VISIBILITY_PROTECTED)
1581 -fvisibility=[private|protected|public|package] Set the default symbol visibility.
1583 Enum
1584 Name(ivar_visibility) Type(enum ivar_visibility) UnknownError(unrecognized ivar visibility value %qs)
1586 EnumValue
1587 Enum(ivar_visibility) String(private) Value(IVAR_VISIBILITY_PRIVATE)
1589 EnumValue
1590 Enum(ivar_visibility) String(protected) Value(IVAR_VISIBILITY_PROTECTED)
1592 EnumValue
1593 Enum(ivar_visibility) String(public) Value(IVAR_VISIBILITY_PUBLIC)
1595 EnumValue
1596 Enum(ivar_visibility) String(package) Value(IVAR_VISIBILITY_PACKAGE)
1598 fnonansi-builtins
1599 C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
1601 fnonnull-objects
1602 C++ ObjC++ Deprecated
1604 fnothrow-opt
1605 C++ ObjC++ Optimization Var(flag_nothrow_opt)
1606 Treat a throw() exception specification as noexcept to improve code size.
1608 fobjc-abi-version=
1609 ObjC ObjC++ LTO Joined Report RejectNegative UInteger Var(flag_objc_abi)
1610 Specify which ABI to use for Objective-C family code and meta-data generation.
1612 ; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
1613 ; to initialize any non-POD ivars in Objective-C++ classes.
1614 fobjc-call-cxx-cdtors
1615 ObjC++ Var(flag_objc_call_cxx_cdtors)
1616 Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed.
1618 fobjc-direct-dispatch
1619 ObjC ObjC++ Var(flag_objc_direct_dispatch)
1620 Allow fast jumps to the message dispatcher.
1622 ; Nonzero means that we will allow new ObjC exception syntax (@throw,
1623 ; @try, etc.) in source code.
1624 fobjc-exceptions
1625 ObjC ObjC++ Var(flag_objc_exceptions)
1626 Enable Objective-C exception and synchronization syntax.
1628 fobjc-gc
1629 ObjC ObjC++ LTO Var(flag_objc_gc)
1630 Enable garbage collection (GC) in Objective-C/Objective-C++ programs.
1632 fobjc-nilcheck
1633 ObjC ObjC++ Var(flag_objc_nilcheck,1)
1634 Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
1636 ; Nonzero means that we generate NeXT setjmp based exceptions.
1637 fobjc-sjlj-exceptions
1638 ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
1639 Enable Objective-C setjmp exception handling runtime.
1641 fobjc-std=objc1
1642 ObjC ObjC++ Var(flag_objc1_only)
1643 Conform to the Objective-C 1.0 language as implemented in GCC 4.0.
1645 fopenacc
1646 C ObjC C++ ObjC++ LTO Var(flag_openacc)
1647 Enable OpenACC.
1649 fopenacc-dim=
1650 C ObjC C++ ObjC++ LTO Joined Var(flag_openacc_dims)
1651 Specify default OpenACC compute dimensions.
1653 fopenmp
1654 C ObjC C++ ObjC++ LTO Var(flag_openmp)
1655 Enable OpenMP (implies -frecursive in Fortran).
1657 fopenmp-simd
1658 C ObjC C++ ObjC++ Var(flag_openmp_simd)
1659 Enable OpenMP's SIMD directives.
1661 foperator-names
1662 C++ ObjC++
1663 Recognize C++ keywords like \"compl\" and \"xor\".
1665 foptional-diags
1666 C++ ObjC++ Ignore
1667 Does nothing.  Preserved for backward compatibility.
1669 fpch-deps
1670 C ObjC C++ ObjC++
1672 fpch-preprocess
1673 C ObjC C++ ObjC++
1674 Look for and use PCH files even when preprocessing.
1676 fpermissive
1677 C++ ObjC++ Var(flag_permissive)
1678 Downgrade conformance errors to warnings.
1680 fplan9-extensions
1681 C ObjC Var(flag_plan9_extensions)
1682 Enable Plan 9 language extensions.
1684 fpreprocessed
1685 C ObjC C++ ObjC++
1686 Treat the input file as already preprocessed.
1688 ftrack-macro-expansion
1689 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1690 ; converted into ftrack-macro-expansion=
1692 ftrack-macro-expansion=
1693 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1694 -ftrack-macro-expansion=<0|1|2>  Track locations of tokens coming from macro expansion and display them in error messages.
1696 fpretty-templates
1697 C++ ObjC++ Var(flag_pretty_templates) Init(1)
1698 -fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments.
1700 fprintf-return-value
1701 C ObjC C++ ObjC++ LTO Optimization Var(flag_printf_return_value) Init(1)
1702 Treat known sprintf return values as constants.
1704 freplace-objc-classes
1705 ObjC ObjC++ LTO Var(flag_replace_objc_classes)
1706 Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime.
1708 frepo
1709 C++ ObjC++
1710 Enable automatic template instantiation.
1712 frtti
1713 C++ ObjC++ Optimization Var(flag_rtti) Init(1)
1714 Generate run time type descriptor information.
1716 fshort-enums
1717 C ObjC C++ ObjC++ LTO Optimization Var(flag_short_enums)
1718 Use the narrowest integer type possible for enumeration types.
1720 fshort-wchar
1721 C ObjC C++ ObjC++ LTO Optimization Var(flag_short_wchar)
1722 Force the underlying type for \"wchar_t\" to be \"unsigned short\".
1724 fsigned-bitfields
1725 C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
1726 When \"signed\" or \"unsigned\" is not given make the bitfield signed.
1728 fsigned-char
1729 C ObjC C++ ObjC++ LTO Var(flag_signed_char)
1730 Make \"char\" signed by default.
1732 fsized-deallocation
1733 C++ ObjC++ Var(flag_sized_deallocation) Init(-1)
1734 Enable C++14 sized deallocation support.
1736 fsquangle
1737 C++ ObjC++ Deprecated
1739 fsso-struct=
1740 C ObjC Joined RejectNegative Enum(sso_struct) Var(default_sso) Init(SSO_NATIVE)
1741 -fsso-struct=[big-endian|little-endian|native]  Set the default scalar storage order.
1743 Enum
1744 Name(sso_struct) Type(enum scalar_storage_order_kind) UnknownError(unrecognized scalar storage order value %qs)
1746 EnumValue
1747 Enum(sso_struct) String(big-endian) Value(SSO_BIG_ENDIAN)
1749 EnumValue
1750 Enum(sso_struct) String(little-endian) Value(SSO_LITTLE_ENDIAN)
1752 EnumValue
1753 Enum(sso_struct) String(native) Value(SSO_NATIVE)
1755 fstats
1756 C++ ObjC++ Var(flag_detailed_statistics)
1757 Display statistics accumulated during compilation.
1759 fstrict-enums
1760 C++ ObjC++ Optimization Var(flag_strict_enums)
1761 Assume that values of enumeration type are always within the minimum range of that type.
1763 fstrict-prototype
1764 C++ ObjC++ Deprecated
1766 fstrong-eval-order
1767 C++ ObjC++ Common Alias(fstrong-eval-order=, all, none)
1768 Follow the C++17 evaluation order requirements for assignment expressions,
1769 shift, member function calls, etc.
1771 fstrong-eval-order=
1772 C++ ObjC++ Common Var(flag_strong_eval_order) Joined Enum(strong_eval_order) RejectNegative Init(-1)
1773 Follow the C++17 evaluation order requirements for assignment expressions,
1774 shift, member function calls, etc.
1776 Enum
1777 Name(strong_eval_order) Type(int)
1779 EnumValue
1780 Enum(strong_eval_order) String(none) Value(0)
1782 EnumValue
1783 Enum(strong_eval_order) String(some) Value(1)
1785 EnumValue
1786 Enum(strong_eval_order) String(all) Value(2)
1788 ftabstop=
1789 C ObjC C++ ObjC++ Joined RejectNegative UInteger
1790 -ftabstop=<number>      Distance between tab stops for column reporting.
1792 ftemplate-backtrace-limit=
1793 C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
1794 Set the maximum number of template instantiation notes for a single warning or error.
1796 ftemplate-depth-
1797 C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
1799 ftemplate-depth=
1800 C++ ObjC++ Joined RejectNegative UInteger
1801 -ftemplate-depth=<number>       Specify maximum template instantiation depth.
1803 fthis-is-variable
1804 C++ ObjC++ Deprecated
1806 fthreadsafe-statics
1807 C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
1808 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.
1810 funsigned-bitfields
1811 C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
1812 When \"signed\" or \"unsigned\" is not given make the bitfield unsigned.
1814 funsigned-char
1815 C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
1816 Make \"char\" unsigned by default.
1818 fuse-cxa-atexit
1819 C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
1820 Use __cxa_atexit to register destructors.
1822 fuse-cxa-get-exception-ptr
1823 C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
1824 Use __cxa_get_exception_ptr in exception handling.
1826 fvisibility-inlines-hidden
1827 C++ ObjC++
1828 Marks all inlined functions and methods as having hidden visibility.
1830 fvisibility-ms-compat
1831 C++ ObjC++ Var(flag_visibility_ms_compat)
1832 Changes visibility to match Microsoft Visual Studio by default.
1834 fvtable-gc
1835 C++ ObjC++ Deprecated
1836 No longer supported.
1838 fvtable-thunks
1839 C++ ObjC++ Deprecated
1840 No longer supported.
1842 fweak
1843 C++ ObjC++ Var(flag_weak) Init(1)
1844 Emit common-like symbols as weak symbols.
1846 fwide-exec-charset=
1847 C ObjC C++ ObjC++ Joined RejectNegative
1848 -fwide-exec-charset=<cset>      Convert all wide strings and character constants to character set <cset>.
1850 fworking-directory
1851 C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
1852 Generate a #line directive pointing at the current working directory.
1854 fxref
1855 C++ ObjC++ Deprecated
1856 No longer supported.
1858 fzero-link
1859 ObjC ObjC++ Var(flag_zero_link)
1860 Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode.
1862 gen-decls
1863 ObjC ObjC++ Driver Var(flag_gen_declaration) RejectNegative
1864 Dump declarations to a .decl file.
1866 femit-struct-debug-baseonly
1867 C ObjC C++ ObjC++
1868 -femit-struct-debug-baseonly    Aggressive reduced debug info for structs.
1870 femit-struct-debug-reduced
1871 C ObjC C++ ObjC++
1872 -femit-struct-debug-reduced     Conservative reduced debug info for structs.
1874 femit-struct-debug-detailed=
1875 C ObjC C++ ObjC++ Joined
1876 -femit-struct-debug-detailed=<spec-list>        Detailed reduced debug info for structs.
1878 fext-numeric-literals
1879 C++ ObjC++ Var(flag_ext_numeric_literals) Init(1)
1880 Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding
1881 number literal rather than a user-defined number literal.
1883 idirafter
1884 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1885 -idirafter <dir>        Add <dir> to the end of the system include path.
1887 imacros
1888 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1889 -imacros <file> Accept definition of macros in <file>.
1891 imultilib
1892 C ObjC C++ ObjC++ Joined Separate
1893 -imultilib <dir>        Set <dir> to be the multilib include subdirectory.
1895 include
1896 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1897 -include <file> Include the contents of <file> before other files.
1899 iprefix
1900 C ObjC C++ ObjC++ Joined Separate
1901 -iprefix <path> Specify <path> as a prefix for next two options.
1903 isysroot
1904 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1905 -isysroot <dir> Set <dir> to be the system root directory.
1907 isystem
1908 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1909 -isystem <dir>  Add <dir> to the start of the system include path.
1911 iquote
1912 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1913 -iquote <dir>   Add <dir> to the end of the quote include path.
1915 iwithprefix
1916 C ObjC C++ ObjC++ Joined Separate
1917 -iwithprefix <dir>      Add <dir> to the end of the system include path.
1919 iwithprefixbefore
1920 C ObjC C++ ObjC++ Joined Separate
1921 -iwithprefixbefore <dir>        Add <dir> to the end of the main include path.
1923 lang-asm
1924 C Undocumented RejectDriver
1926 no-integrated-cpp
1927 Driver
1929 nostdinc
1930 C ObjC C++ ObjC++
1931 Do not search standard system include directories (those specified with -isystem will still be used).
1933 nostdinc++
1934 C++ ObjC++
1935 Do not search standard system include directories for C++.
1938 C ObjC C++ ObjC++ Joined Separate
1939 ; Documented in common.opt
1941 pedantic
1942 C ObjC C++ ObjC++ Alias(Wpedantic)
1943 ; Documented in common.opt
1945 print-objc-runtime-info
1946 ObjC ObjC++
1947 Generate C header of platform-specific features.
1949 remap
1950 C ObjC C++ ObjC++
1951 Remap file names when including files.
1953 std=c++98
1954 C++ ObjC++
1955 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
1957 std=c++03
1958 C++ ObjC++ Alias(std=c++98)
1959 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
1961 std=c++11
1962 C++ ObjC++
1963 Conform to the ISO 2011 C++ standard.
1965 std=c++0x
1966 C++ ObjC++ Alias(std=c++11) Undocumented
1967 Deprecated in favor of -std=c++11.
1969 std=c++1y
1970 C++ ObjC++ Alias(std=c++14) Undocumented
1971 Deprecated in favor of -std=c++14.
1973 std=c++14
1974 C++ ObjC++
1975 Conform to the ISO 2014 C++ standard.
1977 std=c++1z
1978 C++ ObjC++ Alias(std=c++17) Undocumented
1979 Deprecated in favor of -std=c++17.
1981 std=c++17
1982 C++ ObjC++
1983 Conform to the ISO 2017 C++ standard.
1985 std=c++2a
1986 C++ ObjC++
1987 Conform to the ISO 2020(?) C++ draft standard (experimental and incomplete support).
1989 std=c11
1990 C ObjC
1991 Conform to the ISO 2011 C standard.
1993 std=c1x
1994 C ObjC Alias(std=c11)
1995 Deprecated in favor of -std=c11.
1997 std=c17
1998 C ObjC
1999 Conform to the ISO 2017 C standard (published in 2018).
2001 std=c18
2002 C ObjC Alias(std=c17)
2003 Conform to the ISO 2017 C standard (published in 2018).
2005 std=c2x
2006 C ObjC
2007 Conform to the ISO 202X C standard draft (experimental and incomplete support).
2009 std=c89
2010 C ObjC Alias(std=c90)
2011 Conform to the ISO 1990 C standard.
2013 std=c90
2014 C ObjC
2015 Conform to the ISO 1990 C standard.
2017 std=c99
2018 C ObjC
2019 Conform to the ISO 1999 C standard.
2021 std=c9x
2022 C ObjC Alias(std=c99)
2023 Deprecated in favor of -std=c99.
2025 std=gnu++98
2026 C++ ObjC++
2027 Conform to the ISO 1998 C++ standard revised by the 2003 technical
2028 corrigendum with GNU extensions.
2030 std=gnu++03
2031 C++ ObjC++ Alias(std=gnu++98)
2032 Conform to the ISO 1998 C++ standard revised by the 2003 technical
2033 corrigendum with GNU extensions.
2035 std=gnu++11
2036 C++ ObjC++
2037 Conform to the ISO 2011 C++ standard with GNU extensions.
2039 std=gnu++0x
2040 C++ ObjC++ Alias(std=gnu++11) Undocumented
2041 Deprecated in favor of -std=gnu++11.
2043 std=gnu++1y
2044 C++ ObjC++ Alias(std=gnu++14) Undocumented
2045 Deprecated in favor of -std=gnu++14.
2047 std=gnu++14
2048 C++ ObjC++
2049 Conform to the ISO 2014 C++ standard with GNU extensions.
2051 std=gnu++1z
2052 C++ ObjC++ Alias(std=gnu++17) Undocumented
2053 Deprecated in favor of -std=gnu++17.
2055 std=gnu++17
2056 C++ ObjC++
2057 Conform to the ISO 2017 C++ standard with GNU extensions.
2059 std=gnu++2a
2060 C++ ObjC++
2061 Conform to the ISO 2020(?) C++ draft standard with GNU extensions (experimental and incomplete support).
2063 std=gnu11
2064 C ObjC
2065 Conform to the ISO 2011 C standard with GNU extensions.
2067 std=gnu1x
2068 C ObjC Alias(std=gnu11)
2069 Deprecated in favor of -std=gnu11.
2071 std=gnu17
2072 C ObjC
2073 Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
2075 std=gnu18
2076 C ObjC Alias(std=gnu17)
2077 Conform to the ISO 2017 C standard (published in 2018) with GNU extensions.
2079 std=gnu2x
2080 C ObjC
2081 Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support).
2083 std=gnu89
2084 C ObjC Alias(std=gnu90)
2085 Conform to the ISO 1990 C standard with GNU extensions.
2087 std=gnu90
2088 C ObjC
2089 Conform to the ISO 1990 C standard with GNU extensions.
2091 std=gnu99
2092 C ObjC
2093 Conform to the ISO 1999 C standard with GNU extensions.
2095 std=gnu9x
2096 C ObjC Alias(std=gnu99)
2097 Deprecated in favor of -std=gnu99.
2099 std=iso9899:1990
2100 C ObjC Alias(std=c90)
2101 Conform to the ISO 1990 C standard.
2103 std=iso9899:199409
2104 C ObjC
2105 Conform to the ISO 1990 C standard as amended in 1994.
2107 std=iso9899:1999
2108 C ObjC Alias(std=c99)
2109 Conform to the ISO 1999 C standard.
2111 std=iso9899:199x
2112 C ObjC Alias(std=c99)
2113 Deprecated in favor of -std=iso9899:1999.
2115 std=iso9899:2011
2116 C ObjC Alias(std=c11)
2117 Conform to the ISO 2011 C standard.
2119 std=iso9899:2017
2120 C ObjC Alias(std=c17)
2121 Conform to the ISO 2017 C standard (published in 2018).
2123 std=iso9899:2018
2124 C ObjC Alias(std=c17)
2125 Conform to the ISO 2017 C standard (published in 2018).
2127 traditional
2128 Driver
2130 traditional-cpp
2131 C ObjC C++ ObjC++
2132 Enable traditional preprocessing.
2134 trigraphs
2135 C ObjC C++ ObjC++
2136 -trigraphs      Support ISO C trigraphs.
2138 undef
2139 C ObjC C++ ObjC++ Var(flag_undef)
2140 Do not predefine system-specific and GCC-specific macros.
2143 C ObjC C++ ObjC++
2144 ; Documented in common.opt
2147 C ObjC C++ ObjC++
2148 ; Documented in common.opt
2150 ; This comment is to ensure we retain the blank line above.