1 ; Options for the C, ObjC, C++ and ObjC++ front ends.
2 ; Copyright (C) 2003, 2004, 2005, 2006 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 2, or (at your option) any later
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
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING. If not, write to the Free
18 ; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
21 ; See the GCC internals manual for a description of this file's format.
24 ; Please try to keep this file in ASCII collating order.
39 C ObjC C++ ObjC++ Joined Separate
42 C ObjC C++ ObjC++ Joined Separate
43 -A<question>=<answer> Assert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>
47 Do not discard comments
51 Do not discard comments in macro expansions
54 C ObjC C++ ObjC++ Joined Separate
55 -D<macro>[=<val>] Define a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1
58 C ObjC C++ ObjC++ Undocumented
61 C ObjC C++ ObjC++ Joined Separate
62 -F <dir> Add <dir> to the end of the main framework include path
66 Print the name of header files as they are used
69 C ObjC C++ ObjC++ Joined Separate
70 -I <dir> Add <dir> to the end of the main include path
74 Generate make dependencies
77 C ObjC C++ ObjC++ Separate
78 Generate make dependencies and compile
81 C ObjC C++ ObjC++ Joined Separate
82 -MF <file> Write dependency output to the given file
86 Treat missing header files as generated files
90 Like -M but ignore system header files
93 C ObjC C++ ObjC++ Separate
94 Like -MD but ignore system header files
98 Generate phony targets for all headers
101 C ObjC C++ ObjC++ Joined Separate
102 -MQ <target> Add a MAKE-quoted target
105 C ObjC C++ ObjC++ Joined Separate
106 -MT <target> Add an unquoted target
110 Do not generate #line directives
113 C ObjC C++ ObjC++ Joined Separate
114 -U<macro> Undefine <macro>
117 C++ ObjC++ Var(warn_abi)
118 Warn about things that will change when compiling with an ABI-compliant compiler
121 C ObjC C++ ObjC++ Var(warn_address)
122 Warn about suspicious uses of memory addresses
126 Enable most warning messages
129 ObjC ObjC++ Var(warn_assign_intercept)
130 Warn whenever an Objective-C assignment is being intercepted by the garbage collector
133 C ObjC Var(warn_bad_function_cast)
134 Warn about casting functions to incompatible types
137 C ObjC Var(warn_cxx_compat)
138 Warn about C constructs that are not in the common subset of C and C++
142 C ObjC C++ ObjC++ Var(warn_cast_qual)
143 Warn about casts which discard qualifiers
146 C ObjC C++ ObjC++ Var(warn_char_subscripts)
147 Warn about subscripts whose type is \"char\"
151 Warn about possibly nested block comments, and C++ comments spanning more than one physical line
155 Synonym for -Wcomment
158 C ObjC C++ ObjC++ Var(warn_conversion)
159 Warn about possibly confusing type conversions
162 C++ ObjC++ Var(warn_ctor_dtor_privacy)
163 Warn when all constructors and destructors are private
165 Wdeclaration-after-statement
166 C ObjC Var(warn_declaration_after_statement)
167 Warn when a declaration is found after a statement
170 C++ ObjC++ Var(warn_deprecated) Init(1)
171 Warn about deprecated compiler features
174 C ObjC C++ ObjC++ Var(warn_div_by_zero) Init(1)
175 Warn about compile-time integer division by zero
178 C++ ObjC++ Var(warn_ecpp)
179 Warn about violations of Effective C++ style rules
183 Warn about stray tokens after #elif and #endif
187 ; Documented in common.opt
189 Werror-implicit-function-declaration
190 C ObjC RejectNegative
191 Make implicit function declarations an error
194 C ObjC C++ ObjC++ Var(warn_float_equal)
195 Warn if testing floating point numbers for equality
199 Warn about printf/scanf/strftime/strfmon format string anomalies
202 C ObjC C++ ObjC++ Var(warn_format_extra_args)
203 Warn if passing too many arguments to a function for its format string
206 C ObjC C++ ObjC++ Var(warn_format_nonliteral)
207 Warn about format strings that are not literals
210 C ObjC C++ ObjC++ Var(warn_format_security)
211 Warn about possible security problems with format functions
214 C ObjC C++ ObjC++ Var(warn_format_y2k)
215 Warn about strftime formats yielding 2-digit years
218 C ObjC Var(warn_format_zero_length)
219 Warn about zero-length formats
222 C ObjC C++ ObjC++ Joined
225 C ObjC C++ ObjC++ Var(warn_init_self)
226 Warn about variables which are initialized to themselves
231 Wimplicit-function-declaration
232 C ObjC Var(mesg_implicit_function_declaration) Init(-1)
233 Warn about implicit function declarations
236 C ObjC Var(warn_implicit_int)
237 Warn when a declaration does not specify a type
241 Deprecated. This switch has no effect
244 C ObjC Var(warn_int_to_pointer_cast) Init(1)
245 Warn when there is a cast to a pointer from an integer of a different size
248 C++ ObjC++ Var(warn_invalid_offsetof) Init(1)
249 Warn about invalid uses of the \"offsetof\" macro
253 Warn about PCH files that are found but not used
256 C ObjC C++ ObjC++ Var(warn_long_long) Init(1)
257 Do not warn about using \"long long\" when -pedantic
261 Warn about suspicious declarations of \"main\"
264 C ObjC C++ ObjC++ Var(warn_missing_braces)
265 Warn about possibly missing braces around initializers
267 Wmissing-declarations
268 C ObjC Var(warn_missing_declarations)
269 Warn about global functions without previous declarations
271 Wmissing-field-initializers
272 C ObjC C++ ObjC++ Var(warn_missing_field_initializers) Init(-1)
273 Warn about missing fields in struct initializers
275 Wmissing-format-attribute
276 C ObjC C++ ObjC++ Var(warn_missing_format_attribute)
277 Warn about functions which might be candidates for format attributes
279 Wmissing-include-dirs
281 Warn about user-specified include directories that do not exist
284 C ObjC Var(warn_missing_prototypes)
285 Warn about global functions without prototypes
289 Warn about use of multi-character character constants
292 C ObjC Var(warn_nested_externs)
293 Warn about \"extern\" declarations not at file scope
296 C++ ObjC++ Var(warn_nontemplate_friend) Init(1)
297 Warn when non-templatized friend functions are declared within a template
300 C++ ObjC++ Var(warn_nonvdtor)
301 Warn about non-virtual destructors
304 C ObjC Var(warn_nonnull)
305 Warn about NULL being passed to argument slots marked as requiring non-NULL
308 C ObjC C++ ObjC++ Joined
309 -Wnormalized=<id|nfc|nfkc> Warn about non-normalised Unicode strings
312 C++ ObjC++ Var(warn_old_style_cast)
313 Warn if a C-style cast is used in a program
315 Wold-style-definition
316 C ObjC Var(warn_old_style_definition)
317 Warn if an old-style parameter definition is used
320 C ObjC C++ ObjC++ Var(warn_overlength_strings) Init(-1)
321 Warn if a string is longer than the maximum portable length specified by the standard
324 C++ ObjC++ Var(warn_overloaded_virtual)
325 Warn about overloaded virtual function names
328 C ObjC Var(warn_override_init) Init(-1)
329 Warn about overriding initializers without side effects
332 C ObjC C++ ObjC++ Var(warn_parentheses)
333 Warn about possibly missing parentheses
336 C++ ObjC++ Var(warn_pmf2ptr) Init(1)
337 Warn when converting the type of pointers to member functions
340 C ObjC C++ ObjC++ Var(warn_pointer_arith)
341 Warn about function pointer arithmetic
344 C ObjC Var(warn_pointer_to_int_cast) Init(1)
345 Warn when a pointer is cast to an integer of a different size
348 C ObjC C++ ObjC++ Var(warn_pragmas) Init(1)
349 Warn about misuses of pragmas
352 ObjC ObjC++ Var(warn_protocol) Init(1)
353 Warn if inherited methods are unimplemented
356 C ObjC C++ ObjC++ Var(warn_redundant_decls)
357 Warn about multiple declarations of the same object
360 C++ ObjC++ Var(warn_reorder)
361 Warn when the compiler reorders code
364 C ObjC C++ ObjC++ Var(warn_return_type)
365 Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)
368 ObjC ObjC++ Var(warn_selector)
369 Warn if a selector has multiple methods
372 C ObjC C++ ObjC++ Var(warn_sequence_point)
373 Warn about possible violations of sequence point rules
376 C ObjC C++ ObjC++ Var(warn_sign_compare) Init(-1)
377 Warn about signed-unsigned comparisons
380 C++ ObjC++ Var(warn_sign_promo)
381 Warn when overload promotes from unsigned to signed
383 Wstrict-null-sentinel
385 Warn about uncasted NULL used as sentinel
388 C ObjC Var(warn_strict_prototypes)
389 Warn about unprototyped function declarations
391 Wstrict-selector-match
392 ObjC ObjC++ Var(warn_strict_selector_match)
393 Warn if type signatures of candidate methods do not match exactly
396 C++ ObjC++ Var(warn_synth)
397 Warn when synthesis behavior differs from Cfront
401 Do not suppress warnings from system headers
404 C ObjC Var(warn_traditional)
405 Warn about features not present in traditional C
409 Warn if trigraphs are encountered that might affect the meaning of the program
412 ObjC ObjC++ Var(warn_undeclared_selector)
413 Warn about @selector()s without previously declared methods
417 Warn if an undefined macro is used in an #if directive
421 Warn about unrecognized pragmas
425 Warn about macros defined in the main file that are not used
429 Do not warn about using variadic macros when -pedantic
432 C ObjC C++ ObjC++ Var(warn_write_strings)
433 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.
436 C ObjC Var(warn_pointer_sign) Init(-1)
437 Warn when a pointer differs in signedness in an assignment
441 A synonym for -std=c89 (for C) or -std=c++98 (for C++)
444 C ObjC C++ ObjC++ Joined
445 ; Documented in common.opt. FIXME - what about -dI, -dD, -dN and -dD?
449 Enforce class member access control semantics
454 falt-external-templates
456 Change when template instances are emitted
460 Recognize the \"asm\" keyword
464 Recognize built-in functions
467 C ObjC C++ ObjC++ Joined
471 Check the return value of new
475 Allow the arguments of the '?' operator to have different types
479 Reduce the size of object files
481 fconstant-string-class=
483 -fconst-string-class=<name> Use class <name> for constant strings
487 Inline member functions by default
489 fdollars-in-identifiers
491 Permit '$' as an identifier character
498 Generate code to check exception specifications
504 C ObjC C++ ObjC++ Joined RejectNegative
505 -fexec-charset=<cset> Convert all strings and character constants to character set <cset>
507 fextended-identifiers
509 Permit universal character names (\\u and \\U) in identifiers
512 C ObjC C++ ObjC++ Joined RejectNegative
513 -finput-charset=<cset> Specify the default character set for source files
521 Scope of for-init-statement variables is local to the loop
525 Do not assume that standard C libraries and \"main\" exist
529 Recognize GNU-defined keywords
533 Generate code for GNU runtime environment
536 C ObjC Var(flag_gnu89_inline) Init(-1)
537 Use traditional GNU semantics for inline functions
550 Assume normal C execution environment
554 Enable support for huge objects
558 Export functions even if they can be inlined
560 fimplicit-inline-templates
562 Emit implicit instantiations of inline templates
566 Emit implicit instantiations of templates
569 C++ ObjC++ Var(flag_friend_injection)
570 Inject friend functions into enclosing namespace
577 Don't warn about uses of Microsoft extensions
579 fname-mangling-version-
587 Generate code for NeXT (Apple Mac OS X) runtime environment
591 Assume that receivers of Objective-C messages may be nil
599 ; Generate special '- .cxx_construct' and '- .cxx_destruct' methods
600 ; to initialize any non-POD ivars in Objective-C++ classes.
601 fobjc-call-cxx-cdtors
602 ObjC++ Var(flag_objc_call_cxx_cdtors)
603 Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed
605 fobjc-direct-dispatch
606 ObjC ObjC++ Var(flag_objc_direct_dispatch)
607 Allow fast jumps to the message dispatcher
609 ; Nonzero means that we will allow new ObjC exception syntax (@throw,
610 ; @try, etc.) in source code.
612 ObjC ObjC++ Var(flag_objc_exceptions)
613 Enable Objective-C exception and synchronization syntax
616 ObjC ObjC++ Var(flag_objc_gc)
617 Enable garbage collection (GC) in Objective-C/Objective-C++ programs
619 ; Nonzero means that we generate NeXT setjmp based exceptions.
620 fobjc-sjlj-exceptions
621 ObjC ObjC++ Var(flag_objc_sjlj_exceptions) Init(-1)
622 Enable Objective-C setjmp exception handling runtime
625 C ObjC C++ ObjC++ Var(flag_openmp)
630 Recognize C++ kewords like \"compl\" and \"xor\"
634 Enable optional diagnostics
641 Look for and use PCH files even when preprocessing
645 Downgrade conformance errors to warnings
649 Treat the input file as already preprocessed
651 freplace-objc-classes
653 Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime
657 Enable automatic template instantiation
661 Generate run time type descriptor information
665 Use the same size for double as for float
669 Use the narrowest integer type possible for enumeration types
673 Force the underlying type for \"wchar_t\" to be \"unsigned short\"
677 When \"signed\" or \"unsigned\" is not given make the bitfield signed
681 Make \"char\" signed by default
688 Display statistics accumulated during compilation
694 C ObjC C++ ObjC++ Joined RejectNegative UInteger
695 -ftabstop=<number> Distance between tab stops for column reporting
698 C++ ObjC++ Joined RejectNegative UInteger
699 -ftemplate-depth-<number> Specify maximum template instantiation depth
706 -fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
710 When \"signed\" or \"unsigned\" is not given make the bitfield unsigned
714 Make \"char\" unsigned by default
718 Use __cxa_atexit to register destructors
720 fuse-cxa-get-exception-ptr
722 Use __cxa_get_exception_ptr in exception handling
724 fvisibility-inlines-hidden
726 Marks all inlined methods as having hidden visibility
730 Discard unused virtual functions
734 Implement vtables using thunks
738 Emit common-like symbols as weak symbols
741 C ObjC C++ ObjC++ Joined RejectNegative
742 -fwide-exec-charset=<cset> Convert all wide strings and character constants to character set <cset>
746 Generate a #line directive pointing at the current working directory
750 Emit cross referencing information
754 Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode
758 Dump declarations to a .decl file
761 C ObjC C++ ObjC++ Joined Separate
762 -idirafter <dir> Add <dir> to the end of the system include path
765 C ObjC C++ ObjC++ Joined Separate
766 -imacros <file> Accept definition of macros in <file>
769 C ObjC C++ ObjC++ Joined Separate
770 -imultilib <dir> Set <dir> to be the multilib include subdirectory
773 C ObjC C++ ObjC++ Joined Separate
774 -include <file> Include the contents of <file> before other files
777 C ObjC C++ ObjC++ Joined Separate
778 -iprefix <path> Specify <path> as a prefix for next two options
781 C ObjC C++ ObjC++ Joined Separate
782 -isysroot <dir> Set <dir> to be the system root directory
785 C ObjC C++ ObjC++ Joined Separate
786 -isystem <dir> Add <dir> to the start of the system include path
789 C ObjC C++ ObjC++ Joined Separate
790 -iquote <dir> Add <dir> to the end of the quote include path
793 C ObjC C++ ObjC++ Joined Separate
794 -iwithprefix <dir> Add <dir> to the end of the system include path
797 C ObjC C++ ObjC++ Joined Separate
798 -iwithprefixbefore <dir> Add <dir> to the end of the main include path
807 C ObjC C++ ObjC++ Undocumented
811 Do not search standard system include directories (those specified with -isystem will still be used)
815 Do not search standard system include directories for C++
818 C ObjC C++ ObjC++ Joined Separate
819 ; Documented in common.opt
823 ; Documented in common.opt
827 ; Documented in common.opt
829 print-objc-runtime-info
831 Generate C header of platform-specific features
835 Print a checksum of the executable for PCH validity checking, and stop
839 Remap file names when including files
843 Conform to the ISO 1998 C++ standard
847 Conform to the ISO 1990 C standard
851 Conform to the ISO 1999 C standard
855 Deprecated in favor of -std=c99
859 Conform to the ISO 1998 C++ standard with GNU extensions
863 Conform to the ISO 1990 C standard with GNU extensions
867 Conform to the ISO 1999 C standard with GNU extensions
871 Deprecated in favor of -std=gnu99
875 Conform to the ISO 1990 C standard
879 Conform to the ISO 1990 C standard as amended in 1994
883 Conform to the ISO 1999 C standard
887 Deprecated in favor of -std=iso9899:1999
891 Enable traditional preprocessing
895 -trigraphs Support ISO C trigraphs
899 Do not predefine system-specific and GCC-specific macros
903 Enable verbose output
907 ; Documented in common.opt
909 ; This comment is to ensure we retain the blank line above.