Merged revisions 195034,195219,195245,195357,195374,195428,195599,195673,195809 via...
[official-gcc.git] / main / gcc / c-family / c.opt
blobc1c635374a9cf78bc059e1ee99cd6245e7dc99fa
1 ; Options for the C, ObjC, C++ and ObjC++ front ends.
2 ; Copyright (C) 2003-2013 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
204 C ObjC C++ ObjC++
205 Print the name of header files as they are used
208 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
209 -I <dir>        Add <dir> to the end of the main include path
212 C ObjC C++ ObjC++
213 Generate make dependencies
216 C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
217 Generate make dependencies and compile
220 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
221 -MF <file>      Write dependency output to the given file
224 C ObjC C++ ObjC++
225 Treat missing header files as generated files
228 C ObjC C++ ObjC++
229 Like -M but ignore system header files
232 C ObjC C++ ObjC++ NoDriverArg Separate MissingArgError(missing filename after %qs)
233 Like -MD but ignore system header files
236 C ObjC C++ ObjC++
237 Generate phony targets for all headers
240 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
241 -MQ <target>    Add a MAKE-quoted target
244 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing makefile target after %qs)
245 -MT <target>    Add an unquoted target
248 C ObjC C++ ObjC++
249 Do not generate #line directives
252 C ObjC C++ ObjC++ Joined Separate MissingArgError(macro name missing after %qs)
253 -U<macro>       Undefine <macro>
255 Wabi
256 C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
257 Warn about things that will change when compiling with an ABI-compliant compiler
259 Wabi-tag
260 C++ ObjC++ Var(warn_abi_tag) Warning
261 Warn if a subobject has an abi_tag attribute that the complete object type does not have
263 Wpsabi
264 C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Undocumented
266 Waddress
267 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
268 Warn about suspicious uses of memory addresses
270 Wall
271 C ObjC C++ ObjC++ Warning
272 Enable most warning messages
274 Warray-bounds
275 LangEnabledBy(C ObjC C++ ObjC++,Wall)
276 ; in common.opt
278 Wassign-intercept
279 ObjC ObjC++ Var(warn_assign_intercept) Warning
280 Warn whenever an Objective-C assignment is being intercepted by the garbage collector
282 Wbad-function-cast
283 C ObjC Var(warn_bad_function_cast) Warning
284 Warn about casting functions to incompatible types
286 Wbuiltin-macro-redefined
287 C ObjC C++ ObjC++ Warning
288 Warn when a built-in preprocessor macro is undefined or redefined
290 Wc++-compat
291 C ObjC Var(warn_cxx_compat) Warning
292 Warn about C constructs that are not in the common subset of C and C++
294 Wc++0x-compat
295 C++ ObjC++ Var(warn_cxx0x_compat) Warning LangEnabledBy(C++ ObjC++,Wall)
296 Deprecated in favor of -Wc++11-compat
298 Wc++11-compat
299 C++ ObjC++ Warning Alias(Wc++0x-compat)
300 Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011
302 Wcast-qual
303 C ObjC C++ ObjC++ Var(warn_cast_qual) Warning
304 Warn about casts which discard qualifiers
306 Wchar-subscripts
307 C ObjC C++ ObjC++ Var(warn_char_subscripts) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
308 Warn about subscripts whose type is \"char\"
310 Wclobbered
311 C ObjC C++ ObjC++ Var(warn_clobbered) Warning EnabledBy(Wextra)
312 Warn about variables that might be changed by \"longjmp\" or \"vfork\"
314 Wcomment
315 C ObjC C++ ObjC++ Warning
316 Warn about possibly nested block comments, and C++ comments spanning more than one physical line
318 Wcomments
319 C ObjC C++ ObjC++ Warning Alias(Wcomment)
320 Synonym for -Wcomment
322 Wconversion
323 C ObjC C++ ObjC++ Var(warn_conversion) Warning
324 Warn for implicit type conversions that may change a value
326 Wconversion-null
327 C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
328 Warn for converting NULL from/to a non-pointer type
330 Wself-assign-non-pod
331 C++ ObjC++ Var(warn_self_assign_non_pod) Init(0) Warning
332 Warn when a variable of a non-POD type is assigned to itself
334 Wctor-dtor-privacy
335 C++ ObjC++ Var(warn_ctor_dtor_privacy) Warning
336 Warn when all constructors and destructors are private
338 Wdeclaration-after-statement
339 C ObjC Var(warn_declaration_after_statement) Warning
340 Warn when a declaration is found after a statement
342 Wdelete-non-virtual-dtor
343 C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall)
344 Warn about deleting polymorphic objects with non-virtual destructors
346 Wdelete-non-virtual-dtor
347 LangEnabledBy(C++ ObjC++,Weffc++)
350 Wdeprecated
351 C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning
352 Warn if a deprecated compiler feature, class, method, or field is used
354 Wdiv-by-zero
355 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
356 Warn about compile-time integer division by zero
358 Weffc++
359 C++ ObjC++ Var(warn_ecpp) Warning
360 Warn about violations of Effective C++ style rules
362 Wempty-body
363 C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
364 Warn about an empty body in an if or else statement
366 Wendif-labels
367 C ObjC C++ ObjC++ Warning
368 Warn about stray tokens after #elif and #endif
370 Wenum-compare
371 C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall)
372 Warn about comparison of different enum types
374 Wenum-compare
375 LangEnabledBy(C ObjC,Wc++-compat)
378 Werror
379 C ObjC C++ ObjC++
380 ; Documented in common.opt
382 Werror-implicit-function-declaration
383 C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
384 This switch is deprecated; use -Werror=implicit-function-declaration instead
386 Wfloat-equal
387 C ObjC C++ ObjC++ Var(warn_float_equal) Warning
388 Warn if testing floating point numbers for equality
390 Wformat
391 C ObjC C++ ObjC++ Warning Alias(Wformat=, 1, 0)
392 Warn about printf/scanf/strftime/strfmon format string anomalies
394 Wformat-contains-nul
395 C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
396 Warn about format strings that contain NUL bytes
398 Wformat-extra-args
399 C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
400 Warn if passing too many arguments to a function for its format string
402 Wformat-nonliteral
403 C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
404 Warn about format strings that are not literals
406 Wformat-security
407 C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
408 Warn about possible security problems with format functions
410 Wformat-y2k
411 C ObjC C++ ObjC++ Var(warn_format_y2k) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 2, 0)
412 Warn about strftime formats yielding 2-digit years
414 Wformat-zero-length
415 C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1, 0)
416 Warn about zero-length formats
418 Wformat=
419 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
420 Warn about printf/scanf/strftime/strfmon format string anomalies
422 Wignored-qualifiers
423 C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
424 Warn whenever type qualifiers are ignored.
426 Winit-self
427 C ObjC C++ ObjC++ Var(warn_init_self) Warning LangEnabledBy(C++ ObjC++,Wall)
428 Warn about variables which are initialized to themselves
430 Wimplicit
431 C ObjC Var(warn_implicit) Warning LangEnabledBy(C ObjC,Wall)
432 Warn about implicit declarations
434 Wdouble-promotion
435 C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
436 Warn about implicit conversions from \"float\" to \"double\"
438 Wimplicit-function-declaration
439 C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
440 Warn about implicit function declarations
442 Wimplicit-int
443 C ObjC Var(warn_implicit_int) Warning LangEnabledBy(C ObjC,Wimplicit)
444 Warn when a declaration does not specify a type
446 Wimport
447 C ObjC C++ ObjC++ Undocumented Ignore
449 Winherited-variadic-ctor
450 C++ ObjC++ Var(warn_inh_var_ctor) Init(1) Warning
451 Warn about C++11 inheriting constructors when the base has a variadic constructor
453 Wint-to-pointer-cast
454 C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
455 Warn when there is a cast to a pointer from an integer of a different size
457 Winvalid-offsetof
458 C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
459 Warn about invalid uses of the \"offsetof\" macro
461 Winvalid-pch
462 C ObjC C++ ObjC++ Warning
463 Warn about PCH files that are found but not used
465 Wjump-misses-init
466 C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
467 Warn when a jump misses a variable initialization
469 Wliteral-suffix
470 C++ ObjC++ Warning
471 Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
473 Wlogical-op
474 C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning 
475 Warn when a logical operator is suspiciously always evaluating to true or false
477 Wlong-long
478 C ObjC C++ ObjC++ Var(warn_long_long) Init(-1) Warning
479 Do not warn about using \"long long\" when -pedantic
481 Wmain
482 C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning LangEnabledBy(C ObjC,Wall, 2, 0)
483 Warn about suspicious declarations of \"main\"
485 Wmain
486 LangEnabledBy(C ObjC C++ ObjC++,Wpedantic, 2, 0)
489 Wmissing-braces
490 C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
491 Warn about possibly missing braces around initializers
493 Wmissing-declarations
494 C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
495 Warn about global functions without previous declarations
497 Wmissing-field-initializers
498 C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
499 Warn about missing fields in struct initializers
501 Wsizeof-pointer-memaccess
502 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
504 Wsuggest-attribute=format
505 C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
506 Warn about functions which might be candidates for format attributes
508 Wswitch
509 C ObjC C++ ObjC++ Var(warn_switch) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
510 Warn about enumerated switches, with no default, missing a case
512 Wswitch-default
513 C ObjC C++ ObjC++ Var(warn_switch_default) Warning
514 Warn about enumerated switches missing a \"default:\" statement
516 Wswitch-enum
517 C ObjC C++ ObjC++ Var(warn_switch_enum) Warning
518 Warn about all enumerated switches missing a specific case
520 Wmissing-format-attribute
521 C ObjC C++ ObjC++ Alias(Wsuggest-attribute=format)
524 Wmissing-include-dirs
525 C ObjC C++ ObjC++ Warning
526 Warn about user-specified include directories that do not exist
528 Wmissing-parameter-type
529 C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
530 Warn about function parameters declared without a type specifier in K&R-style functions
532 Wmissing-prototypes
533 C ObjC Var(warn_missing_prototypes) Warning
534 Warn about global functions without prototypes
536 Wmudflap
537 C ObjC C++ ObjC++ Var(warn_mudflap) Init(1) Warning
538 Warn about constructs not instrumented by -fmudflap
540 Wmultichar
541 C ObjC C++ ObjC++ Warning
542 Warn about use of multi-character character constants
544 Wnarrowing
545 C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1) LangEnabledBy(C++ ObjC++,Wall)
546 Warn about narrowing conversions within { } that are ill-formed in C++11
548 Wnarrowing
549 C ObjC C++ ObjC++ LangEnabledBy(C++ ObjC++,Wc++0x-compat)
552 Wnested-externs
553 C ObjC Var(warn_nested_externs) Warning
554 Warn about \"extern\" declarations not at file scope
556 Wnoexcept
557 C++ ObjC++ Var(warn_noexcept) Warning
558 Warn when a noexcept expression evaluates to false even though the expression can't actually throw
560 Wnon-template-friend
561 C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
562 Warn when non-templatized friend functions are declared within a template
564 Wnon-virtual-dtor
565 C++ ObjC++ Var(warn_nonvdtor) Warning
566 Warn about non-virtual destructors
568 Wnonnull
569 C ObjC C++ ObjC++ Var(warn_nonnull) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1,0)
570 Warn about NULL being passed to argument slots marked as requiring non-NULL
572 Wnonnull
573 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
576 Wnormalized=
577 C ObjC C++ ObjC++ Joined Warning
578 -Wnormalized=<id|nfc|nfkc>      Warn about non-normalised Unicode strings
580 Wold-style-cast
581 C++ ObjC++ Var(warn_old_style_cast) Warning
582 Warn if a C-style cast is used in a program
584 Wold-style-declaration
585 C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
586 Warn for obsolescent usage in a declaration
588 Wold-style-definition
589 C ObjC Var(warn_old_style_definition) Warning
590 Warn if an old-style parameter definition is used
592 Woverlength-strings
593 C ObjC C++ ObjC++ Var(warn_overlength_strings) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
594 Warn if a string is longer than the maximum portable length specified by the standard
596 Woverloaded-virtual
597 C++ ObjC++ Var(warn_overloaded_virtual) Warning
598 Warn about overloaded virtual function names
600 Woverride-init
601 C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
602 Warn about overriding initializers without side effects
604 Wpacked-bitfield-compat
605 C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
606 Warn about packed bit-fields whose offset changed in GCC 4.4
608 Wparentheses
609 C ObjC C++ ObjC++ Var(warn_parentheses) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
610 Warn about possibly missing parentheses
612 Wpedantic
613 C ObjC C++ ObjC++ Warning
614 ; Documented in common.opt
616 Wpmf-conversions
617 C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
618 Warn when converting the type of pointers to member functions
620 Wpointer-arith
621 C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning
622 Warn about function pointer arithmetic
624 Wpointer-sign
625 C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall)
626 Warn when a pointer differs in signedness in an assignment
628 Wpointer-sign
629 C ObjC LangEnabledBy(C ObjC,Wpedantic)
632 Wpointer-to-int-cast
633 C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
634 Warn when a pointer is cast to an integer of a different size
636 Wpragmas
637 C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
638 Warn about misuses of pragmas
640 Wproperty-assign-default
641 ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
642 Warn if a property for an Objective-C object has no assign semantics specified
644 Wprotocol
645 ObjC ObjC++ Var(warn_protocol) Init(1) Warning
646 Warn if inherited methods are unimplemented
648 Wredundant-decls
649 C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
650 Warn about multiple declarations of the same object
652 Wreorder
653 C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
654 Warn when the compiler reorders code
656 Wreturn-local-addr
657 C ObjC C++ ObjC++ Var(warn_return_local_addr) Init(1) Warning
658 Warn about returning a pointer/reference to a local or temporary variable.
660 Wreturn-type
661 C ObjC C++ ObjC++ Var(warn_return_type) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
662 Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)
664 Wselector
665 ObjC ObjC++ Var(warn_selector) Warning
666 Warn if a selector has multiple methods
668 Wsequence-point
669 C ObjC C++ ObjC++ Var(warn_sequence_point) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
670 Warn about possible violations of sequence point rules
672 Wsign-compare
673 C ObjC C++ ObjC++ Var(warn_sign_compare) Warning LangEnabledBy(C++ ObjC++,Wall)
674 Warn about signed-unsigned comparisons
676 Wsign-compare
677 C ObjC C++ ObjC++ EnabledBy(Wextra)
680 Wsign-conversion
681 C ObjC C++ ObjC++ Var(warn_sign_conversion) LangEnabledBy(C ObjC,Wconversion)
682 Warn for implicit type conversions between signed and unsigned integers
684 Wsign-promo
685 C++ ObjC++ Var(warn_sign_promo) Warning
686 Warn when overload promotes from unsigned to signed
688 Wstrict-null-sentinel
689 C++ ObjC++ Warning Var(warn_strict_null_sentinel)
690 Warn about uncasted NULL used as sentinel
692 Wstrict-prototypes
693 C ObjC Var(warn_strict_prototypes) Warning
694 Warn about unprototyped function declarations
696 Wstrict-aliasing=
697 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 3, 0)
700 Wstrict-overflow=
701 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
704 Wstrict-selector-match
705 ObjC ObjC++ Var(warn_strict_selector_match) Warning
706 Warn if type signatures of candidate methods do not match exactly
708 Wsync-nand
709 C C++ Var(warn_sync_nand) Init(1) Warning
710 Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used
712 Wsynth
713 C++ ObjC++ Var(warn_synth) Warning
714 Deprecated.  This switch has no effect
716 Wsystem-headers
717 C ObjC C++ ObjC++ Warning
718 ; Documented in common.opt
720 Wtraditional
721 C ObjC Var(warn_traditional) Warning
722 Warn about features not present in traditional C
724 Wtraditional-conversion
725 C ObjC Var(warn_traditional_conversion) Warning
726 Warn of prototypes causing type conversions different from what would happen in the absence of prototype
728 Wtrigraphs
729 C ObjC C++ ObjC++ Warning
730 Warn if trigraphs are encountered that might affect the meaning of the program
732 Wundeclared-selector
733 ObjC ObjC++ Var(warn_undeclared_selector) Warning
734 Warn about @selector()s without previously declared methods
736 Wundef
737 C ObjC C++ ObjC++ Warning
738 Warn if an undefined macro is used in an #if directive
740 Wuninitialized
741 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
744 Wmaybe-uninitialized
745 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
748 Wunknown-pragmas
749 C ObjC C++ ObjC++ Warning Var(warn_unknown_pragmas) LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
750 Warn about unrecognized pragmas
752 Wunsuffixed-float-constants
753 C ObjC Var(warn_unsuffixed_float_constants) Warning
754 Warn about unsuffixed float constants
756 Wunused
757 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
758 ; documented in common.opt
760 Wunused-local-typedefs
761 C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
762 Warn when typedefs locally defined in a function are not used
764 Wunused-macros
765 C ObjC C++ ObjC++ Var(cpp_warn_unused_macros) Warning
766 Warn about macros defined in the main file that are not used
768 Wunused-result
769 C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
770 Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value
772 Wvariadic-macros
773 C ObjC C++ ObjC++ Var(cpp_warn_variadic_macros) Init(1) Warning
774 Warn about using variadic macros
776 Wvarargs
777 C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
778 Warn about questionable usage of the macros used to retrieve variable arguments
780 Wvla
781 C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
782 Warn if a variable length array is used
784 Wvolatile-register-var
785 C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
786 Warn when a register variable is declared volatile
788 Wvirtual-move-assign
789 C++ ObjC++ Var(warn_virtual_move_assign) Warning Init(1)
790 Warn if a virtual base has a non-trivial move assignment operator
792 Wwrite-strings
793 C ObjC C++ ObjC++ Var(warn_write_strings) Warning
794 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.
796 Wzero-as-null-pointer-constant
797 C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
798 Warn when a literal '0' is used as null pointer
800 Wuseless-cast
801 C++ ObjC++ Var(warn_useless_cast) Warning
802 Warn about useless casts
804 ansi
805 C ObjC C++ ObjC++
806 A synonym for -std=c89 (for C) or -std=c++98 (for C++)
809 C ObjC C++ ObjC++ Joined
810 ; Documented in common.opt.  FIXME - what about -dI, -dD, -dN and -dD?
812 faccess-control
813 C++ ObjC++ Var(flag_access_control) Init(1)
814 Enforce class member access control semantics
816 fada-spec-parent=
817 C ObjC C++ ObjC++ RejectNegative Joined Var(ada_specs_parent)
818 -fada-spec-parent=unit  Dump Ada specs as child units of given parent
820 fall-virtual
821 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
823 fallow-parameterless-variadic-functions
824 C ObjC Var(flag_allow_parameterless_variadic_functions)
825 Allow variadic functions without named parameter
827 falt-external-templates
828 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
829 No longer supported
831 fasm
832 C ObjC C++ ObjC++ Var(flag_no_asm, 0)
833 Recognize the \"asm\" keyword
835 ; Define extra predefined macros for use in libgcc.
836 fbuilding-libgcc
837 C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
839 fbuiltin
840 C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
841 Recognize built-in functions
843 fbuiltin-
844 C ObjC C++ ObjC++ Joined
846 fcanonical-system-headers
847 C ObjC C++ ObjC++
848 Where shorter, use canonicalized paths to systems headers.
850 fcheck-new
851 C++ ObjC++ Var(flag_check_new)
852 Check the return value of new
854 fcond-mismatch
855 C ObjC C++ ObjC++
856 Allow the arguments of the '?' operator to have different types
858 fconserve-space
859 C++ ObjC++ Var(flag_conserve_space)
860 Does nothing.  Preserved for backward compatibility.
862 fconstant-string-class=
863 ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
864 -fconst-string-class=<name>     Use class <name> for constant strings
866 fconstexpr-depth=
867 C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
868 -fconstexpr-depth=<number>      Specify maximum constexpr recursion depth
870 fdebug-cpp
871 C ObjC C++ ObjC++
872 Emit debug annotations during preprocessing
874 fdeduce-init-list
875 C++ ObjC++ Var(flag_deduce_init_list) Init(0)
876 -fdeduce-init-list      enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list
878 fdefault-inline
879 C++ ObjC++ Ignore
880 Does nothing.  Preserved for backward compatibility.
882 fdirectives-only
883 C ObjC C++ ObjC++
884 Preprocess directives only.
886 fdollars-in-identifiers
887 C ObjC C++ ObjC++
888 Permit '$' as an identifier character
890 fdump-ada-spec
891 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec)
892 Write all declarations as Ada code transitively
894 fdump-ada-spec-slim
895 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec_slim)
896 Write all declarations as Ada code for the given file only
898 felide-constructors
899 C++ ObjC++ Var(flag_elide_constructors) Init(1)
901 fenforce-eh-specs
902 C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
903 Generate code to check exception specifications
905 fenum-int-equiv
906 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
908 fexec-charset=
909 C ObjC C++ ObjC++ Joined RejectNegative
910 -fexec-charset=<cset>   Convert all strings and character constants to character set <cset>
912 fextended-identifiers
913 C ObjC C++ ObjC++
914 Permit universal character names (\\u and \\U) in identifiers
916 finput-charset=
917 C ObjC C++ ObjC++ Joined RejectNegative
918 -finput-charset=<cset>  Specify the default character set for source files
920 fextern-tls-init
921 C++ ObjC++ Var(flag_extern_tls_init) Init(-1)
922 Support dynamic initialization of thread-local variables in a different translation unit
924 fexternal-templates
925 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
927 ffor-scope
928 C++ ObjC++ Var(flag_new_for_scope) Init(1)
929 Scope of for-init-statement variables is local to the loop
931 ffreestanding
932 C ObjC C++ ObjC++
933 Do not assume that standard C libraries and \"main\" exist
935 fgnu-keywords
936 C++ ObjC++ Var(flag_no_gnu_keywords, 0)
937 Recognize GNU-defined keywords
939 fgnu-runtime
940 ObjC ObjC++ Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
941 Generate code for GNU runtime environment
943 fgnu89-inline
944 C ObjC Var(flag_gnu89_inline) Init(-1)
945 Use traditional GNU semantics for inline functions
947 fguiding-decls
948 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
950 fhandle-exceptions
951 C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
953 fhonor-std
954 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
956 fhosted
957 C ObjC
958 Assume normal C execution environment
960 fhuge-objects
961 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
962 No longer supported
964 fimplement-inlines
965 C++ ObjC++ Var(flag_implement_inlines) Init(1)
966 Export functions even if they can be inlined
968 fimplicit-inline-templates
969 C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
970 Emit implicit instantiations of inline templates
972 fimplicit-templates
973 C++ ObjC++ Var(flag_implicit_templates) Init(1)
974 Emit implicit instantiations of templates
976 ffriend-injection
977 C++ ObjC++ Var(flag_friend_injection)
978 Inject friend functions into enclosing namespace
980 fkeep-inline-dllexport
981 C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
982 Don't emit dllexported inline functions unless needed
984 flabels-ok
985 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
987 flax-vector-conversions
988 C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
989 Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
991 fms-extensions
992 C ObjC C++ ObjC++ Var(flag_ms_extensions)
993 Don't warn about uses of Microsoft extensions
995 fmudflap
996 C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap)
997 Add mudflap bounds-checking instrumentation for single-threaded program
999 fmudflapth
1000 C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap,2)
1001 Add mudflap bounds-checking instrumentation for multi-threaded program
1003 fmudflapir
1004 C ObjC C++ ObjC++ RejectNegative Report Var(flag_mudflap_ignore_reads)
1005 Ignore read operations when inserting mudflap instrumentation
1007 fname-mangling-version-
1008 C++ ObjC++ Joined Ignore Warn(switch %qs is no longer supported)
1010 fnew-abi
1011 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1013 fnext-runtime
1014 ObjC ObjC++ Report RejectNegative Var(flag_next_runtime)
1015 Generate code for NeXT (Apple Mac OS X) runtime environment
1017 fnil-receivers
1018 ObjC ObjC++ Var(flag_nil_receivers) Init(1)
1019 Assume that receivers of Objective-C messages may be nil
1021 fnonansi-builtins
1022 C++ ObjC++ Var(flag_no_nonansi_builtin, 0)
1024 fnonnull-objects
1025 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1027 fnothrow-opt
1028 C++ ObjC++ Optimization Var(flag_nothrow_opt)
1029 Treat a throw() exception specification as noexcept to improve code size
1031 fobjc-abi-version=
1032 ObjC ObjC++ Joined Report RejectNegative UInteger Var(flag_objc_abi)
1033 Specify which ABI to use for Objective-C family code and meta-data generation.
1035 ; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
1036 ; to initialize any non-POD ivars in Objective-C++ classes.
1037 fobjc-call-cxx-cdtors
1038 ObjC++ Var(flag_objc_call_cxx_cdtors)
1039 Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed
1041 fobjc-direct-dispatch
1042 ObjC ObjC++ Var(flag_objc_direct_dispatch)
1043 Allow fast jumps to the message dispatcher
1045 ; Nonzero means that we will allow new ObjC exception syntax (@throw,
1046 ; @try, etc.) in source code.
1047 fobjc-exceptions
1048 ObjC ObjC++ Var(flag_objc_exceptions)
1049 Enable Objective-C exception and synchronization syntax
1051 fobjc-gc
1052 ObjC ObjC++ Var(flag_objc_gc)
1053 Enable garbage collection (GC) in Objective-C/Objective-C++ programs
1055 fobjc-nilcheck
1056 ObjC ObjC++ Var(flag_objc_nilcheck,1)
1057 Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
1059 ; Nonzero means that we generate NeXT setjmp based exceptions.
1060 fobjc-sjlj-exceptions
1061 ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
1062 Enable Objective-C setjmp exception handling runtime
1064 fobjc-std=objc1
1065 ObjC ObjC++ Var(flag_objc1_only)
1066 Conform to the Objective-C 1.0 language as implemented in GCC 4.0
1068 fopenmp
1069 C ObjC C++ ObjC++ Var(flag_openmp)
1070 Enable OpenMP (implies -frecursive in Fortran)
1072 foperator-names
1073 C++ ObjC++
1074 Recognize C++ keywords like \"compl\" and \"xor\"
1076 foptional-diags
1077 C++ ObjC++ Ignore
1078 Does nothing.  Preserved for backward compatibility.
1080 fpch-deps
1081 C ObjC C++ ObjC++
1083 fpch-preprocess
1084 C ObjC C++ ObjC++
1085 Look for and use PCH files even when preprocessing
1087 fpermissive
1088 C++ ObjC++ Var(flag_permissive)
1089 Downgrade conformance errors to warnings
1091 fplan9-extensions
1092 C ObjC Var(flag_plan9_extensions)
1093 Enable Plan 9 language extensions
1095 fpreprocessed
1096 C ObjC C++ ObjC++
1097 Treat the input file as already preprocessed
1099 ftrack-macro-expansion
1100 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1101 ; converted into ftrack-macro-expansion=
1103 ftrack-macro-expansion=
1104 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1105 -ftrack-macro-expansion=<0|1|2>  Track locations of tokens coming from macro expansion and display them in error messages
1107 fpretty-templates
1108 C++ ObjC++ Var(flag_pretty_templates) Init(1)
1109 -fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments
1111 freplace-objc-classes
1112 ObjC ObjC++ Var(flag_replace_objc_classes)
1113 Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
1115 frepo
1116 C++ ObjC++
1117 Enable automatic template instantiation
1119 frtti
1120 C++ ObjC++ Optimization Var(flag_rtti) Init(1)
1121 Generate run time type descriptor information
1123 fshort-double
1124 C ObjC C++ ObjC++ Optimization Var(flag_short_double)
1125 Use the same size for double as for float
1127 fshort-enums
1128 C ObjC C++ ObjC++ Optimization Var(flag_short_enums)
1129 Use the narrowest integer type possible for enumeration types
1131 fshort-wchar
1132 C ObjC C++ ObjC++ Optimization Var(flag_short_wchar)
1133 Force the underlying type for \"wchar_t\" to be \"unsigned short\"
1135 fsigned-bitfields
1136 C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
1137 When \"signed\" or \"unsigned\" is not given make the bitfield signed
1139 fsigned-char
1140 C ObjC C++ ObjC++ LTO Var(flag_signed_char)
1141 Make \"char\" signed by default
1143 fsquangle
1144 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1146 fstats
1147 C++ ObjC++ Var(flag_detailed_statistics)
1148 Display statistics accumulated during compilation
1150 fstrict-enums
1151 C++ ObjC++ Optimization Var(flag_strict_enums)
1152 Assume that values of enumeration type are always within the minimum range of that type
1154 fstrict-prototype
1155 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1157 ftabstop=
1158 C ObjC C++ ObjC++ Joined RejectNegative UInteger
1159 -ftabstop=<number>      Distance between tab stops for column reporting
1161 ftemplate-backtrace-limit=
1162 C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
1163 Set the maximum number of template instantiation notes for a single warning or error
1165 ftemplate-depth-
1166 C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
1168 ftemplate-depth=
1169 C++ ObjC++ Joined RejectNegative UInteger
1170 -ftemplate-depth=<number>       Specify maximum template instantiation depth
1172 fthis-is-variable
1173 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1175 fthreadsafe-statics
1176 C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
1177 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
1179 funsigned-bitfields
1180 C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
1181 When \"signed\" or \"unsigned\" is not given make the bitfield unsigned
1183 funsigned-char
1184 C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
1185 Make \"char\" unsigned by default
1187 fuse-cxa-atexit
1188 C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
1189 Use __cxa_atexit to register destructors
1191 fuse-cxa-get-exception-ptr
1192 C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
1193 Use __cxa_get_exception_ptr in exception handling
1195 fvisibility-inlines-hidden
1196 C++ ObjC++
1197 Marks all inlined functions and methods as having hidden visibility
1199 fvisibility-ms-compat
1200 C++ ObjC++ Var(flag_visibility_ms_compat)
1201 Changes visibility to match Microsoft Visual Studio by default
1203 fvtable-gc
1204 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1205 No longer supported
1207 fvtable-thunks
1208 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1209 No longer supported
1211 fweak
1212 C++ ObjC++ Var(flag_weak) Init(1)
1213 Emit common-like symbols as weak symbols
1215 fwide-exec-charset=
1216 C ObjC C++ ObjC++ Joined RejectNegative
1217 -fwide-exec-charset=<cset>      Convert all wide strings and character constants to character set <cset>
1219 fworking-directory
1220 C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
1221 Generate a #line directive pointing at the current working directory
1223 fxref
1224 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1225 No longer supported
1227 fzero-link
1228 ObjC ObjC++ Var(flag_zero_link)
1229 Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
1231 gen-decls
1232 ObjC ObjC++ Var(flag_gen_declaration)
1233 Dump declarations to a .decl file
1235 femit-struct-debug-baseonly
1236 C ObjC C++ ObjC++
1237 -femit-struct-debug-baseonly    Aggressive reduced debug info for structs
1239 femit-struct-debug-reduced
1240 C ObjC C++ ObjC++
1241 -femit-struct-debug-reduced     Conservative reduced debug info for structs
1243 femit-struct-debug-detailed=
1244 C ObjC C++ ObjC++ Joined
1245 -femit-struct-debug-detailed=<spec-list>        Detailed reduced debug info for structs
1247 fext-numeric-literals
1248 C++ ObjC++ 
1249 Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding
1250 number literal rather than a user-defined number literal.
1252 idirafter
1253 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1254 -idirafter <dir>        Add <dir> to the end of the system include path
1256 imacros
1257 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1258 -imacros <file> Accept definition of macros in <file>
1260 imultilib
1261 C ObjC C++ ObjC++ Joined Separate
1262 -imultilib <dir>        Set <dir> to be the multilib include subdirectory
1264 include
1265 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1266 -include <file> Include the contents of <file> before other files
1268 iprefix
1269 C ObjC C++ ObjC++ Joined Separate
1270 -iprefix <path> Specify <path> as a prefix for next two options
1272 isysroot
1273 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1274 -isysroot <dir> Set <dir> to be the system root directory
1276 isystem
1277 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1278 -isystem <dir>  Add <dir> to the start of the system include path
1280 iquote
1281 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1282 -iquote <dir>   Add <dir> to the end of the quote include path
1284 iwithprefix
1285 C ObjC C++ ObjC++ Joined Separate
1286 -iwithprefix <dir>      Add <dir> to the end of the system include path
1288 iwithprefixbefore
1289 C ObjC C++ ObjC++ Joined Separate
1290 -iwithprefixbefore <dir>        Add <dir> to the end of the main include path
1292 lang-asm
1293 C Undocumented RejectDriver
1295 no-integrated-cpp
1296 Driver
1298 nostdinc
1299 C ObjC C++ ObjC++
1300 Do not search standard system include directories (those specified with -isystem will still be used)
1302 nostdinc++
1303 C++ ObjC++
1304 Do not search standard system include directories for C++
1307 C ObjC C++ ObjC++ Joined Separate
1308 ; Documented in common.opt
1310 pedantic
1311 C ObjC C++ ObjC++ Alias(Wpedantic)
1312 ; Documented in common.opt
1314 print-objc-runtime-info
1315 ObjC ObjC++
1316 Generate C header of platform-specific features
1318 remap
1319 C ObjC C++ ObjC++
1320 Remap file names when including files
1322 std=c++98
1323 C++ ObjC++
1324 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
1326 std=c++03
1327 C++ ObjC++ Alias(std=c++98)
1328 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
1330 std=c++11
1331 C++ ObjC++
1332 Conform to the ISO 2011 C++ standard (experimental and incomplete support)
1334 std=c++0x
1335 C++ ObjC++ Alias(std=c++11)
1336 Deprecated in favor of -std=c++11
1338 std=c++1y
1339 C++ ObjC++
1340 Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
1342 std=c11
1343 C ObjC
1344 Conform to the ISO 2011 C standard (experimental and incomplete support)
1346 std=c1x
1347 C ObjC Alias(std=c11)
1348 Deprecated in favor of -std=c11
1350 std=c89
1351 C ObjC Alias(std=c90)
1352 Conform to the ISO 1990 C standard
1354 std=c90
1355 C ObjC
1356 Conform to the ISO 1990 C standard
1358 std=c99
1359 C ObjC
1360 Conform to the ISO 1999 C standard
1362 std=c9x
1363 C ObjC Alias(std=c99)
1364 Deprecated in favor of -std=c99
1366 std=gnu++98
1367 C++ ObjC++
1368 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1369 corrigendum with GNU extensions
1371 std=gnu++03
1372 C++ ObjC++ Alias(std=gnu++98)
1373 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1374 corrigendum with GNU extensions
1376 std=gnu++11
1377 C++ ObjC++
1378 Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
1380 std=gnu++0x
1381 C++ ObjC++ Alias(std=gnu++11)
1382 Deprecated in favor of -std=gnu++11
1384 std=gnu++1y
1385 C++ ObjC++
1386 Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support)
1388 std=gnu11
1389 C ObjC
1390 Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)
1392 std=gnu1x
1393 C ObjC Alias(std=gnu11)
1394 Deprecated in favor of -std=gnu11
1396 std=gnu89
1397 C ObjC Alias(std=gnu90)
1398 Conform to the ISO 1990 C standard with GNU extensions
1400 std=gnu90
1401 C ObjC
1402 Conform to the ISO 1990 C standard with GNU extensions
1404 std=gnu99
1405 C ObjC
1406 Conform to the ISO 1999 C standard with GNU extensions
1408 std=gnu9x
1409 C ObjC Alias(std=gnu99)
1410 Deprecated in favor of -std=gnu99
1412 std=iso9899:1990
1413 C ObjC Alias(std=c90)
1414 Conform to the ISO 1990 C standard
1416 std=iso9899:199409
1417 C ObjC
1418 Conform to the ISO 1990 C standard as amended in 1994
1420 std=iso9899:1999
1421 C ObjC Alias(std=c99)
1422 Conform to the ISO 1999 C standard
1424 std=iso9899:199x
1425 C ObjC Alias(std=c99)
1426 Deprecated in favor of -std=iso9899:1999
1428 std=iso9899:2011
1429 C ObjC Alias(std=c11)
1430 Conform to the ISO 2011 C standard (experimental and incomplete support)
1432 traditional
1433 Driver
1435 traditional-cpp
1436 C ObjC C++ ObjC++
1437 Enable traditional preprocessing
1439 trigraphs
1440 C ObjC C++ ObjC++
1441 -trigraphs      Support ISO C trigraphs
1443 undef
1444 C ObjC C++ ObjC++ Var(flag_undef)
1445 Do not predefine system-specific and GCC-specific macros
1448 C ObjC C++ ObjC++
1449 ; Documented in common.opt
1452 C ObjC C++ ObjC++
1453 ; Documented in common.opt
1455 ; This comment is to ensure we retain the blank line above.