OpenACC: Recognize -fopenacc.
[official-gcc.git] / gcc / c-family / c.opt
blobd86d79bdb3aae4b9ed4a6969504af989aab492ed
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 Wconditionally-supported
323 C++ ObjC++ Var(warn_conditionally_supported) Warning
324 Warn for conditionally-supported constructs
326 Wconversion
327 C ObjC C++ ObjC++ Var(warn_conversion) Warning
328 Warn for implicit type conversions that may change a value
330 Wconversion-null
331 C++ ObjC++ Var(warn_conversion_null) Init(1) Warning
332 Warn for converting NULL from/to a non-pointer type
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-incomplete
343 C++ ObjC++ Var(warn_delete_incomplete) Init(1) Warning
344 Warn when deleting a pointer to incomplete type
346 Wdelete-non-virtual-dtor
347 C++ ObjC++ Var(warn_delnonvdtor) Warning LangEnabledBy(C++ ObjC++,Wall)
348 Warn about deleting polymorphic objects with non-virtual destructors
350 Wdelete-non-virtual-dtor
351 LangEnabledBy(C++ ObjC++,Weffc++)
354 Wdeprecated
355 C C++ ObjC ObjC++ Var(warn_deprecated) Init(1) Warning
356 Warn if a deprecated compiler feature, class, method, or field is used
358 Wdiv-by-zero
359 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1) Warning
360 Warn about compile-time integer division by zero
362 Weffc++
363 C++ ObjC++ Var(warn_ecpp) Warning
364 Warn about violations of Effective C++ style rules
366 Wempty-body
367 C ObjC C++ ObjC++ Var(warn_empty_body) Warning EnabledBy(Wextra)
368 Warn about an empty body in an if or else statement
370 Wendif-labels
371 C ObjC C++ ObjC++ Warning
372 Warn about stray tokens after #elif and #endif
374 Wenum-compare
375 C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall)
376 Warn about comparison of different enum types
378 Wenum-compare
379 LangEnabledBy(C ObjC,Wc++-compat)
382 Werror
383 C ObjC C++ ObjC++
384 ; Documented in common.opt
386 Werror-implicit-function-declaration
387 C ObjC RejectNegative Warning Alias(Werror=, implicit-function-declaration)
388 This switch is deprecated; use -Werror=implicit-function-declaration instead
390 Wfloat-equal
391 C ObjC C++ ObjC++ Var(warn_float_equal) Warning
392 Warn if testing floating point numbers for equality
394 Wformat
395 C ObjC C++ ObjC++ Warning Alias(Wformat=, 1, 0)
396 Warn about printf/scanf/strftime/strfmon format string anomalies
398 Wformat-contains-nul
399 C ObjC C++ ObjC++ Var(warn_format_contains_nul) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
400 Warn about format strings that contain NUL bytes
402 Wformat-extra-args
403 C ObjC C++ ObjC++ Var(warn_format_extra_args) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 1, 0)
404 Warn if passing too many arguments to a function for its format string
406 Wformat-nonliteral
407 C ObjC C++ ObjC++ Var(warn_format_nonliteral) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
408 Warn about format strings that are not literals
410 Wformat-security
411 C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
412 Warn about possible security problems with format functions
414 Wformat-y2k
415 C ObjC C++ ObjC++ Var(warn_format_y2k) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 2, 0)
416 Warn about strftime formats yielding 2-digit years
418 Wformat-zero-length
419 C ObjC C++ ObjC++ Var(warn_format_zero_length) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1, 0)
420 Warn about zero-length formats
422 Wformat=
423 C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
424 Warn about printf/scanf/strftime/strfmon format string anomalies
426 Wignored-qualifiers
427 C C++ Var(warn_ignored_qualifiers) Warning EnabledBy(Wextra)
428 Warn whenever type qualifiers are ignored.
430 Winit-self
431 C ObjC C++ ObjC++ Var(warn_init_self) Warning LangEnabledBy(C++ ObjC++,Wall)
432 Warn about variables which are initialized to themselves
434 Wimplicit
435 C ObjC Var(warn_implicit) Warning LangEnabledBy(C ObjC,Wall)
436 Warn about implicit declarations
438 Wdouble-promotion
439 C ObjC C++ ObjC++ Var(warn_double_promotion) Warning
440 Warn about implicit conversions from \"float\" to \"double\"
442 Wimplicit-function-declaration
443 C ObjC Var(warn_implicit_function_declaration) Init(-1) Warning LangEnabledBy(C ObjC,Wimplicit)
444 Warn about implicit function declarations
446 Wimplicit-int
447 C ObjC Var(warn_implicit_int) Warning LangEnabledBy(C ObjC,Wimplicit)
448 Warn when a declaration does not specify a type
450 Wimport
451 C ObjC C++ ObjC++ Undocumented Ignore
453 Winherited-variadic-ctor
454 C++ ObjC++ Var(warn_inh_var_ctor) Init(1) Warning
455 Warn about C++11 inheriting constructors when the base has a variadic constructor
457 Wint-to-pointer-cast
458 C ObjC C++ ObjC++ Var(warn_int_to_pointer_cast) Init(1) Warning
459 Warn when there is a cast to a pointer from an integer of a different size
461 Winvalid-offsetof
462 C++ ObjC++ Var(warn_invalid_offsetof) Init(1) Warning
463 Warn about invalid uses of the \"offsetof\" macro
465 Winvalid-pch
466 C ObjC C++ ObjC++ Warning
467 Warn about PCH files that are found but not used
469 Wjump-misses-init
470 C ObjC Var(warn_jump_misses_init) Warning LangEnabledby(C ObjC,Wc++-compat)
471 Warn when a jump misses a variable initialization
473 Wliteral-suffix
474 C++ ObjC++ Warning
475 Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore.
477 Wlogical-op
478 C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning 
479 Warn when a logical operator is suspiciously always evaluating to true or false
481 Wlong-long
482 C ObjC C++ ObjC++ Var(warn_long_long) Init(-1) Warning
483 Do not warn about using \"long long\" when -pedantic
485 Wmain
486 C ObjC C++ ObjC++ Var(warn_main) Init(-1) Warning LangEnabledBy(C ObjC,Wall, 2, 0)
487 Warn about suspicious declarations of \"main\"
489 Wmain
490 LangEnabledBy(C ObjC C++ ObjC++,Wpedantic, 2, 0)
493 Wmissing-braces
494 C ObjC C++ ObjC++ Var(warn_missing_braces) Warning LangEnabledBy(C ObjC,Wall)
495 Warn about possibly missing braces around initializers
497 Wmissing-declarations
498 C ObjC C++ ObjC++ Var(warn_missing_declarations) Warning
499 Warn about global functions without previous declarations
501 Wmissing-field-initializers
502 C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Warning EnabledBy(Wextra)
503 Warn about missing fields in struct initializers
505 Wsizeof-pointer-memaccess
506 C ObjC C++ ObjC++ Var(warn_sizeof_pointer_memaccess) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
508 Wsuggest-attribute=format
509 C ObjC C++ ObjC++ Var(warn_suggest_attribute_format) Warning
510 Warn about functions which might be candidates for format attributes
512 Wswitch
513 C ObjC C++ ObjC++ Var(warn_switch) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
514 Warn about enumerated switches, with no default, missing a case
516 Wswitch-default
517 C ObjC C++ ObjC++ Var(warn_switch_default) Warning
518 Warn about enumerated switches missing a \"default:\" statement
520 Wswitch-enum
521 C ObjC C++ ObjC++ Var(warn_switch_enum) Warning
522 Warn about all enumerated switches missing a specific case
524 Wmissing-format-attribute
525 C ObjC C++ ObjC++ Alias(Wsuggest-attribute=format)
528 Wmissing-include-dirs
529 C ObjC C++ ObjC++ Warning
530 Warn about user-specified include directories that do not exist
532 Wmissing-parameter-type
533 C ObjC Var(warn_missing_parameter_type) Warning EnabledBy(Wextra)
534 Warn about function parameters declared without a type specifier in K&R-style functions
536 Wmissing-prototypes
537 C ObjC Var(warn_missing_prototypes) Warning
538 Warn about global functions without prototypes
540 Wmudflap
541 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
543 Wmultichar
544 C ObjC C++ ObjC++ Warning
545 Warn about use of multi-character character constants
547 Wnarrowing
548 C ObjC C++ ObjC++ Warning Var(warn_narrowing) Init(-1) LangEnabledBy(C++ ObjC++,Wall)
549 Warn about narrowing conversions within { } that are ill-formed in C++11
551 Wnarrowing
552 C ObjC C++ ObjC++ LangEnabledBy(C++ ObjC++,Wc++0x-compat)
555 Wnested-externs
556 C ObjC Var(warn_nested_externs) Warning
557 Warn about \"extern\" declarations not at file scope
559 Wnoexcept
560 C++ ObjC++ Var(warn_noexcept) Warning
561 Warn when a noexcept expression evaluates to false even though the expression can't actually throw
563 Wnon-template-friend
564 C++ ObjC++ Var(warn_nontemplate_friend) Init(1) Warning
565 Warn when non-templatized friend functions are declared within a template
567 Wnon-virtual-dtor
568 C++ ObjC++ Var(warn_nonvdtor) Warning
569 Warn about non-virtual destructors
571 Wnonnull
572 C ObjC C++ ObjC++ Var(warn_nonnull) Warning LangEnabledBy(C ObjC C++ ObjC++,Wformat=,warn_format >= 1,0)
573 Warn about NULL being passed to argument slots marked as requiring non-NULL
575 Wnonnull
576 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
579 Wnormalized=
580 C ObjC C++ ObjC++ Joined Warning
581 -Wnormalized=<id|nfc|nfkc>      Warn about non-normalised Unicode strings
583 Wold-style-cast
584 C++ ObjC++ Var(warn_old_style_cast) Warning
585 Warn if a C-style cast is used in a program
587 Wold-style-declaration
588 C ObjC Var(warn_old_style_declaration) Warning EnabledBy(Wextra)
589 Warn for obsolescent usage in a declaration
591 Wold-style-definition
592 C ObjC Var(warn_old_style_definition) Warning
593 Warn if an old-style parameter definition is used
595 Woverlength-strings
596 C ObjC C++ ObjC++ Var(warn_overlength_strings) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
597 Warn if a string is longer than the maximum portable length specified by the standard
599 Woverloaded-virtual
600 C++ ObjC++ Var(warn_overloaded_virtual) Warning
601 Warn about overloaded virtual function names
603 Woverride-init
604 C ObjC Var(warn_override_init) Warning EnabledBy(Wextra)
605 Warn about overriding initializers without side effects
607 Wpacked-bitfield-compat
608 C ObjC C++ ObjC++ Var(warn_packed_bitfield_compat) Init(-1) Warning
609 Warn about packed bit-fields whose offset changed in GCC 4.4
611 Wparentheses
612 C ObjC C++ ObjC++ Var(warn_parentheses) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
613 Warn about possibly missing parentheses
615 Wpedantic
616 C ObjC C++ ObjC++ Warning
617 ; Documented in common.opt
619 Wpmf-conversions
620 C++ ObjC++ Var(warn_pmf2ptr) Init(1) Warning
621 Warn when converting the type of pointers to member functions
623 Wpointer-arith
624 C ObjC C++ ObjC++ Var(warn_pointer_arith) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
625 Warn about function pointer arithmetic
627 Wpointer-sign
628 C ObjC Var(warn_pointer_sign) Warning LangEnabledBy(C ObjC,Wall)
629 Warn when a pointer differs in signedness in an assignment
631 Wpointer-sign
632 C ObjC LangEnabledBy(C ObjC,Wpedantic)
635 Wpointer-to-int-cast
636 C ObjC Var(warn_pointer_to_int_cast) Init(1) Warning
637 Warn when a pointer is cast to an integer of a different size
639 Wpragmas
640 C ObjC C++ ObjC++ Var(warn_pragmas) Init(1) Warning
641 Warn about misuses of pragmas
643 Wproperty-assign-default
644 ObjC ObjC++ Var(warn_property_assign_default) Init(1) Warning
645 Warn if a property for an Objective-C object has no assign semantics specified
647 Wprotocol
648 ObjC ObjC++ Var(warn_protocol) Init(1) Warning
649 Warn if inherited methods are unimplemented
651 Wredundant-decls
652 C ObjC C++ ObjC++ Var(warn_redundant_decls) Warning
653 Warn about multiple declarations of the same object
655 Wreorder
656 C++ ObjC++ Var(warn_reorder) Warning LangEnabledBy(C++ ObjC++,Wall)
657 Warn when the compiler reorders code
659 Wreturn-local-addr
660 C ObjC C++ ObjC++ Var(warn_return_local_addr) Init(1) Warning
661 Warn about returning a pointer/reference to a local or temporary variable.
663 Wreturn-type
664 C ObjC C++ ObjC++ Var(warn_return_type) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
665 Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)
667 Wselector
668 ObjC ObjC++ Var(warn_selector) Warning
669 Warn if a selector has multiple methods
671 Wsequence-point
672 C ObjC C++ ObjC++ Var(warn_sequence_point) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
673 Warn about possible violations of sequence point rules
675 Wsign-compare
676 C ObjC C++ ObjC++ Var(warn_sign_compare) Warning LangEnabledBy(C++ ObjC++,Wall)
677 Warn about signed-unsigned comparisons
679 Wsign-compare
680 C ObjC C++ ObjC++ EnabledBy(Wextra)
683 Wsign-conversion
684 C ObjC C++ ObjC++ Var(warn_sign_conversion) LangEnabledBy(C ObjC,Wconversion)
685 Warn for implicit type conversions between signed and unsigned integers
687 Wsign-promo
688 C++ ObjC++ Var(warn_sign_promo) Warning
689 Warn when overload promotes from unsigned to signed
691 Wstrict-null-sentinel
692 C++ ObjC++ Warning Var(warn_strict_null_sentinel)
693 Warn about uncasted NULL used as sentinel
695 Wstrict-prototypes
696 C ObjC Var(warn_strict_prototypes) Warning
697 Warn about unprototyped function declarations
699 Wstrict-aliasing=
700 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 3, 0)
703 Wstrict-overflow=
704 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
707 Wstrict-selector-match
708 ObjC ObjC++ Var(warn_strict_selector_match) Warning
709 Warn if type signatures of candidate methods do not match exactly
711 Wsync-nand
712 C C++ Var(warn_sync_nand) Init(1) Warning
713 Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used
715 Wsynth
716 C++ ObjC++ Var(warn_synth) Warning
717 Deprecated.  This switch has no effect
719 Wsystem-headers
720 C ObjC C++ ObjC++ Warning
721 ; Documented in common.opt
723 Wtraditional
724 C ObjC Var(warn_traditional) Warning
725 Warn about features not present in traditional C
727 Wtraditional-conversion
728 C ObjC Var(warn_traditional_conversion) Warning
729 Warn of prototypes causing type conversions different from what would happen in the absence of prototype
731 Wtrigraphs
732 C ObjC C++ ObjC++ Warning
733 Warn if trigraphs are encountered that might affect the meaning of the program
735 Wundeclared-selector
736 ObjC ObjC++ Var(warn_undeclared_selector) Warning
737 Warn about @selector()s without previously declared methods
739 Wundef
740 C ObjC C++ ObjC++ Warning
741 Warn if an undefined macro is used in an #if directive
743 Wuninitialized
744 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
747 Wmaybe-uninitialized
748 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
751 Wunknown-pragmas
752 C ObjC C++ ObjC++ Warning Var(warn_unknown_pragmas) LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0)
753 Warn about unrecognized pragmas
755 Wunsuffixed-float-constants
756 C ObjC Var(warn_unsuffixed_float_constants) Warning
757 Warn about unsuffixed float constants
759 Wunused
760 C ObjC C++ ObjC++ LangEnabledBy(C ObjC C++ ObjC++,Wall)
761 ; documented in common.opt
763 Wunused-local-typedefs
764 C ObjC C++ ObjC++ Var(warn_unused_local_typedefs) Warning EnabledBy(Wunused)
765 Warn when typedefs locally defined in a function are not used
767 Wunused-macros
768 C ObjC C++ ObjC++ Var(cpp_warn_unused_macros) Warning
769 Warn about macros defined in the main file that are not used
771 Wunused-result
772 C ObjC C++ ObjC++ Var(warn_unused_result) Init(1) Warning
773 Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value
775 Wvariadic-macros
776 C ObjC C++ ObjC++ Var(cpp_warn_variadic_macros) Init(1) Warning
777 Warn about using variadic macros
779 Wvarargs
780 C ObjC C++ ObjC++ Warning Var(warn_varargs) Init(1)
781 Warn about questionable usage of the macros used to retrieve variable arguments
783 Wvla
784 C ObjC C++ ObjC++ Var(warn_vla) Init(-1) Warning
785 Warn if a variable length array is used
787 Wvolatile-register-var
788 C ObjC C++ ObjC++ Var(warn_volatile_register_var) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
789 Warn when a register variable is declared volatile
791 Wvirtual-move-assign
792 C++ ObjC++ Var(warn_virtual_move_assign) Warning Init(1)
793 Warn if a virtual base has a non-trivial move assignment operator
795 Wwrite-strings
796 C ObjC C++ ObjC++ Var(warn_write_strings) Warning
797 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.
799 Wzero-as-null-pointer-constant
800 C++ ObjC++ Var(warn_zero_as_null_pointer_constant) Warning
801 Warn when a literal '0' is used as null pointer
803 Wuseless-cast
804 C++ ObjC++ Var(warn_useless_cast) Warning
805 Warn about useless casts
807 ansi
808 C ObjC C++ ObjC++
809 A synonym for -std=c89 (for C) or -std=c++98 (for C++)
812 C ObjC C++ ObjC++ Joined
813 ; Documented in common.opt.  FIXME - what about -dI, -dD, -dN and -dD?
815 faccess-control
816 C++ ObjC++ Var(flag_access_control) Init(1)
817 Enforce class member access control semantics
819 fada-spec-parent=
820 C ObjC C++ ObjC++ RejectNegative Joined Var(ada_specs_parent)
821 -fada-spec-parent=unit  Dump Ada specs as child units of given parent
823 fall-virtual
824 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
826 fallow-parameterless-variadic-functions
827 C ObjC Var(flag_allow_parameterless_variadic_functions)
828 Allow variadic functions without named parameter
830 falt-external-templates
831 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
832 No longer supported
834 fasm
835 C ObjC C++ ObjC++ Var(flag_no_asm, 0)
836 Recognize the \"asm\" keyword
838 ; Define extra predefined macros for use in libgcc.
839 fbuilding-libgcc
840 C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc)
842 fbuiltin
843 C ObjC C++ ObjC++ Var(flag_no_builtin, 0)
844 Recognize built-in functions
846 fbuiltin-
847 C ObjC C++ ObjC++ Joined
849 fcanonical-system-headers
850 C ObjC C++ ObjC++
851 Where shorter, use canonicalized paths to systems headers.
853 fcilkplus
854 C ObjC C++ ObjC++ LTO Report Var(flag_enable_cilkplus) Init(0)
855 Enable Cilk Plus
857 fcond-mismatch
858 C ObjC C++ ObjC++
859 Allow the arguments of the '?' operator to have different types
861 fconserve-space
862 C++ ObjC++ Var(flag_conserve_space)
863 Does nothing.  Preserved for backward compatibility.
865 fconstant-string-class=
866 ObjC ObjC++ Joined MissingArgError(no class name specified with %qs)
867 -fconst-string-class=<name>     Use class <name> for constant strings
869 fconstexpr-depth=
870 C++ ObjC++ Joined RejectNegative UInteger Var(max_constexpr_depth) Init(512)
871 -fconstexpr-depth=<number>      Specify maximum constexpr recursion depth
873 fdebug-cpp
874 C ObjC C++ ObjC++
875 Emit debug annotations during preprocessing
877 fdeduce-init-list
878 C++ ObjC++ Var(flag_deduce_init_list) Init(0)
879 -fdeduce-init-list      enable deduction of std::initializer_list for a template type parameter from a brace-enclosed initializer-list
881 fdefault-inline
882 C++ ObjC++ Ignore
883 Does nothing.  Preserved for backward compatibility.
885 fdirectives-only
886 C ObjC C++ ObjC++
887 Preprocess directives only.
889 fdollars-in-identifiers
890 C ObjC C++ ObjC++
891 Permit '$' as an identifier character
893 fdump-ada-spec
894 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec)
895 Write all declarations as Ada code transitively
897 fdump-ada-spec-slim
898 C ObjC C++ ObjC++ RejectNegative Var(flag_dump_ada_spec_slim)
899 Write all declarations as Ada code for the given file only
901 felide-constructors
902 C++ ObjC++ Var(flag_elide_constructors) Init(1)
904 fenforce-eh-specs
905 C++ ObjC++ Var(flag_enforce_eh_specs) Init(1)
906 Generate code to check exception specifications
908 fenum-int-equiv
909 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
911 fexec-charset=
912 C ObjC C++ ObjC++ Joined RejectNegative
913 -fexec-charset=<cset>   Convert all strings and character constants to character set <cset>
915 fextended-identifiers
916 C ObjC C++ ObjC++
917 Permit universal character names (\\u and \\U) in identifiers
919 finput-charset=
920 C ObjC C++ ObjC++ Joined RejectNegative
921 -finput-charset=<cset>  Specify the default character set for source files
923 fextern-tls-init
924 C++ ObjC++ Var(flag_extern_tls_init) Init(-1)
925 Support dynamic initialization of thread-local variables in a different translation unit
927 fexternal-templates
928 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
930 ffor-scope
931 C++ ObjC++ Var(flag_new_for_scope) Init(1)
932 Scope of for-init-statement variables is local to the loop
934 ffreestanding
935 C ObjC C++ ObjC++
936 Do not assume that standard C libraries and \"main\" exist
938 fgnu-keywords
939 C++ ObjC++ Var(flag_no_gnu_keywords, 0)
940 Recognize GNU-defined keywords
942 fgnu-runtime
943 ObjC ObjC++ LTO Report RejectNegative Var(flag_next_runtime,0) Init(NEXT_OBJC_RUNTIME)
944 Generate code for GNU runtime environment
946 fgnu89-inline
947 C ObjC Var(flag_gnu89_inline) Init(-1)
948 Use traditional GNU semantics for inline functions
950 fguiding-decls
951 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
953 fhandle-exceptions
954 C++ ObjC++ Optimization Alias(fexceptions) Warn({-fhandle-exceptions has been renamed -fexceptions (and is now on by default)})
956 fhonor-std
957 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
959 fhosted
960 C ObjC
961 Assume normal C execution environment
963 fhuge-objects
964 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
965 No longer supported
967 fimplement-inlines
968 C++ ObjC++ Var(flag_implement_inlines) Init(1)
969 Export functions even if they can be inlined
971 fimplicit-inline-templates
972 C++ ObjC++ Var(flag_implicit_inline_templates) Init(1)
973 Emit implicit instantiations of inline templates
975 fimplicit-templates
976 C++ ObjC++ Var(flag_implicit_templates) Init(1)
977 Emit implicit instantiations of templates
979 ffriend-injection
980 C++ ObjC++ Var(flag_friend_injection)
981 Inject friend functions into enclosing namespace
983 fkeep-inline-dllexport
984 C C++ ObjC ObjC++ Var(flag_keep_inline_dllexport) Init(1) Report Condition(TARGET_DLLIMPORT_DECL_ATTRIBUTES)
985 Don't emit dllexported inline functions unless needed
987 flabels-ok
988 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
990 flax-vector-conversions
991 C ObjC C++ ObjC++ Var(flag_lax_vector_conversions)
992 Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types.
994 fms-extensions
995 C ObjC C++ ObjC++ Var(flag_ms_extensions)
996 Don't warn about uses of Microsoft extensions
998 fmudflap
999 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1001 fmudflapth
1002 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1004 fmudflapir
1005 C ObjC C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
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++ LTO 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++ LTO 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++ LTO 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 fopenacc
1069 C ObjC C++ ObjC++ Var(flag_openacc)
1070 Enable OpenACC
1072 fopenmp
1073 C ObjC C++ ObjC++ Var(flag_openmp)
1074 Enable OpenMP (implies -frecursive in Fortran)
1076 foperator-names
1077 C++ ObjC++
1078 Recognize C++ keywords like \"compl\" and \"xor\"
1080 foptional-diags
1081 C++ ObjC++ Ignore
1082 Does nothing.  Preserved for backward compatibility.
1084 fpch-deps
1085 C ObjC C++ ObjC++
1087 fpch-preprocess
1088 C ObjC C++ ObjC++
1089 Look for and use PCH files even when preprocessing
1091 fpermissive
1092 C++ ObjC++ Var(flag_permissive)
1093 Downgrade conformance errors to warnings
1095 fplan9-extensions
1096 C ObjC Var(flag_plan9_extensions)
1097 Enable Plan 9 language extensions
1099 fpreprocessed
1100 C ObjC C++ ObjC++
1101 Treat the input file as already preprocessed
1103 ftrack-macro-expansion
1104 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1105 ; converted into ftrack-macro-expansion=
1107 ftrack-macro-expansion=
1108 C ObjC C++ ObjC++ JoinedOrMissing RejectNegative UInteger
1109 -ftrack-macro-expansion=<0|1|2>  Track locations of tokens coming from macro expansion and display them in error messages
1111 fpretty-templates
1112 C++ ObjC++ Var(flag_pretty_templates) Init(1)
1113 -fno-pretty-templates Do not pretty-print template specializations as the template signature followed by the arguments
1115 freplace-objc-classes
1116 ObjC ObjC++ LTO Var(flag_replace_objc_classes)
1117 Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
1119 frepo
1120 C++ ObjC++
1121 Enable automatic template instantiation
1123 frtti
1124 C++ ObjC++ Optimization Var(flag_rtti) Init(1)
1125 Generate run time type descriptor information
1127 fshort-double
1128 C ObjC C++ ObjC++ Optimization Var(flag_short_double)
1129 Use the same size for double as for float
1131 fshort-enums
1132 C ObjC C++ ObjC++ Optimization Var(flag_short_enums)
1133 Use the narrowest integer type possible for enumeration types
1135 fshort-wchar
1136 C ObjC C++ ObjC++ Optimization Var(flag_short_wchar)
1137 Force the underlying type for \"wchar_t\" to be \"unsigned short\"
1139 fsigned-bitfields
1140 C ObjC C++ ObjC++ Var(flag_signed_bitfields) Init(1)
1141 When \"signed\" or \"unsigned\" is not given make the bitfield signed
1143 fsigned-char
1144 C ObjC C++ ObjC++ LTO Var(flag_signed_char)
1145 Make \"char\" signed by default
1147 fsquangle
1148 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1150 fstats
1151 C++ ObjC++ Var(flag_detailed_statistics)
1152 Display statistics accumulated during compilation
1154 fstrict-enums
1155 C++ ObjC++ Optimization Var(flag_strict_enums)
1156 Assume that values of enumeration type are always within the minimum range of that type
1158 fstrict-prototype
1159 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1161 ftabstop=
1162 C ObjC C++ ObjC++ Joined RejectNegative UInteger
1163 -ftabstop=<number>      Distance between tab stops for column reporting
1165 ftemplate-backtrace-limit=
1166 C++ ObjC++ Joined RejectNegative UInteger Var(template_backtrace_limit) Init(10)
1167 Set the maximum number of template instantiation notes for a single warning or error
1169 ftemplate-depth-
1170 C++ ObjC++ Joined RejectNegative Undocumented Alias(ftemplate-depth=)
1172 ftemplate-depth=
1173 C++ ObjC++ Joined RejectNegative UInteger
1174 -ftemplate-depth=<number>       Specify maximum template instantiation depth
1176 fthis-is-variable
1177 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1179 fthreadsafe-statics
1180 C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
1181 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
1183 funsigned-bitfields
1184 C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
1185 When \"signed\" or \"unsigned\" is not given make the bitfield unsigned
1187 funsigned-char
1188 C ObjC C++ ObjC++ LTO Var(flag_signed_char, 0)
1189 Make \"char\" unsigned by default
1191 fuse-cxa-atexit
1192 C++ ObjC++ Var(flag_use_cxa_atexit) Init(DEFAULT_USE_CXA_ATEXIT)
1193 Use __cxa_atexit to register destructors
1195 fuse-cxa-get-exception-ptr
1196 C++ ObjC++ Var(flag_use_cxa_get_exception_ptr) Init(2)
1197 Use __cxa_get_exception_ptr in exception handling
1199 fvisibility-inlines-hidden
1200 C++ ObjC++
1201 Marks all inlined functions and methods as having hidden visibility
1203 fvisibility-ms-compat
1204 C++ ObjC++ Var(flag_visibility_ms_compat)
1205 Changes visibility to match Microsoft Visual Studio by default
1207 fvtable-gc
1208 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1209 No longer supported
1211 fvtable-thunks
1212 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1213 No longer supported
1215 fweak
1216 C++ ObjC++ Var(flag_weak) Init(1)
1217 Emit common-like symbols as weak symbols
1219 fwide-exec-charset=
1220 C ObjC C++ ObjC++ Joined RejectNegative
1221 -fwide-exec-charset=<cset>      Convert all wide strings and character constants to character set <cset>
1223 fworking-directory
1224 C ObjC C++ ObjC++ Var(flag_working_directory) Init(-1)
1225 Generate a #line directive pointing at the current working directory
1227 fxref
1228 C++ ObjC++ Ignore Warn(switch %qs is no longer supported)
1229 No longer supported
1231 fzero-link
1232 ObjC ObjC++ Var(flag_zero_link)
1233 Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
1235 gen-decls
1236 ObjC ObjC++ Var(flag_gen_declaration)
1237 Dump declarations to a .decl file
1239 femit-struct-debug-baseonly
1240 C ObjC C++ ObjC++
1241 -femit-struct-debug-baseonly    Aggressive reduced debug info for structs
1243 femit-struct-debug-reduced
1244 C ObjC C++ ObjC++
1245 -femit-struct-debug-reduced     Conservative reduced debug info for structs
1247 femit-struct-debug-detailed=
1248 C ObjC C++ ObjC++ Joined
1249 -femit-struct-debug-detailed=<spec-list>        Detailed reduced debug info for structs
1251 fext-numeric-literals
1252 C++ ObjC++ 
1253 Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding
1254 number literal rather than a user-defined number literal.
1256 idirafter
1257 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1258 -idirafter <dir>        Add <dir> to the end of the system include path
1260 imacros
1261 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1262 -imacros <file> Accept definition of macros in <file>
1264 imultilib
1265 C ObjC C++ ObjC++ Joined Separate
1266 -imultilib <dir>        Set <dir> to be the multilib include subdirectory
1268 include
1269 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing filename after %qs)
1270 -include <file> Include the contents of <file> before other files
1272 iprefix
1273 C ObjC C++ ObjC++ Joined Separate
1274 -iprefix <path> Specify <path> as a prefix for next two options
1276 isysroot
1277 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1278 -isysroot <dir> Set <dir> to be the system root directory
1280 isystem
1281 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1282 -isystem <dir>  Add <dir> to the start of the system include path
1284 iquote
1285 C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
1286 -iquote <dir>   Add <dir> to the end of the quote include path
1288 iwithprefix
1289 C ObjC C++ ObjC++ Joined Separate
1290 -iwithprefix <dir>      Add <dir> to the end of the system include path
1292 iwithprefixbefore
1293 C ObjC C++ ObjC++ Joined Separate
1294 -iwithprefixbefore <dir>        Add <dir> to the end of the main include path
1296 lang-asm
1297 C Undocumented RejectDriver
1299 no-integrated-cpp
1300 Driver
1302 nostdinc
1303 C ObjC C++ ObjC++
1304 Do not search standard system include directories (those specified with -isystem will still be used)
1306 nostdinc++
1307 C++ ObjC++
1308 Do not search standard system include directories for C++
1311 C ObjC C++ ObjC++ Joined Separate
1312 ; Documented in common.opt
1314 pedantic
1315 C ObjC C++ ObjC++ Alias(Wpedantic)
1316 ; Documented in common.opt
1318 print-objc-runtime-info
1319 ObjC ObjC++
1320 Generate C header of platform-specific features
1322 remap
1323 C ObjC C++ ObjC++
1324 Remap file names when including files
1326 std=c++98
1327 C++ ObjC++
1328 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
1330 std=c++03
1331 C++ ObjC++ Alias(std=c++98)
1332 Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum
1334 std=c++11
1335 C++ ObjC++
1336 Conform to the ISO 2011 C++ standard (experimental and incomplete support)
1338 std=c++0x
1339 C++ ObjC++ Alias(std=c++11)
1340 Deprecated in favor of -std=c++11
1342 std=c++1y
1343 C++ ObjC++
1344 Conform to the ISO 201y(7?) C++ draft standard (experimental and incomplete support)
1346 std=c11
1347 C ObjC
1348 Conform to the ISO 2011 C standard (experimental and incomplete support)
1350 std=c1x
1351 C ObjC Alias(std=c11)
1352 Deprecated in favor of -std=c11
1354 std=c89
1355 C ObjC Alias(std=c90)
1356 Conform to the ISO 1990 C standard
1358 std=c90
1359 C ObjC
1360 Conform to the ISO 1990 C standard
1362 std=c99
1363 C ObjC
1364 Conform to the ISO 1999 C standard
1366 std=c9x
1367 C ObjC Alias(std=c99)
1368 Deprecated in favor of -std=c99
1370 std=gnu++98
1371 C++ ObjC++
1372 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1373 corrigendum with GNU extensions
1375 std=gnu++03
1376 C++ ObjC++ Alias(std=gnu++98)
1377 Conform to the ISO 1998 C++ standard revised by the 2003 technical
1378 corrigendum with GNU extensions
1380 std=gnu++11
1381 C++ ObjC++
1382 Conform to the ISO 2011 C++ standard with GNU extensions (experimental and incomplete support)
1384 std=gnu++0x
1385 C++ ObjC++ Alias(std=gnu++11)
1386 Deprecated in favor of -std=gnu++11
1388 std=gnu++1y
1389 C++ ObjC++
1390 Conform to the ISO 201y(7?) C++ draft standard with GNU extensions (experimental and incomplete support)
1392 std=gnu11
1393 C ObjC
1394 Conform to the ISO 2011 C standard with GNU extensions (experimental and incomplete support)
1396 std=gnu1x
1397 C ObjC Alias(std=gnu11)
1398 Deprecated in favor of -std=gnu11
1400 std=gnu89
1401 C ObjC Alias(std=gnu90)
1402 Conform to the ISO 1990 C standard with GNU extensions
1404 std=gnu90
1405 C ObjC
1406 Conform to the ISO 1990 C standard with GNU extensions
1408 std=gnu99
1409 C ObjC
1410 Conform to the ISO 1999 C standard with GNU extensions
1412 std=gnu9x
1413 C ObjC Alias(std=gnu99)
1414 Deprecated in favor of -std=gnu99
1416 std=iso9899:1990
1417 C ObjC Alias(std=c90)
1418 Conform to the ISO 1990 C standard
1420 std=iso9899:199409
1421 C ObjC
1422 Conform to the ISO 1990 C standard as amended in 1994
1424 std=iso9899:1999
1425 C ObjC Alias(std=c99)
1426 Conform to the ISO 1999 C standard
1428 std=iso9899:199x
1429 C ObjC Alias(std=c99)
1430 Deprecated in favor of -std=iso9899:1999
1432 std=iso9899:2011
1433 C ObjC Alias(std=c11)
1434 Conform to the ISO 2011 C standard (experimental and incomplete support)
1436 traditional
1437 Driver
1439 traditional-cpp
1440 C ObjC C++ ObjC++
1441 Enable traditional preprocessing
1443 trigraphs
1444 C ObjC C++ ObjC++
1445 -trigraphs      Support ISO C trigraphs
1447 undef
1448 C ObjC C++ ObjC++ Var(flag_undef)
1449 Do not predefine system-specific and GCC-specific macros
1452 C ObjC C++ ObjC++
1453 ; Documented in common.opt
1456 C ObjC C++ ObjC++
1457 ; Documented in common.opt
1459 ; This comment is to ensure we retain the blank line above.