Come up with Deprecated option flag.
[official-gcc.git] / gcc / c-family / c.opt
blobb4aefd8d5f636c6de2209e94cea8dd6ad89fbd6b
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 Waddress
275 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
276 Warn about suspicious uses of memory addresses.
278 Enum
279 Name(warn_aligned_new_level) Type(int) UnknownError(argument %qs to %<-Waligned-new%> not recognized)
281 EnumValue
282 Enum(warn_aligned_new_level) String(none) Value(0)
284 EnumValue
285 Enum(warn_aligned_new_level) String(global) Value(1)
287 EnumValue
288 Enum(warn_aligned_new_level) String(all) Value(2)
290 Waligned-new
291 C++ ObjC++ Alias(Waligned-new=,global,none)
292 Warn about 'new' of type with extended alignment without -faligned-new.
294 Waligned-new=
295 C++ ObjC++ Var(warn_aligned_new) Enum(warn_aligned_new_level) Joined RejectNegative Warning LangEnabledBy(C++ ObjC++,Wall,1,0)
296 -Waligned-new=[none|global|all] Warn even if 'new' uses a class member allocation function.
298 Wall
299 C ObjC C++ ObjC++ Warning
300 Enable most warning messages.
302 Walloca
303 C ObjC C++ ObjC++ Var(warn_alloca) Warning
304 Warn on any use of alloca.
306 Walloc-size-larger-than=
307 C ObjC C++ LTO ObjC++ Var(warn_alloc_size_limit) Warning Joined LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
308 -Walloc-size-larger-than=<bytes> Warn for calls to allocation functions that
309 attempt to allocate objects larger than the specified number of bytes.
311 Wno-alloc-size-larger-than
312 C ObjC C++ LTO ObjC++ Alias(Walloc-size-larger-than=, 18446744073709551615EiB,none) Warning
313 -Wno-alloc-size-larger-than Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger.
315 Walloc-zero
316 C ObjC C++ ObjC++ Var(warn_alloc_zero) Warning
317 -Walloc-zero Warn for calls to allocation functions that specify zero bytes.
319 Walloca-larger-than=
320 C ObjC C++ LTO ObjC++ Var(warn_alloca_limit) Warning Joined RejectNegative UInteger
321 -Walloca-larger-than=<number>   Warn on unbounded uses of
322 alloca, and on bounded uses of alloca whose bound can be larger than
323 <number> bytes.
325 Warray-bounds
326 LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
327 ; in common.opt
329 Warray-bounds=
330 LangEnabledBy(C ObjC C++ LTO ObjC++,Wall,1,0)
331 ; in common.opt
333 Wassign-intercept
334 ObjC ObjC++ Var(warn_assign_intercept) Warning
335 Warn whenever an Objective-C assignment is being intercepted by the garbage collector.
337 Wbad-function-cast
338 C ObjC Var(warn_bad_function_cast) Warning
339 Warn about casting functions to incompatible types.
341 Wbool-compare
342 C ObjC C++ ObjC++ Var(warn_bool_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
343 Warn about boolean expression compared with an integer value different from true/false.
345 Wbool-operation
346 C ObjC C++ ObjC++ Var(warn_bool_op) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
347 Warn about certain operations on boolean expressions.
349 Wframe-address
350 C ObjC C++ ObjC++ Var(warn_frame_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
351 Warn when __builtin_frame_address or __builtin_return_address is used unsafely.
353 Wbuiltin-declaration-mismatch
354 C ObjC C++ ObjC++ Var(warn_builtin_declaraion_mismatch) Init(1) Warning
355 Warn when a built-in function is declared with the wrong signature.
357 Wbuiltin-macro-redefined
358 C ObjC C++ ObjC++ CPP(warn_builtin_macro_redefined) CppReason(CPP_W_BUILTIN_MACRO_REDEFINED) Var(cpp_warn_builtin_macro_redefined) Init(1) Warning
359 Warn when a built-in preprocessor macro is undefined or redefined.
361 Wc90-c99-compat
362 C ObjC CPP(cpp_warn_c90_c99_compat) CppReason(CPP_W_C90_C99_COMPAT) Var(warn_c90_c99_compat) Init(-1) Warning
363 Warn about features not present in ISO C90, but present in ISO C99.
365 Wc99-c11-compat
366 C ObjC Var(warn_c99_c11_compat) Init(-1) Warning
367 Warn about features not present in ISO C99, but present in ISO C11.
369 Wc++-compat
370 C ObjC Var(warn_cxx_compat) CPP(warn_cxx_operator_names) CppReason(CPP_W_CXX_OPERATOR_NAMES) Init(0) Warning
371 Warn about C constructs that are not in the common subset of C and C++.
373 Wc++0x-compat
374 C++ ObjC++ Warning Alias(Wc++11-compat) Undocumented
376 Wc++11-compat
377 C++ ObjC++ Var(warn_cxx11_compat) Warning LangEnabledBy(C++ ObjC++,Wall) Init(0) CPP(cpp_warn_cxx11_compat) CppReason(CPP_W_CXX11_COMPAT)
378 Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011.
380 Wc++14-compat
381 C++ ObjC++ Var(warn_cxx14_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
382 Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014.
384 Wc++1z-compat
385 C++ ObjC++ Warning Alias(Wc++17-compat) Undocumented
387 Wc++17-compat
388 C++ ObjC++ Var(warn_cxx17_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
389 Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017.
391 Wcast-function-type
392 C ObjC C++ ObjC++ Var(warn_cast_function_type) Warning EnabledBy(Wextra)
393 Warn about casts between incompatible function types.
395 Wcast-qual
396 C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
397 Warn about casts which discard qualifiers.
399 Wcatch-value
400 C++ ObjC++ Warning Alias(Wcatch-value=, 1, 0)
401 Warn about catch handlers of non-reference type.
403 Wcatch-value=
404 C++ ObjC++ Var(warn_catch_value) Warning Joined RejectNegative UInteger LangEnabledBy(C++ ObjC++,Wall, 1, 0) IntegerRange(0, 3)
405 Warn about catch handlers of non-reference type.
407 Wchar-subscripts
408 C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
409 Warn about subscripts whose type is \"char\".
411 Wchkp
412 C ObjC C++ ObjC++ Var(warn_chkp) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) Deprecated
413 Deprecated in GCC 9.  This switch has no effect.
415 Wclobbered
416 C ObjC C++ ObjC++ Var(warn_clobbered) Warning EnabledBy(Wextra)
417 Warn about variables that might be changed by \"longjmp\" or \"vfork\".
419 Wcomment
420 C ObjC C++ ObjC++ CPP(warn_comments) CppReason(CPP_W_COMMENTS) Var(cpp_warn_comment) Init(0) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
421 Warn about possibly nested block comments, and C++ comments spanning more than one physical line.
423 Wcomments
424 C ObjC C++ ObjC++ Warning Alias(Wcomment)
425 Synonym for -Wcomment.
427 Wconditionally-supported
428 C++ ObjC++ Var(warn_conditionally_supported) Warning
429 Warn for conditionally-supported constructs.
431 Wconversion
432 C ObjC C++ ObjC++ Var(warn_conversion) Warning
433 Warn for implicit type conversions that may change a value.
435 Wconversion-null
436 C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
437 Warn for converting NULL from/to a non-pointer type.
439 Wcpp
440 C ObjC C++ ObjC++ CppReason(CPP_W_WARNING_DIRECTIVE)
441 ; Documented in common.opt
443 Wctor-dtor-privacy
444 C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
445 Warn when all constructors and destructors are private.
447 Wdangling-else
448 C ObjC C++ ObjC++ Var(warn_dangling_else) Warning LangEnabledBy(C ObjC C++ ObjC++,Wparentheses)
449 Warn about dangling else.
451 Wdate-time
452 C ObjC C++ ObjC++ CPP(warn_date_time) CppReason(CPP_W_DATE_TIME) Var(cpp_warn_date_time) Init(0) Warning
453 Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage.
455 Wdeclaration-after-statement
456 C ObjC Var(warn_declaration_after_statement) Init(-1) Warning
457 Warn when a declaration is found after a statement.
459 Wdelete-incomplete
460 C++ ObjC++ Var(warn_delete_incomplete) Init(1) Warning
461 Warn when deleting a pointer to incomplete type.
463 Wdelete-non-virtual-dtor
464 C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall || Weffc++)
465 Warn about deleting polymorphic objects with non-virtual destructors.
467 Wdeprecated
468 C C++ ObjC ObjC++ CPP(cpp_warn_deprecated) CppReason(CPP_W_DEPRECATED) Var(warn_deprecated) Init(1) Warning
469 Warn if a deprecated compiler feature, class, method, or field is used.
471 Wdeprecated-copy
472 C++ ObjC++ Var(warn_deprecated_copy) Warning LangEnabledBy(C++ ObjC++, Wall)
473 Mark implicitly-declared copy operations as deprecated if the class has a
474 user-provided copy operation or destructor.
476 Wdesignated-init
477 C ObjC Var(warn_designated_init) Init(1) Warning
478 Warn about positional initialization of structs requiring designated initializers.
480 Wdiscarded-array-qualifiers
481 C ObjC Var(warn_discarded_array_qualifiers) Init(1) Warning
482 Warn if qualifiers on arrays which are pointer targets are discarded.
484 Wdiscarded-qualifiers
485 C ObjC Var(warn_discarded_qualifiers) Init(1) Warning
486 Warn if type qualifiers on pointers are discarded.
488 Wdiv-by-zero
489 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
490 Warn about compile-time integer division by zero.
492 Wduplicated-branches
493 C ObjC C++ ObjC++ Var(warn_duplicated_branches) Init(0) Warning
494 Warn about duplicated branches in if-else statements.
496 Wduplicated-cond
497 C ObjC C++ ObjC++ Var(warn_duplicated_cond) Init(0) Warning
498 Warn about duplicated conditions in an if-else-if chain.
500 Weffc++
501 C++ ObjC++ Var(warn_ecpp) Warning
502 Warn about violations of Effective C++ style rules.
504 Wempty-body
505 C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
506 Warn about an empty body in an if or else statement.
508 Wendif-labels
509 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)
510 Warn about stray tokens after #else and #endif.
512 Wenum-compare
513 C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall || Wc++-compat)
514 Warn about comparison of different enum types.
516 Werror
517 C ObjC C++ ObjC++
518 ; Documented in common.opt
520 Werror-implicit-function-declaration
521 C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
522 This switch is deprecated; use -Werror=implicit-function-declaration instead.
524 Wextra
525 C ObjC C++ ObjC++ Warning
526 ; in common.opt
528 Wextra-semi
529 C++ ObjC++ Var(warn_extra_semi) Warning
530 Warn about semicolon after in-class function definition.
532 Wfloat-conversion
533 C ObjC C++ ObjC++ Var(warn_float_conversion) Warning LangEnabledBy(C ObjC C++ ObjC++,Wconversion)
534 Warn for implicit type conversions that cause loss of floating point precision.
536 Wfloat-equal
537 C ObjC C++ ObjC++ Var(warn_float_equal) Warning
538 Warn if testing floating point numbers for equality.
540 Wformat
541 C ObjC C++ ObjC++ Warning Alias(Wformat=, 1, 0)
542 Warn about printf/scanf/strftime/strfmon format string anomalies.
544 Wformat-contains-nul
545 C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
546 Warn about format strings that contain NUL bytes.
548 Wformat-extra-args
549 C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
550 Warn if passing too many arguments to a function for its format string.
552 Wformat-nonliteral
553 C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
554 Warn about format strings that are not literals.
556 Wformat-overflow
557 C ObjC C++ LTO ObjC++ Warning Alias(Wformat-overflow=, 1, 0) IntegerRange(0, 2)
558 Warn about function calls with format strings that write past the end
559 of the destination region.  Same as -Wformat-overflow=1.
561 Wformat-security
562 C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
563 Warn about possible security problems with format functions.
565 Wformat-signedness
566 C ObjC C++ ObjC++ Var(warn_format_signedness) Warning
567 Warn about sign differences with format functions.
569 Wformat-truncation
570 C ObjC C++ LTO ObjC++ Warning Alias(Wformat-truncation=, 1, 0)
571 Warn about calls to snprintf and similar functions that truncate output.
572 Same as -Wformat-truncation=1.
574 Wformat-y2k
575 C ObjC C++ ObjC++ Var(warn_format_y2k) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 2, 0)
576 Warn about strftime formats yielding 2-digit years.
578 Wformat-zero-length
579 C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1, 0)
580 Warn about zero-length formats.
582 Wformat=
583 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
584 Warn about printf/scanf/strftime/strfmon format string anomalies.
586 Wformat-overflow=
587 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)
588 Warn about function calls with format strings that write past the end
589 of the destination region.
591 Wformat-truncation=
592 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)
593 Warn about calls to snprintf and similar functions that truncate output.
595 Wif-not-aligned
596 C ObjC C++ ObjC++ Var(warn_if_not_aligned) Init(1) Warning
597 Warn when the field in a struct is not aligned.
599 Wignored-qualifiers
600 C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
601 Warn whenever type qualifiers are ignored.
603 Wignored-attributes
604 C C++ Var(warn_ignored_attributes) Init(1) Warning
605 Warn whenever attributes are ignored.
607 Wincompatible-pointer-types
608 C ObjC Var(warn_incompatible_pointer_types) Init(1) Warning
609 Warn when there is a conversion between pointers that have incompatible types.
611 Winit-self
612 C ObjC C++ ObjC++ Var(warn_init_self) Warning LangEnabledBy(C++ ObjC++,Wall)
613 Warn about variables which are initialized to themselves.
615 Winit-list-lifetime
616 C++ ObjC++ Var(warn_init_list) Warning Init(1)
617 Warn about uses of std::initializer_list that can result in dangling pointers.
619 Wimplicit
620 C ObjC Var(warn_implicit) Warning LangEnabledBy(C ObjC,Wall)
621 Warn about implicit declarations.
623 Wimplicit-fallthrough=
624 LangEnabledBy(C ObjC C++ ObjC++,Wextra,3,0)
625 ; in common.opt
627 Wdouble-promotion
628 C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
629 Warn about implicit conversions from \"float\" to \"double\".
631 Wexpansion-to-defined
632 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)
633 Warn if \"defined\" is used outside #if.
635 Wimplicit-function-declaration
636 C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
637 Warn about implicit function declarations.
639 Wimplicit-int
640 C ObjC Var(warn_implicit_int) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
641 Warn when a declaration does not specify a type.
643 Wimport
644 C ObjC C++ ObjC++ Undocumented Ignore
646 Winherited-variadic-ctor
647 C++ ObjC++ Var(warn_inh_var_ctor) Init(1) Warning
648 Warn about C++11 inheriting constructors when the base has a variadic constructor.
650 Wint-conversion
651 C ObjC Var(warn_int_conversion) Init(1) Warning
652 Warn about incompatible integer to pointer and pointer to integer conversions.
654 Wint-in-bool-context
655 C ObjC C++ ObjC++ Var(warn_int_in_bool_context) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
656 Warn for suspicious integer expressions in boolean context.
658 Wint-to-pointer-cast
659 C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
660 Warn when there is a cast to a pointer from an integer of a different size.
662 Winvalid-offsetof
663 C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
664 Warn about invalid uses of the \"offsetof\" macro.
666 Winvalid-pch
667 C ObjC C++ ObjC++ CPP(warn_invalid_pch) CppReason(CPP_W_INVALID_PCH) Var(cpp_warn_invalid_pch) Init(0) Warning
668 Warn about PCH files that are found but not used.
670 Wjump-misses-init
671 C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
672 Warn when a jump misses a variable initialization.
674 Wliteral-suffix
675 C++ ObjC++ CPP(warn_literal_suffix) CppReason(CPP_W_LITERAL_SUFFIX) Var(cpp_warn_literal_suffix) Init(1) Warning
676 Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
678 Wlogical-op
679 C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
680 Warn when a logical operator is suspiciously always evaluating to true or false.
682 Wlogical-not-parentheses
683 C ObjC C++ ObjC++ Var(warn_logical_not_paren) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
684 Warn when logical not is used on the left hand side operand of a comparison.
686 Wlong-long
687 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)
688 Do not warn about using \"long long\" when -pedantic.
690 Wmain
691 C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning LangEnabledBy(C ObjC,Wall, 2, 0)
692 Warn about suspicious declarations of \"main\".
694 Wmain
695 LangEnabledBy(C ObjC C++ ObjC++,Wpedantic, 2, 0)
698 Wmemset-transposed-args
699 C ObjC C++ ObjC++ Var(warn_memset_transposed_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
700 Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not.
702 Wmemset-elt-size
703 C ObjC C++ ObjC++ Var(warn_memset_elt_size) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
704 Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size.
706 Wmisleading-indentation
707 C C++ Common Var(warn_misleading_indentation) Warning LangEnabledBy(C C++,Wall)
708 Warn when the indentation of the code does not reflect the block structure.
710 Wmissing-braces
711 C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
712 Warn about possibly missing braces around initializers.
714 Wmissing-declarations
715 C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
716 Warn about global functions without previous declarations.
718 Wmissing-field-initializers
719 C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
720 Warn about missing fields in struct initializers.
722 Wmultistatement-macros
723 C ObjC C++ ObjC++ Var(warn_multistatement_macros) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
724 Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for.
726 Wmultiple-inheritance
727 C++ ObjC++ Var(warn_multiple_inheritance) Warning
728 Warn on direct multiple inheritance.
730 Wnamespaces
731 C++ ObjC++ Var(warn_namespaces) Warning
732 Warn on namespace definition.
734 Wpacked-not-aligned
735 C ObjC C++ ObjC++ Var(warn_packed_not_aligned) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
736 Warn when fields in a struct with the packed attribute are misaligned.
738 Wsized-deallocation
739 C++ ObjC++ Var(warn_sized_deallocation) Warning EnabledBy(Wextra)
740 Warn about missing sized deallocation functions.
742 Wsizeof-pointer-div
743 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_div) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
744 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
746 Wsizeof-pointer-memaccess
747 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
748 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
750 Wsizeof-array-argument
751 C ObjC C++ ObjC++ Var(warn_sizeof_array_argument) Warning Init(1)
752 Warn when sizeof is applied on a parameter declared as an array.
754 Wstringop-overflow
755 C ObjC C++ LTO ObjC++ Warning Alias(Wstringop-overflow=, 2, 0)
756 Warn about buffer overflow in string manipulation functions like memcpy
757 and strcpy.
759 Wstringop-overflow=
760 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)
761 Under the control of Object Size type, warn about buffer overflow in string
762 manipulation functions like memcpy and strcpy.
764 Wstringop-truncation
765 C ObjC C++ LTO ObjC++ Var(warn_stringop_truncation) Warning Init (1) LangEnabledBy(C ObjC C++ LTO ObjC++, Wall)
766 Warn about truncation in string manipulation functions like strncat and strncpy.
768 Wsuggest-attribute=format
769 C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
770 Warn about functions which might be candidates for format attributes.
772 Wsuggest-override
773 C++ ObjC++ Var(warn_override) Warning
774 Suggest that the override keyword be used when the declaration of a virtual
775 function overrides another.
777 Wswitch
778 C ObjC C++ ObjC++ Var(warn_switch) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
779 Warn about enumerated switches, with no default, missing a case.
781 Wswitch-default
782 C ObjC C++ ObjC++ Var(warn_switch_default) Warning
783 Warn about enumerated switches missing a \"default:\" statement.
785 Wswitch-enum
786 C ObjC C++ ObjC++ Var(warn_switch_enum) Warning
787 Warn about all enumerated switches missing a specific case.
789 Wswitch-bool
790 C ObjC C++ ObjC++ Var(warn_switch_bool) Warning Init(1)
791 Warn about switches with boolean controlling expression.
793 Wtemplates
794 C++ ObjC++ Var(warn_templates) Warning
795 Warn on primary template declaration.
797 Wmissing-attributes
798 C ObjC C++ ObjC++ Var(warn_missing_attributes) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
799 Warn about declarations of entities that may be missing attributes
800 that related entities have been declared with it.
802 Wmissing-format-attribute
803 C ObjC C++ ObjC++ Warning Alias(Wsuggest-attribute=format)
806 Wmissing-include-dirs
807 C ObjC C++ ObjC++ CPP(warn_missing_include_dirs) CppReason(CPP_W_MISSING_INCLUDE_DIRS) Var(cpp_warn_missing_include_dirs) Init(0) Warning
808 Warn about user-specified include directories that do not exist.
810 Wmissing-parameter-type
811 C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
812 Warn about function parameters declared without a type specifier in K&R-style functions.
814 Wmissing-prototypes
815 C ObjC Var(warn_missing_prototypes) Warning
816 Warn about global functions without prototypes.
818 Wmudflap
819 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
821 Wmultichar
822 C ObjC C++ ObjC++ CPP(warn_multichar) CppReason(CPP_W_MULTICHAR) Var(cpp_warn_multichar) Init(0) Warning
823 Warn about use of multi-character character constants.
825 Wnarrowing
826 C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1) LangEnabledBy(C++ ObjC++,Wall || Wc++11-compat)
827 Warn about narrowing conversions within { } that are ill-formed in C++11.
829 Wnested-externs
830 C ObjC Var(warn_nested_externs) Warning
831 Warn about \"extern\" declarations not at file scope.
833 Wnoexcept
834 C++ ObjC++ Var(warn_noexcept) Warning
835 Warn when a noexcept expression evaluates to false even though the expression can't actually throw.
837 Wnoexcept-type
838 C++ ObjC++ Warning Var(warn_noexcept_type) LangEnabledBy(C++ ObjC++,Wabi || Wc++17-compat)
839 Warn if C++17 noexcept function type will change the mangled name of a symbol.
841 Wnon-template-friend
842 C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
843 Warn when non-templatized friend functions are declared within a template.
845 Wclass-memaccess
846 C++ ObjC++ Var(warn_class_memaccess) Warning LangEnabledBy(C++ ObjC++, Wall)
847 Warn for unsafe raw memory writes to objects of class types.
849 Wnon-virtual-dtor
850 C++ ObjC++ Var(warn_nonvdtor) Warning LangEnabledBy(C++ ObjC++,Weffc++)
851 Warn about non-virtual destructors.
853 Wnonnull
854 C ObjC C++ LTO ObjC++ Var(warn_nonnull) Warning LangEnabledBy(C ObjC C++ LTO ObjC++,Wformat=,warn_format >= 1,0)
855 Warn about NULL being passed to argument slots marked as requiring non-NULL.
857 Wnonnull
858 C ObjC C++ LTO ObjC++ LangEnabledBy(C ObjC C++ LTO ObjC++,Wall)
861 Wnonnull-compare
862 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
865 Wnormalized
866 C ObjC C++ ObjC++ Warning Alias(Wnormalized=,nfc,none)
869 Wnormalized=
870 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)
871 -Wnormalized=[none|id|nfc|nfkc] Warn about non-normalized Unicode strings.
873 ; Required for these enum values.
874 SourceInclude
875 cpplib.h
877 Enum
878 Name(cpp_normalize_level) Type(int) UnknownError(argument %qs to %<-Wnormalized%> not recognized)
880 EnumValue
881 Enum(cpp_normalize_level) String(none) Value(normalized_none)
883 EnumValue
884 Enum(cpp_normalize_level) String(nfkc) Value(normalized_KC)
886 EnumValue
887 Enum(cpp_normalize_level) String(id) Value(normalized_identifier_C)
889 EnumValue
890 Enum(cpp_normalize_level) String(nfc) Value(normalized_C)
892 Wold-style-cast
893 C++ ObjC++ Var(warn_old_style_cast) Warning
894 Warn if a C-style cast is used in a program.
896 Wold-style-declaration
897 C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
898 Warn for obsolescent usage in a declaration.
900 Wold-style-definition
901 C ObjC Var(warn_old_style_definition) Warning
902 Warn if an old-style parameter definition is used.
904 Wopenmp-simd
905 C C++ Var(warn_openmp_simd) Warning LangEnabledBy(C C++,Wall)
906 Warn if a simd directive is overridden by the vectorizer cost model.
908 Woverlength-strings
909 C ObjC C++ ObjC++ Var(warn_overlength_strings) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
910 Warn if a string is longer than the maximum portable length specified by the standard.
912 Woverloaded-virtual
913 C++ ObjC++ Var(warn_overloaded_virtual) Warning
914 Warn about overloaded virtual function names.
916 Woverride-init
917 C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
918 Warn about overriding initializers without side effects.
920 Woverride-init-side-effects
921 C ObjC Var(warn_override_init_side_effects) Init(1) Warning
922 Warn about overriding initializers with side effects.
924 Wpacked-bitfield-compat
925 C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
926 Warn about packed bit-fields whose offset changed in GCC 4.4.
928 Wparentheses
929 C ObjC C++ ObjC++ Var(warn_parentheses) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
930 Warn about possibly missing parentheses.
932 Wpedantic
933 C ObjC C++ ObjC++ CPP(cpp_pedantic) CppReason(CPP_W_PEDANTIC) Warning
934 ; Documented in common.opt
936 Wpmf-conversions
937 C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
938 Warn when converting the type of pointers to member functions.
940 Wpointer-arith
941 C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
942 Warn about function pointer arithmetic.
944 Wpointer-sign
945 C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall || Wpedantic)
946 Warn when a pointer differs in signedness in an assignment.
948 Wpointer-compare
949 C ObjC C++ ObjC++ Var(warn_pointer_compare) Init(1) Warning
950 Warn when a pointer is compared with a zero character constant.
952 Wpointer-to-int-cast
953 C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
954 Warn when a pointer is cast to an integer of a different size.
956 Wpragmas
957 C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
958 Warn about misuses of pragmas.
960 Wproperty-assign-default
961 ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
962 Warn if a property for an Objective-C object has no assign semantics specified.
964 Wprotocol
965 ObjC ObjC++ Var(warn_protocol) Init(1) Warning
966 Warn if inherited methods are unimplemented.
968 Wplacement-new
969 C++ Warning Alias(Wplacement-new=, 1, 0)
970 Warn for placement new expressions with undefined behavior.
972 Wplacement-new=
973 C++ Joined RejectNegative UInteger Var(warn_placement_new) Init(-1) Warning IntegerRange(0, 2)
974 Warn for placement new expressions with undefined behavior.
976 Wredundant-decls
977 C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
978 Warn about multiple declarations of the same object.
980 Wregister
981 C++ ObjC++ Var(warn_register) Warning
982 Warn about uses of register storage specifier.
984 Wreorder
985 C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
986 Warn when the compiler reorders code.
988 Wreturn-type
989 C ObjC C++ ObjC++ Var(warn_return_type) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall) Init(-1)
990 Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++).
992 Wscalar-storage-order
993 C ObjC C++ ObjC++ Init(1) Warning
994 Warn on suspicious constructs involving reverse scalar storage order.
996 Wselector
997 ObjC ObjC++ Var(warn_selector) Warning
998 Warn if a selector has multiple methods.
1000 Wsequence-point
1001 C ObjC C++ ObjC++ Var(warn_sequence_point) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1002 Warn about possible violations of sequence point rules.
1004 Wshadow-ivar
1005 ObjC ObjC++ Var(warn_shadow_ivar) EnabledBy(Wshadow) Init(1) Warning
1006 Warn if a local declaration hides an instance variable.
1008 Wshift-overflow
1009 C ObjC C++ ObjC++ Warning Alias(Wshift-overflow=, 1, 0)
1010 Warn if left shift of a signed value overflows.
1012 Wshift-overflow=
1013 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_shift_overflow) Init(-1) Warning IntegerRange(0, 2)
1014 Warn if left shift of a signed value overflows.
1016 Wshift-count-negative
1017 C ObjC C++ ObjC++ Var(warn_shift_count_negative) Init(1) Warning
1018 Warn if shift count is negative.
1020 Wshift-count-overflow
1021 C ObjC C++ ObjC++ Var(warn_shift_count_overflow) Init(1) Warning
1022 Warn if shift count >= width of type.
1024 Wshift-negative-value
1025 C ObjC C++ ObjC++ Var(warn_shift_negative_value) Init(-1) Warning
1026 Warn if left shifting a negative value.
1028 Wsign-compare
1029 C ObjC C++ ObjC++ Var(warn_sign_compare) Warning LangEnabledBy(C++ ObjC++,Wall)
1030 Warn about signed-unsigned comparisons.
1032 Wsign-compare
1033 C ObjC C++ ObjC++ EnabledBy(Wextra)
1036 Wsign-conversion
1037 C ObjC C++ ObjC++ Var(warn_sign_conversion) Warning LangEnabledBy(C ObjC,Wconversion)
1038 Warn for implicit type conversions between signed and unsigned integers.
1040 Wsign-promo
1041 C++ ObjC++ Var(warn_sign_promo) Warning
1042 Warn when overload promotes from unsigned to signed.
1044 Wstrict-null-sentinel
1045 C++ ObjC++ Warning Var(warn_strict_null_sentinel)
1046 Warn about uncasted NULL used as sentinel.
1048 Wstrict-prototypes
1049 C ObjC Var(warn_strict_prototypes) Warning
1050 Warn about unprototyped function declarations.
1052 Wstrict-aliasing=
1053 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 3, 0) IntegerRange(0, 3)
1056 Wstrict-overflow=
1057 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 5)
1060 Wstrict-selector-match
1061 ObjC ObjC++ Var(warn_strict_selector_match) Warning
1062 Warn if type signatures of candidate methods do not match exactly.
1064 Wsync-nand
1065 C C++ Var(warn_sync_nand) Init(1) Warning
1066 Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used.
1068 Wsynth
1069 C++ ObjC++ Var(warn_synth) Warning
1070 Deprecated.  This switch has no effect.
1072 Wsystem-headers
1073 C ObjC C++ ObjC++ Warning
1074 ; Documented in common.opt
1076 Wtautological-compare
1077 C ObjC C++ ObjC++ Var(warn_tautological_compare) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1078 Warn if a comparison always evaluates to true or false.
1080 Wterminate
1081 C++ ObjC++ Warning Var(warn_terminate) Init(1)
1082 Warn if a throw expression will always result in a call to terminate().
1084 Wtraditional
1085 C ObjC CPP(cpp_warn_traditional) CppReason(CPP_W_TRADITIONAL) Var(warn_traditional) Init(0) Warning
1086 Warn about features not present in traditional C.
1088 Wtraditional-conversion
1089 C ObjC Var(warn_traditional_conversion) Warning
1090 Warn of prototypes causing type conversions different from what would happen in the absence of prototype.
1092 Wtrigraphs
1093 C ObjC C++ ObjC++ CPP(warn_trigraphs) CppReason(CPP_W_TRIGRAPHS) Var(cpp_warn_trigraphs) Init(2) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1094 Warn if trigraphs are encountered that might affect the meaning of the program.
1096 Wundeclared-selector
1097 ObjC ObjC++ Var(warn_undeclared_selector) Warning
1098 Warn about @selector()s without previously declared methods.
1100 Wundef
1101 C ObjC C++ ObjC++ CPP(warn_undef) CppReason(CPP_W_UNDEF) Var(cpp_warn_undef) Init(0) Warning
1102 Warn if an undefined macro is used in an #if directive.
1104 Wuninitialized
1105 C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
1108 Wmaybe-uninitialized
1109 C ObjC C++ ObjC++ LTO LangEnabledBy(C ObjC C++ ObjC++ LTO,Wall)
1112 Wunknown-pragmas
1113 C ObjC C++ ObjC++ Warning Var(warn_unknown_pragmas) LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
1114 Warn about unrecognized pragmas.
1116 Wunsuffixed-float-constants
1117 C ObjC Var(warn_unsuffixed_float_constants) Warning
1118 Warn about unsuffixed float constants.
1120 Wunused
1121 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
1122 ; documented in common.opt
1124 Wunused-local-typedefs
1125 C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
1126 Warn when typedefs locally defined in a function are not used.
1128 Wunused-macros
1129 C ObjC C++ ObjC++ CppReason(CPP_W_UNUSED_MACROS) Var(cpp_warn_unused_macros) Warning
1130 Warn about macros defined in the main file that are not used.
1132 Wunused-result
1133 C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
1134 Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value.
1136 Wunused-variable
1137 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wunused)
1138 ; documented in common.opt
1140 Wunused-const-variable
1141 C ObjC C++ ObjC++ Warning Alias(Wunused-const-variable=, 2, 0)
1142 Warn when a const variable is unused.
1144 Wunused-const-variable=
1145 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_unused_const_variable) Warning LangEnabledBy(C ObjC,Wunused-variable, 1, 0) IntegerRange(0, 2)
1146 Warn when a const variable is unused.
1148 Wvariadic-macros
1149 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)
1150 Warn about using variadic macros.
1152 Wvarargs
1153 C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
1154 Warn about questionable usage of the macros used to retrieve variable arguments.
1156 Wvla
1157 C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
1158 Warn if a variable length array is used.
1160 Wvla-larger-than=
1161 C ObjC C++ ObjC++ Var(warn_vla_limit) Warning Joined RejectNegative UInteger
1162 -Wvla-larger-than=<number>      Warn on unbounded uses of variable-length arrays, and
1163 on bounded uses of variable-length arrays whose bound can be
1164 larger than <number> bytes.
1166 Wvolatile-register-var
1167 C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
1168 Warn when a register variable is declared volatile.
1170 Wvirtual-inheritance
1171 C++ ObjC++ Var(warn_virtual_inheritance) Warning
1172 Warn on direct virtual inheritance.
1174 Wvirtual-move-assign
1175 C++ ObjC++ Var(warn_virtual_move_assign) Warning Init(1)
1176 Warn if a virtual base has a non-trivial move assignment operator.
1178 Wwrite-strings
1179 C ObjC C++ ObjC++ Var(warn_write_strings) Warning
1180 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.
1182 Wzero-as-null-pointer-constant
1183 C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
1184 Warn when a literal '0' is used as null pointer.
1186 Wuseless-cast
1187 C++ ObjC++ Var(warn_useless_cast) Warning
1188 Warn about useless casts.
1190 Wsubobject-linkage
1191 C++ ObjC++ Var(warn_subobject_linkage) Warning Init(1)
1192 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.
1194 Wduplicate-decl-specifier
1195 C ObjC Var(warn_duplicate_decl_specifier) Warning LangEnabledBy(C ObjC,Wall)
1196 Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier.
1198 Wrestrict
1199 C ObjC C++ ObjC++ Var(warn_restrict) Warning LangEnabledBy(C ObjC C++ ObjC++, Wall)
1200 Warn when an argument passed to a restrict-qualified parameter aliases with
1201 another argument.
1203 ansi
1204 C ObjC C++ ObjC++
1205 A synonym for -std=c89 (for C) or -std=c++98 (for C++).
1208 C ObjC C++ ObjC++ Joined
1209 ; Documented in common.opt.  FIXME - what about -dI, -dD, -dN and -dD?
1211 fabi-compat-version=
1212 C++ ObjC++ Joined RejectNegative UInteger Var(flag_abi_compat_version) Init(-1)
1213 The version of the C++ ABI used for -Wabi warnings and link compatibility aliases.
1215 faccess-control
1216 C++ ObjC++ Var(flag_access_control) Init(1)
1217 Enforce class member access control semantics.
1219 fada-spec-parent=
1220 C ObjC C++ ObjC++ RejectNegative Joined Var(ada_specs_parent)
1221 -fada-spec-parent=unit  Dump Ada specs as child units of given parent.
1223 faligned-new
1224 C++ ObjC++ Alias(faligned-new=,1,0)
1225 Support C++17 allocation of over-aligned types.
1227 faligned-new=
1228 C++ ObjC++ Joined RejectNegative Var(aligned_new_threshold) UInteger Init(-1)
1229 -faligned-new=<N> Use C++17 over-aligned type allocation for alignments greater than N.
1231 fall-virtual
1232 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1234 fallow-parameterless-variadic-functions
1235 C ObjC Var(flag_allow_parameterless_variadic_functions)
1236 Allow variadic functions without named parameter.
1238 falt-external-templates
1239 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1240 No longer supported.
1242 fasm
1243 C ObjC C++ ObjC++ Var(flag_no_asm, 0)
1244 Recognize the \"asm\" keyword.
1246 ; Define extra predefined macros for use in libgcc.
1247 fbuilding-libgcc
1248 C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
1250 fbuiltin
1251 C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
1252 Recognize built-in functions.
1254 fbuiltin-
1255 C ObjC C++ ObjC++ Joined
1257 fcanonical-system-headers
1258 C ObjC C++ ObjC++
1259 Where shorter, use canonicalized paths to systems headers.
1261 fcheck-pointer-bounds
1262 C ObjC C++ ObjC++ LTO Report Var(flag_check_pointer_bounds) Deprecated
1263 Deprecated in GCC 9.  This switch has no effect.
1265 fchkp-check-incomplete-type
1266 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_incomplete_type) Init(1) Deprecated
1267 Deprecated in GCC 9.  This switch has no effect.
1269 fchkp-zero-input-bounds-for-main
1270 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_zero_input_bounds_for_main) Init(0) Deprecated
1271 Deprecated in GCC 9.  This switch has no effect.
1273 fchkp-first-field-has-own-bounds
1274 C ObjC C++ ObjC++ LTO RejectNegative Report Var(flag_chkp_first_field_has_own_bounds) Deprecated
1275 Deprecated in GCC 9.  This switch has no effect.
1277 fchkp-narrow-bounds
1278 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_narrow_bounds) Init(1) Deprecated
1279 Deprecated in GCC 9.  This switch has no effect.
1281 fchkp-narrow-to-innermost-array
1282 C ObjC C++ ObjC++ LTO RejectNegative Report Var(flag_chkp_narrow_to_innermost_arrray) Deprecated
1283 Deprecated in GCC 9.  This switch has no effect.
1285 fchkp-flexible-struct-trailing-arrays
1286 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_flexible_struct_trailing_arrays) Deprecated
1287 Deprecated in GCC 9.  This switch has no effect.
1289 fchkp-optimize
1290 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_optimize) Init(-1)
1292 fchkp-use-fast-string-functions
1293 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_use_fast_string_functions) Init(0) Deprecated
1294 Deprecated in GCC 9.  This switch has no effect.
1296 fchkp-use-nochk-string-functions
1297 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_use_nochk_string_functions) Init(0) Deprecated
1298 Deprecated in GCC 9.  This switch has no effect.
1300 fchkp-use-static-bounds
1301 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_use_static_bounds) Init(1) Deprecated
1302 Deprecated in GCC 9.  This switch has no effect.
1304 fchkp-use-static-const-bounds
1305 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_use_static_const_bounds) Init(-1) Deprecated
1306 Deprecated in GCC 9.  This switch has no effect.
1308 fchkp-treat-zero-dynamic-size-as-infinite
1309 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_zero_dynamic_size_as_infinite) Init(0) Deprecated
1310 Deprecated in GCC 9.  This switch has no effect.
1312 fchkp-check-read
1313 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_check_read) Init(1) Deprecated
1314 Deprecated in GCC 9.  This switch has no effect.
1316 fchkp-check-write
1317 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_check_write) Init(1) Deprecated
1318 Deprecated in GCC 9.  This switch has no effect.
1320 fchkp-store-bounds
1321 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_store_bounds) Init(1) Deprecated
1322 Deprecated in GCC 9.  This switch has no effect.
1324 fchkp-instrument-calls
1325 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_instrument_calls) Init(1) Deprecated
1326 Deprecated in GCC 9.  This switch has no effect.
1328 fchkp-instrument-marked-only
1329 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_instrument_marked_only) Init(0) Deprecated
1330 Deprecated in GCC 9.  This switch has no effect.
1332 fchkp-use-wrappers
1333 C ObjC C++ ObjC++ LTO Report Var(flag_chkp_use_wrappers) Init(1) Deprecated
1334 Deprecated in GCC 9.  This switch has no effect.
1336 static-libmpx
1337 Driver Deprecated
1338 Deprecated in GCC 9.  This switch has no effect.
1340 static-libmpxwrappers
1341 Driver Deprecated
1342 Deprecated in GCC 9.  This switch has no effect.
1344 fcilkplus Undocumented
1345 C ObjC C++ ObjC++ LTO Report Var(flag_cilkplus) Init(0)
1346 Deprecated in GCC 8.  This switch has no effect.
1348 fconcepts
1349 C++ ObjC++ Var(flag_concepts)
1350 Enable support for C++ concepts.
1352 fcond-mismatch
1353 C ObjC C++ ObjC++
1354 Allow the arguments of the '?' operator to have different types.
1356 fconserve-space
1357 C++ ObjC++ Var(flag_conserve_space)
1358 Does nothing.  Preserved for backward compatibility.
1360 fconstant-string-class=
1361 ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
1362 -fconst-string-class=<name>     Use class <name> for constant strings.
1364 fconstexpr-depth=
1365 C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
1366 -fconstexpr-depth=<number>      Specify maximum constexpr recursion depth.
1368 fconstexpr-loop-limit=
1369 C++ ObjC++ Joined RejectNegative UInteger Var(constexpr_loop_limit) Init(262144)
1370 -fconstexpr-loop-limit=<number> Specify maximum constexpr loop iteration count.
1372 fdebug-cpp
1373 C ObjC C++ ObjC++
1374 Emit debug annotations during preprocessing.
1376 fdeduce-init-list
1377 C++ ObjC++ Var(flag_deduce_init_list) Init(0)
1378 -fdeduce-init-list      enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list.
1380 fdeclone-ctor-dtor
1381 C++ ObjC++ Var(flag_declone_ctor_dtor) Init(-1)
1382 Factor complex constructors and destructors to favor space over speed.
1384 fdefault-inline
1385 C++ ObjC++ Ignore
1386 Does nothing.  Preserved for backward compatibility.
1388 fdiagnostics-show-template-tree
1389 C++ ObjC++ Var(flag_diagnostics_show_template_tree) Init(0)
1390 Print hierarchical comparisons when template types are mismatched.
1392 fdirectives-only
1393 C ObjC C++ ObjC++
1394 Preprocess directives only.
1396 fdollars-in-identifiers
1397 C ObjC C++ ObjC++
1398 Permit '$' as an identifier character.
1400 fmacro-prefix-map=
1401 C ObjC C++ ObjC++ Joined RejectNegative
1402 -fmacro-prefix-map=<old>=<new> Map one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE().
1404 fdump-ada-spec
1405 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec)
1406 Write all declarations as Ada code transitively.
1408 fdump-ada-spec-slim
1409 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec_slim)
1410 Write all declarations as Ada code for the given file only.
1412 felide-constructors
1413 C++ ObjC++ Var(flag_elide_constructors) Init(1)
1415 felide-type
1416 C++ ObjC++ Var(flag_elide_type) Init(1)
1417 -fno-elide-type Do not elide common elements in template comparisons.
1419 fenforce-eh-specs
1420 C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
1421 Generate code to check exception specifications.
1423 fenum-int-equiv
1424 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1426 fexec-charset=
1427 C ObjC C++ ObjC++ Joined RejectNegative
1428 -fexec-charset=<cset>   Convert all strings and character constants to character set <cset>.
1430 fextended-identifiers
1431 C ObjC C++ ObjC++
1432 Permit universal character names (\\u and \\U) in identifiers.
1434 finput-charset=
1435 C ObjC C++ ObjC++ Joined RejectNegative
1436 -finput-charset=<cset>  Specify the default character set for source files.
1438 fextern-tls-init
1439 C++ ObjC++ Var(flag_extern_tls_init) Init(-1)
1440 Support dynamic initialization of thread-local variables in a different translation unit.
1442 fexternal-templates
1443 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1445 ffor-scope
1446 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1448 ffreestanding
1449 C ObjC C++ ObjC++
1450 Do not assume that standard C libraries and \"main\" exist.
1452 fgnu-keywords
1453 C++ ObjC++ Var(flag_no_gnu_keywords, 0)
1454 Recognize GNU-defined keywords.
1456 fgnu-runtime
1457 ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
1458 Generate code for GNU runtime environment.
1460 fgnu89-inline
1461 C ObjC Var(flag_gnu89_inline) Init(-1)
1462 Use traditional GNU semantics for inline functions.
1464 fguiding-decls
1465 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1467 fhandle-exceptions
1468 C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
1470 fhonor-std
1471 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1473 fhosted
1474 C ObjC
1475 Assume normal C execution environment.
1477 fhuge-objects
1478 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1479 No longer supported.
1481 fimplement-inlines
1482 C++ ObjC++ Var(flag_implement_inlines) Init(1)
1483 Export functions even if they can be inlined.
1485 fimplicit-inline-templates
1486 C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
1487 Emit implicit instantiations of inline templates.
1489 fimplicit-templates
1490 C++ ObjC++ Var(flag_implicit_templates) Init(1)
1491 Emit implicit instantiations of templates.
1493 fnew-inheriting-ctors
1494 C++ ObjC++ Var(flag_new_inheriting_ctors) Init(1)
1495 Implement C++17 inheriting constructor semantics.
1497 ffriend-injection
1498 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1500 fkeep-inline-dllexport
1501 C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
1502 Don't emit dllexported inline functions unless needed.
1504 flabels-ok
1505 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1507 flax-vector-conversions
1508 C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
1509 Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
1511 fms-extensions
1512 C ObjC C++ ObjC++ Var(flag_ms_extensions)
1513 Don't warn about uses of Microsoft extensions.
1515 fmudflap
1516 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1518 fmudflapth
1519 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1521 fmudflapir
1522 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1524 fname-mangling-version-
1525 C++ ObjC++ Joined Ignore Warn(switch %qs is no longer supported)
1527 fnew-abi
1528 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1530 fnew-ttp-matching
1531 C++ ObjC++ Var(flag_new_ttp)
1532 Implement resolution of DR 150 for matching of template template arguments.
1534 fnext-runtime
1535 ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime)
1536 Generate code for NeXT (Apple Mac OS X) runtime environment.
1538 fnil-receivers
1539 ObjC ObjC++ Var(flag_nil_receivers) Init(1)
1540 Assume that receivers of Objective-C messages may be nil.
1542 flocal-ivars
1543 ObjC ObjC++ Var(flag_local_ivars) Init(1)
1544 Allow access to instance variables as if they were local declarations within instance method implementations.
1546 fivar-visibility=
1547 ObjC ObjC++ Joined RejectNegative Enum(ivar_visibility) Var(default_ivar_visibility) Init(IVAR_VISIBILITY_PROTECTED)
1548 -fvisibility=[private|protected|public|package] Set the default symbol visibility.
1550 Enum
1551 Name(ivar_visibility) Type(enum ivar_visibility) UnknownError(unrecognized ivar visibility value %qs)
1553 EnumValue
1554 Enum(ivar_visibility) String(private) Value(IVAR_VISIBILITY_PRIVATE)
1556 EnumValue
1557 Enum(ivar_visibility) String(protected) Value(IVAR_VISIBILITY_PROTECTED)
1559 EnumValue
1560 Enum(ivar_visibility) String(public) Value(IVAR_VISIBILITY_PUBLIC)
1562 EnumValue
1563 Enum(ivar_visibility) String(package) Value(IVAR_VISIBILITY_PACKAGE)
1565 fnonansi-builtins
1566 C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
1568 fnonnull-objects
1569 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1571 fnothrow-opt
1572 C++ ObjC++ Optimization Var(flag_nothrow_opt)
1573 Treat a throw() exception specification as noexcept to improve code size.
1575 fobjc-abi-version=
1576 ObjC ObjC++ LTO Joined Report RejectNegative UInteger Var(flag_objc_abi)
1577 Specify which ABI to use for Objective-C family code and meta-data generation.
1579 ; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
1580 ; to initialize any non-POD ivars in Objective-C++ classes.
1581 fobjc-call-cxx-cdtors
1582 ObjC++ Var(flag_objc_call_cxx_cdtors)
1583 Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed.
1585 fobjc-direct-dispatch
1586 ObjC ObjC++ Var(flag_objc_direct_dispatch)
1587 Allow fast jumps to the message dispatcher.
1589 ; Nonzero means that we will allow new ObjC exception syntax (@throw,
1590 ; @try, etc.) in source code.
1591 fobjc-exceptions
1592 ObjC ObjC++ Var(flag_objc_exceptions)
1593 Enable Objective-C exception and synchronization syntax.
1595 fobjc-gc
1596 ObjC ObjC++ LTO Var(flag_objc_gc)
1597 Enable garbage collection (GC) in Objective-C/Objective-C++ programs.
1599 fobjc-nilcheck
1600 ObjC ObjC++ Var(flag_objc_nilcheck,1)
1601 Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
1603 ; Nonzero means that we generate NeXT setjmp based exceptions.
1604 fobjc-sjlj-exceptions
1605 ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
1606 Enable Objective-C setjmp exception handling runtime.
1608 fobjc-std=objc1
1609 ObjC ObjC++ Var(flag_objc1_only)
1610 Conform to the Objective-C 1.0 language as implemented in GCC 4.0.
1612 fopenacc
1613 C ObjC C++ ObjC++ LTO Var(flag_openacc)
1614 Enable OpenACC.
1616 fopenacc-dim=
1617 C ObjC C++ ObjC++ LTO Joined Var(flag_openacc_dims)
1618 Specify default OpenACC compute dimensions.
1620 fopenmp
1621 C ObjC C++ ObjC++ LTO Var(flag_openmp)
1622 Enable OpenMP (implies -frecursive in Fortran).
1624 fopenmp-simd
1625 C ObjC C++ ObjC++ Var(flag_openmp_simd)
1626 Enable OpenMP's SIMD directives.
1628 foperator-names
1629 C++ ObjC++
1630 Recognize C++ keywords like \"compl\" and \"xor\".
1632 foptional-diags
1633 C++ ObjC++ Ignore
1634 Does nothing.  Preserved for backward compatibility.
1636 fpch-deps
1637 C ObjC C++ ObjC++
1639 fpch-preprocess
1640 C ObjC C++ ObjC++
1641 Look for and use PCH files even when preprocessing.
1643 fpermissive
1644 C++ ObjC++ Var(flag_permissive)
1645 Downgrade conformance errors to warnings.
1647 fplan9-extensions
1648 C ObjC Var(flag_plan9_extensions)
1649 Enable Plan 9 language extensions.
1651 fpreprocessed
1652 C ObjC C++ ObjC++
1653 Treat the input file as already preprocessed.
1655 ftrack-macro-expansion
1656 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1657 ; converted into ftrack-macro-expansion=
1659 ftrack-macro-expansion=
1660 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1661 -ftrack-macro-expansion=<0|1|2>  Track locations of tokens coming from macro expansion and display them in error messages.
1663 fpretty-templates
1664 C++ ObjC++ Var(flag_pretty_templates) Init(1)
1665 -fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments.
1667 fprintf-return-value
1668 C ObjC C++ ObjC++ LTO Optimization Var(flag_printf_return_value) Init(1)
1669 Treat known sprintf return values as constants.
1671 freplace-objc-classes
1672 ObjC ObjC++ LTO Var(flag_replace_objc_classes)
1673 Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime.
1675 frepo
1676 C++ ObjC++
1677 Enable automatic template instantiation.
1679 frtti
1680 C++ ObjC++ Optimization Var(flag_rtti) Init(1)
1681 Generate run time type descriptor information.
1683 fshort-enums
1684 C ObjC C++ ObjC++ LTO Optimization Var(flag_short_enums)
1685 Use the narrowest integer type possible for enumeration types.
1687 fshort-wchar
1688 C ObjC C++ ObjC++ LTO Optimization Var(flag_short_wchar)
1689 Force the underlying type for \"wchar_t\" to be \"unsigned short\".
1691 fsigned-bitfields
1692 C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
1693 When \"signed\" or \"unsigned\" is not given make the bitfield signed.
1695 fsigned-char
1696 C ObjC C++ ObjC++ LTO Var(flag_signed_char)
1697 Make \"char\" signed by default.
1699 fsized-deallocation
1700 C++ ObjC++ Var(flag_sized_deallocation) Init(-1)
1701 Enable C++14 sized deallocation support.
1703 fsquangle
1704 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1706 fsso-struct=
1707 C ObjC Joined RejectNegative Enum(sso_struct) Var(default_sso) Init(SSO_NATIVE)
1708 -fsso-struct=[big-endian|little-endian|native]  Set the default scalar storage order.
1710 Enum
1711 Name(sso_struct) Type(enum scalar_storage_order_kind) UnknownError(unrecognized scalar storage order value %qs)
1713 EnumValue
1714 Enum(sso_struct) String(big-endian) Value(SSO_BIG_ENDIAN)
1716 EnumValue
1717 Enum(sso_struct) String(little-endian) Value(SSO_LITTLE_ENDIAN)
1719 EnumValue
1720 Enum(sso_struct) String(native) Value(SSO_NATIVE)
1722 fstats
1723 C++ ObjC++ Var(flag_detailed_statistics)
1724 Display statistics accumulated during compilation.
1726 fstrict-enums
1727 C++ ObjC++ Optimization Var(flag_strict_enums)
1728 Assume that values of enumeration type are always within the minimum range of that type.
1730 fstrict-prototype
1731 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1733 fstrong-eval-order
1734 C++ ObjC++ Common Alias(fstrong-eval-order=, all, none)
1735 Follow the C++17 evaluation order requirements for assignment expressions,
1736 shift, member function calls, etc.
1738 fstrong-eval-order=
1739 C++ ObjC++ Common Var(flag_strong_eval_order) Joined Enum(strong_eval_order) RejectNegative Init(-1)
1740 Follow the C++17 evaluation order requirements for assignment expressions,
1741 shift, member function calls, etc.
1743 Enum
1744 Name(strong_eval_order) Type(int)
1746 EnumValue
1747 Enum(strong_eval_order) String(none) Value(0)
1749 EnumValue
1750 Enum(strong_eval_order) String(some) Value(1)
1752 EnumValue
1753 Enum(strong_eval_order) String(all) Value(2)
1755 ftabstop=
1756 C ObjC C++ ObjC++ Joined RejectNegative UInteger
1757 -ftabstop=<number>      Distance between tab stops for column reporting.
1759 ftemplate-backtrace-limit=
1760 C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
1761 Set the maximum number of template instantiation notes for a single warning or error.
1763 ftemplate-depth-
1764 C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
1766 ftemplate-depth=
1767 C++ ObjC++ Joined RejectNegative UInteger
1768 -ftemplate-depth=<number>       Specify maximum template instantiation depth.
1770 fthis-is-variable
1771 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1773 fthreadsafe-statics
1774 C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
1775 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics.
1777 funsigned-bitfields
1778 C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
1779 When \"signed\" or \"unsigned\" is not given make the bitfield unsigned.
1781 funsigned-char
1782 C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
1783 Make \"char\" unsigned by default.
1785 fuse-cxa-atexit
1786 C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
1787 Use __cxa_atexit to register destructors.
1789 fuse-cxa-get-exception-ptr
1790 C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
1791 Use __cxa_get_exception_ptr in exception handling.
1793 fvisibility-inlines-hidden
1794 C++ ObjC++
1795 Marks all inlined functions and methods as having hidden visibility.
1797 fvisibility-ms-compat
1798 C++ ObjC++ Var(flag_visibility_ms_compat)
1799 Changes visibility to match Microsoft Visual Studio by default.
1801 fvtable-gc
1802 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1803 No longer supported.
1805 fvtable-thunks
1806 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1807 No longer supported.
1809 fweak
1810 C++ ObjC++ Var(flag_weak) Init(1)
1811 Emit common-like symbols as weak symbols.
1813 fwide-exec-charset=
1814 C ObjC C++ ObjC++ Joined RejectNegative
1815 -fwide-exec-charset=<cset>      Convert all wide strings and character constants to character set <cset>.
1817 fworking-directory
1818 C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
1819 Generate a #line directive pointing at the current working directory.
1821 fxref
1822 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1823 No longer supported.
1825 fzero-link
1826 ObjC ObjC++ Var(flag_zero_link)
1827 Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode.
1829 gen-decls
1830 ObjC ObjC++ Driver Var(flag_gen_declaration) RejectNegative
1831 Dump declarations to a .decl file.
1833 femit-struct-debug-baseonly
1834 C ObjC C++ ObjC++
1835 -femit-struct-debug-baseonly    Aggressive reduced debug info for structs.
1837 femit-struct-debug-reduced
1838 C ObjC C++ ObjC++
1839 -femit-struct-debug-reduced     Conservative reduced debug info for structs.
1841 femit-struct-debug-detailed=
1842 C ObjC C++ ObjC++ Joined
1843 -femit-struct-debug-detailed=<spec-list>        Detailed reduced debug info for structs.
1845 fext-numeric-literals
1846 C++ ObjC++ Var(flag_ext_numeric_literals) Init(1)
1847 Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding
1848 number literal rather than a user-defined number literal.
1850 idirafter
1851 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1852 -idirafter <dir>        Add <dir> to the end of the system include path.
1854 imacros
1855 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1856 -imacros <file> Accept definition of macros in <file>.
1858 imultilib
1859 C ObjC C++ ObjC++ Joined Separate
1860 -imultilib <dir>        Set <dir> to be the multilib include subdirectory.
1862 include
1863 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1864 -include <file> Include the contents of <file> before other files.
1866 iprefix
1867 C ObjC C++ ObjC++ Joined Separate
1868 -iprefix <path> Specify <path> as a prefix for next two options.
1870 isysroot
1871 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1872 -isysroot <dir> Set <dir> to be the system root directory.
1874 isystem
1875 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1876 -isystem <dir>  Add <dir> to the start of the system include path.
1878 iquote
1879 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1880 -iquote <dir>   Add <dir> to the end of the quote include path.
1882 iwithprefix
1883 C ObjC C++ ObjC++ Joined Separate
1884 -iwithprefix <dir>      Add <dir> to the end of the system include path.
1886 iwithprefixbefore
1887 C ObjC C++ ObjC++ Joined Separate
1888 -iwithprefixbefore <dir>        Add <dir> to the end of the main include path.
1890 lang-asm
1891 C Undocumented RejectDriver
1893 no-integrated-cpp
1894 Driver
1896 nostdinc
1897 C ObjC C++ ObjC++
1898 Do not search standard system include directories (those specified with -isystem will still be used).
1900 nostdinc++
1901 C++ ObjC++
1902 Do not search standard system include directories for C++.
1905 C ObjC C++ ObjC++ Joined Separate
1906 ; Documented in common.opt
1908 pedantic
1909 C ObjC C++ ObjC++ Alias(Wpedantic)
1910 ; Documented in common.opt
1912 print-objc-runtime-info
1913 ObjC ObjC++
1914 Generate C header of platform-specific features.
1916 remap
1917 C ObjC C++ ObjC++
1918 Remap file names when including files.
1920 std=c++98
1921 C++ ObjC++
1922 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
1924 std=c++03
1925 C++ ObjC++ Alias(std=c++98)
1926 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum.
1928 std=c++11
1929 C++ ObjC++
1930 Conform to the ISO 2011 C++ standard.
1932 std=c++0x
1933 C++ ObjC++ Alias(std=c++11) Undocumented
1934 Deprecated in favor of -std=c++11.
1936 std=c++1y
1937 C++ ObjC++ Alias(std=c++14) Undocumented
1938 Deprecated in favor of -std=c++14.
1940 std=c++14
1941 C++ ObjC++
1942 Conform to the ISO 2014 C++ standard.
1944 std=c++1z
1945 C++ ObjC++ Alias(std=c++17) Undocumented
1946 Deprecated in favor of -std=c++17.
1948 std=c++17
1949 C++ ObjC++
1950 Conform to the ISO 2017 C++ standard.
1952 std=c++2a
1953 C++ ObjC++
1954 Conform to the ISO 2020(?) C++ draft standard (experimental and incomplete support).
1956 std=c11
1957 C ObjC
1958 Conform to the ISO 2011 C standard.
1960 std=c1x
1961 C ObjC Alias(std=c11)
1962 Deprecated in favor of -std=c11.
1964 std=c17
1965 C ObjC
1966 Conform to the ISO 2017 C standard (expected to be published in 2018).
1968 std=c18
1969 C ObjC Alias(std=c17)
1970 Conform to the ISO 2017 C standard (expected to be published in 2018).
1972 std=c89
1973 C ObjC Alias(std=c90)
1974 Conform to the ISO 1990 C standard.
1976 std=c90
1977 C ObjC
1978 Conform to the ISO 1990 C standard.
1980 std=c99
1981 C ObjC
1982 Conform to the ISO 1999 C standard.
1984 std=c9x
1985 C ObjC Alias(std=c99)
1986 Deprecated in favor of -std=c99.
1988 std=gnu++98
1989 C++ ObjC++
1990 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1991 corrigendum with GNU extensions.
1993 std=gnu++03
1994 C++ ObjC++ Alias(std=gnu++98)
1995 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1996 corrigendum with GNU extensions.
1998 std=gnu++11
1999 C++ ObjC++
2000 Conform to the ISO 2011 C++ standard with GNU extensions.
2002 std=gnu++0x
2003 C++ ObjC++ Alias(std=gnu++11) Undocumented
2004 Deprecated in favor of -std=gnu++11.
2006 std=gnu++1y
2007 C++ ObjC++ Alias(std=gnu++14) Undocumented
2008 Deprecated in favor of -std=gnu++14.
2010 std=gnu++14
2011 C++ ObjC++
2012 Conform to the ISO 2014 C++ standard with GNU extensions.
2014 std=gnu++1z
2015 C++ ObjC++ Alias(std=gnu++17) Undocumented
2016 Deprecated in favor of -std=gnu++17.
2018 std=gnu++17
2019 C++ ObjC++
2020 Conform to the ISO 2017 C++ standard with GNU extensions.
2022 std=gnu++2a
2023 C++ ObjC++
2024 Conform to the ISO 2020(?) C++ draft standard with GNU extensions (experimental and incomplete support).
2026 std=gnu11
2027 C ObjC
2028 Conform to the ISO 2011 C standard with GNU extensions.
2030 std=gnu1x
2031 C ObjC Alias(std=gnu11)
2032 Deprecated in favor of -std=gnu11.
2034 std=gnu17
2035 C ObjC
2036 Conform to the ISO 2017 C standard (expected to be published in 2018) with GNU extensions.
2038 std=gnu18
2039 C ObjC Alias(std=gnu17)
2040 Conform to the ISO 2017 C standard (expected to be published in 2018) with GNU extensions.
2042 std=gnu89
2043 C ObjC Alias(std=gnu90)
2044 Conform to the ISO 1990 C standard with GNU extensions.
2046 std=gnu90
2047 C ObjC
2048 Conform to the ISO 1990 C standard with GNU extensions.
2050 std=gnu99
2051 C ObjC
2052 Conform to the ISO 1999 C standard with GNU extensions.
2054 std=gnu9x
2055 C ObjC Alias(std=gnu99)
2056 Deprecated in favor of -std=gnu99.
2058 std=iso9899:1990
2059 C ObjC Alias(std=c90)
2060 Conform to the ISO 1990 C standard.
2062 std=iso9899:199409
2063 C ObjC
2064 Conform to the ISO 1990 C standard as amended in 1994.
2066 std=iso9899:1999
2067 C ObjC Alias(std=c99)
2068 Conform to the ISO 1999 C standard.
2070 std=iso9899:199x
2071 C ObjC Alias(std=c99)
2072 Deprecated in favor of -std=iso9899:1999.
2074 std=iso9899:2011
2075 C ObjC Alias(std=c11)
2076 Conform to the ISO 2011 C standard.
2078 std=iso9899:2017
2079 C ObjC Alias(std=c17)
2080 Conform to the ISO 2017 C standard (expected to be published in 2018).
2082 std=iso9899:2018
2083 C ObjC Alias(std=c17)
2084 Conform to the ISO 2017 C standard (expected to be published in 2018).
2086 traditional
2087 Driver
2089 traditional-cpp
2090 C ObjC C++ ObjC++
2091 Enable traditional preprocessing.
2093 trigraphs
2094 C ObjC C++ ObjC++
2095 -trigraphs      Support ISO C trigraphs.
2097 undef
2098 C ObjC C++ ObjC++ Var(flag_undef)
2099 Do not predefine system-specific and GCC-specific macros.
2102 C ObjC C++ ObjC++
2103 ; Documented in common.opt
2106 C ObjC C++ ObjC++
2107 ; Documented in common.opt
2109 ; This comment is to ensure we retain the blank line above.