OSDN Git Service

2007-10-25 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / common.opt
1 ; Options for the language- and target-independent parts of the compiler.
2
3 ; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4 ;
5 ; This file is part of GCC.
6 ;
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
11 ;
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
16 ;
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
20
21 ; See the GCC internals manual for a description of this file's format.
22
23 ; Please try to keep this file in ASCII collating order.
24
25 -help
26 Common
27 Display this information
28
29 -help=
30 Common Report Joined
31 --help=<class>  Display descriptions of a specific class of options.  <class> is one or more of optimizers, target, warnings, undocumented, params
32
33 -target-help
34 Common
35 Alias for --help=target
36
37 ;; The following three entries are to work around the gcc driver
38 ;; program's insatiable desire to turn options starting with a
39 ;; double dash (--) into options starting with a dash f (-f).
40 fhelp
41 Common
42
43 fhelp=
44 Common Joined
45
46 ftarget-help
47 Common
48
49 -param
50 Common Separate
51 --param <param>=<value> Set parameter <param> to value.  See below for a complete list of parameters
52
53 -version
54 Common
55
56 G
57 Common Joined Separate UInteger
58 -G<number>      Put global and static data smaller than <number> bytes into a special section (on some targets)
59
60 O
61 Common JoinedOrMissing
62 -O<number>      Set optimization level to <number>
63
64 Os
65 Common
66 Optimize for space rather than speed
67
68 W
69 Common RejectNegative
70 This switch is deprecated; use -Wextra instead
71
72 Waggregate-return
73 Common Var(warn_aggregate_return) Warning
74 Warn about returning structures, unions or arrays
75
76 Warray-bounds
77 Common Var(warn_array_bounds) Warning
78 Warn if an array is accessed out of bounds
79
80 Wattributes
81 Common Var(warn_attributes) Init(1) Warning
82 Warn about inappropriate attribute usage
83
84 Wcast-align
85 Common Var(warn_cast_align) Warning
86 Warn about pointer casts which increase alignment
87
88 Wdeprecated-declarations
89 Common Var(warn_deprecated_decl) Init(1) Warning
90 Warn about uses of __attribute__((deprecated)) declarations
91
92 Wdisabled-optimization
93 Common Var(warn_disabled_optimization) Warning
94 Warn when an optimization pass is disabled
95
96 Werror
97 Common Var(warnings_are_errors)
98 Treat all warnings as errors
99
100 Werror=
101 Common Joined
102 Treat specified warning as error
103
104 Wextra
105 Common Warning
106 Print extra (possibly unwanted) warnings
107
108 Wfatal-errors
109 Common Var(flag_fatal_errors)
110 Exit on the first error occurred
111
112 Winline
113 Common Var(warn_inline) Warning
114 Warn when an inlined function cannot be inlined
115
116 Wlarger-than-
117 Common RejectNegative Joined UInteger Warning
118 -Wlarger-than-<number>  Warn if an object is larger than <number> bytes
119
120 Wlogical-op
121 Common Warning Var(warn_logical_op)
122 Warn when a logical operator is suspicously always evaluating to true or false
123
124 Wunsafe-loop-optimizations
125 Common Var(warn_unsafe_loop_optimizations) Warning
126 Warn if the loop cannot be optimized due to nontrivial assumptions.
127
128 Wmissing-noreturn
129 Common Var(warn_missing_noreturn) Warning
130 Warn about functions which might be candidates for __attribute__((noreturn))
131
132 Woverflow
133 Common Var(warn_overflow) Init(1) Warning
134 Warn about overflow in arithmetic expressions
135
136 Wpacked
137 Common Var(warn_packed) Warning
138 Warn when the packed attribute has no effect on struct layout
139
140 Wpadded
141 Common Var(warn_padded) Warning
142 Warn when padding is required to align structure members
143
144 Wshadow
145 Common Var(warn_shadow) Warning
146 Warn when one local variable shadows another
147
148 Wstack-protector
149 Common Var(warn_stack_protect) Warning
150 Warn when not issuing stack smashing protection for some reason
151
152 Wstrict-aliasing
153 Common Warning
154 Warn about code which might break strict aliasing rules
155
156 Wstrict-aliasing=
157 Common Joined UInteger Warning
158 Warn about code which might break strict aliasing rules
159
160 Wstrict-overflow
161 Common Warning
162 Warn about optimizations that assume that signed overflow is undefined
163
164 Wstrict-overflow=
165 Common Joined UInteger Warning
166 Warn about optimizations that assume that signed overflow is undefined
167
168 Wswitch
169 Common Var(warn_switch) Warning
170 Warn about enumerated switches, with no default, missing a case
171
172 Wswitch-default
173 Common Var(warn_switch_default) Warning
174 Warn about enumerated switches missing a \"default:\" statement
175
176 Wswitch-enum
177 Common Var(warn_switch_enum) Warning
178 Warn about all enumerated switches missing a specific case
179
180 Wsystem-headers
181 Common Var(warn_system_headers) Warning
182 Do not suppress warnings from system headers
183
184 Wuninitialized
185 Common Var(warn_uninitialized) Warning
186 Warn about uninitialized automatic variables
187
188 Wunreachable-code
189 Common Var(warn_notreached) Warning
190 Warn about code that will never be executed
191
192 Wunused
193 Common Warning
194 Enable all -Wunused- warnings
195
196 Wunused-function
197 Common Var(warn_unused_function) Warning
198 Warn when a function is unused
199
200 Wunused-label
201 Common Var(warn_unused_label) Warning
202 Warn when a label is unused
203
204 Wunused-parameter
205 Common Var(warn_unused_parameter) Warning
206 Warn when a function parameter is unused
207
208 Wunused-value
209 Common Var(warn_unused_value) Warning
210 Warn when an expression value is unused
211
212 Wunused-variable
213 Common Var(warn_unused_variable) Warning
214 Warn when a variable is unused
215
216 Wvolatile-register-var
217 Common Var(warn_register_var) Warning
218 Warn when a register variable is declared volatile
219
220 Wcoverage-mismatch
221 Common RejectNegative Var(warn_coverage_mismatch) Warning
222 Warn instead of error in case profiles in -fprofile-use do not match
223
224 aux-info
225 Common Separate
226 -aux-info <file>        Emit declaration information into <file>
227
228 aux-info=
229 Common Joined
230
231 auxbase
232 Common Separate
233
234 auxbase-strip
235 Common Separate
236
237 d
238 Common Joined
239 -d<letters>     Enable dumps from specific passes of the compiler
240
241 dumpbase
242 Common Separate
243 -dumpbase <file>        Set the file basename to be used for dumps
244
245 ; The version of the C++ ABI in use.  The following values are allowed:
246 ;
247 ; 0: The version of the ABI believed most conformant with the C++ ABI
248 ;    specification.  This ABI may change as bugs are discovered and fixed.
249 ;    Therefore, 0 will not necessarily indicate the same ABI in different
250 ;    versions of G++.
251 ;
252 ; 1: The version of the ABI first used in G++ 3.2.
253 ;
254 ; 2: The version of the ABI first used in G++ 3.4.
255 ;
256 ; Additional positive integers will be assigned as new versions of
257 ; the ABI become the default version of the ABI.
258 fabi-version=
259 Common Joined UInteger Var(flag_abi_version) Init(2)
260
261 falign-functions
262 Common Report Var(align_functions,0)
263 Align the start of functions
264
265 falign-functions=
266 Common RejectNegative Joined UInteger
267
268 falign-jumps
269 Common Report Var(align_jumps,0) Optimization
270 Align labels which are only reached by jumping
271
272 falign-jumps=
273 Common RejectNegative Joined UInteger
274
275 falign-labels
276 Common Report Var(align_labels,0) Optimization
277 Align all labels
278
279 falign-labels=
280 Common RejectNegative Joined UInteger
281
282 falign-loops
283 Common Report Var(align_loops) Optimization
284 Align the start of loops
285
286 falign-loops=
287 Common RejectNegative Joined UInteger
288
289 ; This flag is only tested if alias checking is enabled.
290 ; 0 if pointer arguments may alias each other.  True in C.
291 ; 1 if pointer arguments may not alias each other but may alias
292 ;   global variables.
293 ; 2 if pointer arguments may not alias each other and may not
294 ;   alias global variables.
295 ; 3 if pointer arguments may not alias anything.  True in Fortran.
296 ;   Set by the front end.
297 fargument-alias
298 Common Report Var(flag_argument_noalias,0) Optimization
299 Specify that arguments may alias each other and globals
300
301 fargument-noalias
302 Common Report Var(flag_argument_noalias,1) VarExists Optimization
303 Assume arguments may alias globals but not each other
304
305 fargument-noalias-global
306 Common Report Var(flag_argument_noalias,2) VarExists Optimization
307 Assume arguments alias neither each other nor globals
308
309 fargument-noalias-anything
310 Common Report Var(flag_argument_noalias,3) VarExists Optimization
311 Assume arguments alias no other storage
312
313 fasynchronous-unwind-tables
314 Common Report Var(flag_asynchronous_unwind_tables) Optimization
315 Generate unwind tables that are exact at each instruction boundary
316
317 fauto-inc-dec
318 Common Report Var(flag_auto_inc_dec) Init(1)
319 Generate auto-inc/dec instructions
320
321 ; -fcheck-bounds causes gcc to generate array bounds checks.
322 ; For C, C++ and ObjC: defaults off.
323 ; For Java: defaults to on.
324 ; For Fortran: defaults to off.
325 fbounds-check
326 Common Report Var(flag_bounds_check)
327 Generate code to check bounds before indexing arrays
328
329 fbranch-count-reg
330 Common Report Var(flag_branch_on_count_reg) Init(1) Optimization
331 Replace add, compare, branch with branch on count register
332
333 fbranch-probabilities
334 Common Report Var(flag_branch_probabilities) Optimization
335 Use profiling information for branch probabilities
336
337 fbranch-target-load-optimize
338 Common Report Var(flag_branch_target_load_optimize) Optimization
339 Perform branch target load optimization before prologue / epilogue threading
340
341 fbranch-target-load-optimize2
342 Common Report Var(flag_branch_target_load_optimize2) Optimization
343 Perform branch target load optimization after prologue / epilogue threading
344
345 fbtr-bb-exclusive
346 Common Report Var(flag_btr_bb_exclusive) Optimization
347 Restrict target load migration not to re-use registers in any basic block
348
349 fcall-saved-
350 Common Joined RejectNegative
351 -fcall-saved-<register> Mark <register> as being preserved across functions
352
353 fcall-used-
354 Common Joined RejectNegative
355 -fcall-used-<register>  Mark <register> as being corrupted by function calls
356
357 ; Nonzero for -fcaller-saves: allocate values in regs that need to
358 ; be saved across function calls, if that produces overall better code.
359 ; Optional now, so people can test it.
360 fcaller-saves
361 Common Report Var(flag_caller_saves) Optimization
362 Save registers around function calls
363
364 fcheck-data-deps
365 Common Report Var(flag_check_data_deps)
366 Compare the results of several data dependence analyzers.
367
368 fcommon
369 Common Report Var(flag_no_common,0) Optimization
370 Do not put uninitialized globals in the common section
371
372 fcprop-registers
373 Common Report Var(flag_cprop_registers) Optimization
374 Perform a register copy-propagation optimization pass
375
376 fcrossjumping
377 Common Report Var(flag_crossjumping) Optimization
378 Perform cross-jumping optimization
379
380 fcse-follow-jumps
381 Common Report Var(flag_cse_follow_jumps) Optimization
382 When running CSE, follow jumps to their targets
383
384 fcse-skip-blocks
385 Common Report Var(flag_cse_skip_blocks) Optimization
386 When running CSE, follow conditional jumps
387
388 fcx-limited-range
389 Common Report Var(flag_cx_limited_range) Optimization
390 Omit range reduction step when performing complex division
391
392 fdata-sections
393 Common Report Var(flag_data_sections) Optimization
394 Place data items into their own section
395
396 fdbg-cnt-list
397 Common Report
398 List all available debugging counters with their limits and counts.
399
400 fdbg-cnt=
401 Common RejectNegative Joined
402 -fdbg-cnt=<counter>:<limit>[,<counter>:<limit>,...]    Set the debug counter limit.   
403
404 fdebug-prefix-map=
405 Common Joined RejectNegative
406 Map one directory name to another in debug information
407
408 ; Nonzero for -fdefer-pop: don't pop args after each function call
409 ; instead save them up to pop many calls' args with one insns.
410 fdefer-pop
411 Common Report Var(flag_defer_pop) Optimization
412 Defer popping functions args from stack until later
413
414 fdelayed-branch
415 Common Report Var(flag_delayed_branch) Optimization
416 Attempt to fill delay slots of branch instructions
417
418 fdelete-null-pointer-checks
419 Common Report Var(flag_delete_null_pointer_checks) Optimization
420 Delete useless null pointer checks
421
422 fdiagnostics-show-location=
423 Common Joined RejectNegative
424 -fdiagnostics-show-location=[once|every-line]   How often to emit source location at the beginning of line-wrapped diagnostics
425
426 fdiagnostics-show-option
427 Common
428 Amend appropriate diagnostic messages with the command line option that controls them
429
430 fdump-
431 Common Joined RejectNegative
432 -fdump-<type>   Dump various compiler internals to a file
433
434 fdump-noaddr
435 Common Report Var(flag_dump_noaddr)
436 Suppress output of addresses in debugging dumps
437
438 fdump-unnumbered
439 Common Report Var(flag_dump_unnumbered) VarExists
440 Suppress output of instruction numbers, line number notes and addresses in debugging dumps
441
442 fearly-inlining
443 Common Report Var(flag_early_inlining) Init(1) Optimization
444 Perform early inlining
445
446 feliminate-dwarf2-dups
447 Common Report Var(flag_eliminate_dwarf2_dups)
448 Perform DWARF2 duplicate elimination
449
450 feliminate-unused-debug-symbols
451 Common Report Var(flag_debug_only_used_symbols)
452 Perform unused type elimination in debug info
453
454 feliminate-unused-debug-types
455 Common Report Var(flag_eliminate_unused_debug_types) Init(1)
456 Perform unused type elimination in debug info
457
458 femit-class-debug-always
459 Common Report Var(flag_emit_class_debug_always) Init(0)
460 Do not suppress C++ class debug information.
461
462 fexceptions
463 Common Report Var(flag_exceptions) Optimization
464 Enable exception handling
465
466 fexpensive-optimizations
467 Common Report Var(flag_expensive_optimizations) Optimization
468 Perform a number of minor, expensive optimizations
469
470 ffast-math
471 Common
472
473 ffinite-math-only
474 Common Report Var(flag_finite_math_only) Optimization
475 Assume no NaNs or infinities are generated
476
477 ffixed-
478 Common Joined RejectNegative
479 -ffixed-<register>      Mark <register> as being unavailable to the compiler
480
481 ffloat-store
482 Common Report Var(flag_float_store) Optimization
483 Don't allocate floats and doubles in extended-precision registers
484
485 ; Nonzero for -fforce-addr: load memory address into a register before
486 ; reference to memory.  This makes better cse but slower compilation.
487 fforce-addr
488 Common Report Var(flag_force_addr) Optimization
489 Copy memory address constants into registers before use
490
491 fforward-propagate
492 Common Report Var(flag_forward_propagate) Optimization
493 Perform a forward propagation pass on RTL
494
495 ; Nonzero means don't put addresses of constant functions in registers.
496 ; Used for compiling the Unix kernel, where strange substitutions are
497 ; done on the assembly output.
498 ffunction-cse
499 Common Report Var(flag_no_function_cse,0)
500 Allow function addresses to be held in registers
501
502 ffunction-sections
503 Common Report Var(flag_function_sections)
504 Place each function into its own section
505
506 fgcse
507 Common Report Var(flag_gcse) Optimization
508 Perform global common subexpression elimination
509
510 fgcse-lm
511 Common Report Var(flag_gcse_lm) Init(1) Optimization
512 Perform enhanced load motion during global common subexpression elimination
513
514 fgcse-sm
515 Common Report Var(flag_gcse_sm) Init(0) Optimization
516 Perform store motion after global common subexpression elimination
517
518 fgcse-las
519 Common Report Var(flag_gcse_las) Init(0) Optimization
520 Perform redundant load after store elimination in global common subexpression
521 elimination
522
523 fgcse-after-reload
524 Common Report Var(flag_gcse_after_reload) Optimization
525 Perform global common subexpression elimination after register allocation
526 has finished
527
528 fguess-branch-probability
529 Common Report Var(flag_guess_branch_prob) Optimization
530 Enable guessing of branch probabilities
531
532 ; Nonzero means ignore `#ident' directives.  0 means handle them.
533 ; Generate position-independent code for executables if possible
534 ; On SVR4 targets, it also controls whether or not to emit a
535 ; string identifying the compiler.
536 fident
537 Common Report Var(flag_no_ident,0)
538 Process #ident directives
539
540 fif-conversion
541 Common Report Var(flag_if_conversion) Optimization
542 Perform conversion of conditional jumps to branchless equivalents
543
544 fif-conversion2
545 Common Report Var(flag_if_conversion2) Optimization
546 Perform conversion of conditional jumps to conditional execution
547
548 ; -finhibit-size-directive inhibits output of .size for ELF.
549 ; This is used only for compiling crtstuff.c,
550 ; and it may be extended to other effects
551 ; needed for crtstuff.c on other systems.
552 finhibit-size-directive
553 Common Report Var(flag_inhibit_size_directive)
554 Do not generate .size directives
555
556 ; Nonzero means that functions declared `inline' will be treated
557 ; as `static'.  Prevents generation of zillions of copies of unused
558 ; static inline functions; instead, `inlines' are written out
559 ; only when actually used.  Used in conjunction with -g.  Also
560 ; does the right thing with #pragma interface.
561 finline
562 Common Report Var(flag_no_inline,0) Init(2)
563 Pay attention to the \"inline\" keyword
564
565 finline-small-functions
566 Common Report Var(flag_inline_small_functions) Optimization
567 Integrate simple functions into their callers when code size is known to not growth
568
569 finline-functions
570 Common Report Var(flag_inline_functions) Optimization
571 Integrate simple functions into their callers
572
573 finline-functions-called-once
574 Common Report Var(flag_inline_functions_called_once) Init(1) Optimization
575 Integrate functions called once into their callers
576
577 finline-limit-
578 Common RejectNegative Joined UInteger
579
580 finline-limit=
581 Common RejectNegative Joined UInteger
582 -finline-limit=<number> Limit the size of inlined functions to <number>
583
584 finstrument-functions
585 Common Report Var(flag_instrument_function_entry_exit)
586 Instrument function entry and exit with profiling calls
587
588 finstrument-functions-exclude-function-list=
589 Common RejectNegative Joined
590 -finstrument-functions-exclude-function-list=name,...  Do not instrument listed functions
591
592 finstrument-functions-exclude-file-list=
593 Common RejectNegative Joined
594 -finstrument-functions-exclude-file-list=filename,...  Do not instrument functions listed in files
595
596 fipa-cp
597 Common Report Var(flag_ipa_cp) Optimization
598 Perform Interprocedural constant propagation
599
600 fipa-pure-const
601 Common Report Var(flag_ipa_pure_const) Init(0) Optimization
602 Discover pure and const functions
603
604 fipa-pta
605 Common Report Var(flag_ipa_pta) Init(0) Optimization
606 Perform interprocedural points-to analysis
607
608 fipa-reference
609 Common Report Var(flag_ipa_reference) Init(0) Optimization
610 Discover readonly and non addressable static variables
611
612 fipa-type-escape
613 Common Report Var(flag_ipa_type_escape) Init(0) Optimization
614 Type based escape and alias analysis
615
616 fipa-matrix-reorg
617 Common Report Var(flag_ipa_matrix_reorg) Optimization
618 Perform matrix layout flattening and transposing based
619 on profiling information.
620
621 fipa-struct-reorg
622 Common Report Var(flag_ipa_struct_reorg)
623 Perform structure layout optimizations based
624 on profiling information.
625
626 fivopts
627 Common Report Var(flag_ivopts) Init(1) Optimization
628 Optimize induction variables on trees
629
630 fjump-tables
631 Common Var(flag_jump_tables) Init(1) Optimization
632 Use jump tables for sufficiently large switch statements
633
634 fkeep-inline-functions
635 Common Report Var(flag_keep_inline_functions)
636 Generate code for functions even if they are fully inlined
637
638 fkeep-static-consts
639 Common Report Var(flag_keep_static_consts) Init(1)
640 Emit static const variables even if they are not used
641
642 fleading-underscore
643 Common Report Var(flag_leading_underscore) Init(-1)
644 Give external symbols a leading underscore
645
646 floop-optimize
647 Common
648 Does nothing.  Preserved for backward compatibility.
649
650 fmath-errno
651 Common Report Var(flag_errno_math) Init(1)
652 Set errno after built-in math functions
653
654 fmem-report
655 Common Report Var(mem_report)
656 Report on permanent memory allocation
657
658 ; This will attempt to merge constant section constants, if 1 only
659 ; string constants and constants from constant pool, if 2 also constant
660 ; variables.
661 fmerge-all-constants
662 Common Report Var(flag_merge_constants,2) Init(1) Optimization
663 Attempt to merge identical constants and constant variables
664
665 fmerge-constants
666 Common Report Var(flag_merge_constants,1) VarExists Optimization
667 Attempt to merge identical constants across compilation units
668
669 fmessage-length=
670 Common RejectNegative Joined UInteger
671 -fmessage-length=<number>       Limit diagnostics to <number> characters per line.  0 suppresses line-wrapping
672
673 fmodulo-sched
674 Common Report Var(flag_modulo_sched) Optimization
675 Perform SMS based modulo scheduling before the first scheduling pass
676
677 fmodulo-sched-allow-regmoves
678 Common Report Var(flag_modulo_sched_allow_regmoves)
679 Perform SMS based modulo scheduling with register moves allowed
680
681 fmove-loop-invariants
682 Common Report Var(flag_move_loop_invariants) Init(1) Optimization
683 Move loop invariant computations out of loops
684
685 fmudflap
686 Common RejectNegative Report Var(flag_mudflap)
687 Add mudflap bounds-checking instrumentation for single-threaded program
688
689 fmudflapth
690 Common RejectNegative Report VarExists Var(flag_mudflap,2)
691 Add mudflap bounds-checking instrumentation for multi-threaded program
692
693 fmudflapir
694 Common RejectNegative Report Var(flag_mudflap_ignore_reads)
695 Ignore read operations when inserting mudflap instrumentation
696
697 fdce
698 Common Var(flag_dce) Init(1) Optimization
699 Use the RTL dead code elimination pass
700
701 fdse
702 Common Var(flag_dse) Init(1) Optimization
703 Use the RTL dead store elimination pass
704
705 freschedule-modulo-scheduled-loops
706 Common Report Var(flag_resched_modulo_sched) Optimization
707 Enable/Disable the traditional scheduling in loops that already passed modulo scheduling
708
709 fnon-call-exceptions
710 Common Report Var(flag_non_call_exceptions) Optimization
711 Support synchronous non-call exceptions
712
713 fomit-frame-pointer
714 Common Report Var(flag_omit_frame_pointer) Optimization
715 When possible do not generate stack frames
716
717 fopenmp-ssa
718 Common Report Var(flag_openmp_ssa)
719 Expand OpenMP operations on SSA form
720
721 foptimize-register-move
722 Common Report Var(flag_regmove) Optimization
723 Do the full register move optimization pass
724
725 foptimize-sibling-calls
726 Common Report Var(flag_optimize_sibling_calls) Optimization
727 Optimize sibling and tail recursive calls
728
729 fpre-ipa-mem-report
730 Common Report Var(pre_ipa_mem_report)
731 Report on memory allocation before interprocedural optimization
732
733 fpost-ipa-mem-report
734 Common Report Var(post_ipa_mem_report)
735 Report on memory allocation before interprocedural optimization
736
737 fpack-struct
738 Common Report Var(flag_pack_struct) Optimization
739 Pack structure members together without holes
740
741 fpack-struct=
742 Common RejectNegative Joined UInteger Optimization
743 -fpack-struct=<number>  Set initial maximum structure member alignment
744
745 fpcc-struct-return
746 Common Report Var(flag_pcc_struct_return,1) VarExists
747 Return small aggregates in memory, not registers
748
749 fpeel-loops
750 Common Report Var(flag_peel_loops) Optimization
751 Perform loop peeling
752
753 fpeephole
754 Common Report Var(flag_no_peephole,0) Optimization
755 Enable machine specific peephole optimizations
756
757 fpeephole2
758 Common Report Var(flag_peephole2) Optimization
759 Enable an RTL peephole pass before sched2
760
761 fPIC
762 Common Report Var(flag_pic,2)
763 Generate position-independent code if possible (large mode)
764
765 fPIE
766 Common Report Var(flag_pie,2)
767 Generate position-independent code for executables if possible (large mode)
768
769 fpic
770 Common Report Var(flag_pic,1) VarExists
771 Generate position-independent code if possible (small mode)
772
773 fpie
774 Common Report Var(flag_pie,1) VarExists
775 Generate position-independent code for executables if possible (small mode)
776
777 fpredictive-commoning
778 Common Report Var(flag_predictive_commoning) Optimization
779 Run predictive commoning optimization.
780
781 fprefetch-loop-arrays
782 Common Report Var(flag_prefetch_loop_arrays) Optimization
783 Generate prefetch instructions, if available, for arrays in loops
784
785 fprofile
786 Common Report Var(profile_flag)
787 Enable basic program profiling code
788
789 fprofile-arcs
790 Common Report Var(profile_arc_flag)
791 Insert arc-based program profiling code
792
793 fprofile-generate
794 Common
795 Enable common options for generating profile info for profile feedback directed optimizations
796
797 fprofile-use
798 Common
799 Enable common options for performing profile feedback directed optimizations
800
801 fprofile-values
802 Common Report Var(flag_profile_values)
803 Insert code to profile values of expressions
804
805 frandom-seed
806 Common
807
808 frandom-seed=
809 Common Joined RejectNegative
810 -frandom-seed=<string>  Make compile reproducible using <string>
811
812 ; This switch causes the command line that was used to create an
813 ; object file to be recorded into the object file.  The exact format
814 ; of this recording is target and binary file format dependent.
815 ; It is related to the -fverbose-asm switch, but that switch only
816 ; records information in the assembler output file as comments, so
817 ; they never reach the object file.
818 frecord-gcc-switches
819 Common Report Var(flag_record_gcc_switches)
820 Record gcc command line switches in the object file.
821
822 freg-struct-return
823 Common Report Var(flag_pcc_struct_return,0) VarExists Optimization
824 Return small aggregates in registers
825
826 fregmove
827 Common Report Var(flag_regmove) Optimization
828 Enables a register move optimization
829
830 frename-registers
831 Common Report Var(flag_rename_registers) Init(2) Optimization
832 Perform a register renaming optimization pass
833
834 freorder-blocks
835 Common Report Var(flag_reorder_blocks) Optimization
836 Reorder basic blocks to improve code placement
837
838 freorder-blocks-and-partition
839 Common Report Var(flag_reorder_blocks_and_partition) Optimization
840 Reorder basic blocks and partition into hot and cold sections
841
842 freorder-functions
843 Common Report Var(flag_reorder_functions) Optimization
844 Reorder functions to improve code placement
845
846 frerun-cse-after-loop
847 Common Report Var(flag_rerun_cse_after_loop) Init(2) Optimization
848 Add a common subexpression elimination pass after loop optimizations
849
850 frerun-loop-opt
851 Common
852 Does nothing.  Preserved for backward compatibility.
853
854 frounding-math
855 Common Report Var(flag_rounding_math) Optimization
856 Disable optimizations that assume default FP rounding behavior
857
858 fsched-interblock
859 Common Report Var(flag_schedule_interblock) Init(1) Optimization
860 Enable scheduling across basic blocks
861
862 fsched-spec
863 Common Report Var(flag_schedule_speculative) Init(1) Optimization
864 Allow speculative motion of non-loads
865
866 fsched-spec-load
867 Common Report Var(flag_schedule_speculative_load) Optimization
868 Allow speculative motion of some loads
869
870 fsched-spec-load-dangerous
871 Common Report Var(flag_schedule_speculative_load_dangerous) Optimization
872 Allow speculative motion of more loads
873
874 fsched-verbose=
875 Common RejectNegative Joined
876 -fsched-verbose=<number>        Set the verbosity level of the scheduler
877
878 fsched2-use-superblocks
879 Common Report Var(flag_sched2_use_superblocks) Optimization
880 If scheduling post reload, do superblock scheduling
881
882 fsched2-use-traces
883 Common Report Var(flag_sched2_use_traces) Optimization
884 If scheduling post reload, do trace scheduling
885
886 fschedule-insns
887 Common Report Var(flag_schedule_insns) Optimization
888 Reschedule instructions before register allocation
889
890 fschedule-insns2
891 Common Report Var(flag_schedule_insns_after_reload) Optimization
892 Reschedule instructions after register allocation
893
894 ; sched_stalled_insns means that insns can be moved prematurely from the queue
895 ; of stalled insns into the ready list.
896 fsched-stalled-insns
897 Common Report Var(flag_sched_stalled_insns) Optimization
898 Allow premature scheduling of queued insns
899
900 fsched-stalled-insns=
901 Common RejectNegative Joined UInteger
902 -fsched-stalled-insns=<number>  Set number of queued insns that can be prematurely scheduled
903
904 ; sched_stalled_insns_dep controls how many recently scheduled cycles will
905 ; be examined for a dependency on a stalled insn that is candidate for
906 ; premature removal from the queue of stalled insns into the ready list (has
907 ; an effect only if the flag 'sched_stalled_insns' is set).
908 fsched-stalled-insns-dep
909 Common Report Var(flag_sched_stalled_insns_dep,1) Init(1) Optimization
910 Set dependence distance checking in premature scheduling of queued insns
911
912 fsched-stalled-insns-dep=
913 Common RejectNegative Joined UInteger
914 -fsched-stalled-insns-dep=<number>      Set dependence distance checking in premature scheduling of queued insns
915
916 fsection-anchors
917 Common Report Var(flag_section_anchors) Optimization
918 Access data in the same section from shared anchor points
919
920 frtl-abstract-sequences
921 Common Report Var(flag_rtl_seqabstr) Optimization
922 Perform sequence abstraction optimization on RTL
923
924 fsee
925 Common Report Var(flag_see) Init(0)
926 Eliminate redundant sign extensions using LCM.
927
928 fshow-column
929 Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(1)
930 Show column numbers in diagnostics, when available.  Default on
931
932 fsignaling-nans
933 Common Report Var(flag_signaling_nans) Optimization
934 Disable optimizations observable by IEEE signaling NaNs
935
936 fsigned-zeros
937 Common Report Var(flag_signed_zeros) Init(1) Optimization
938 Disable floating point optimizations that ignore the IEEE signedness of zero
939
940 fsingle-precision-constant
941 Common Report Var(flag_single_precision_constant) Optimization
942 Convert floating point constants to single precision constants
943
944 fsplit-ivs-in-unroller
945 Common Report Var(flag_split_ivs_in_unroller) Init(1) Optimization
946 Split lifetimes of induction variables when loops are unrolled
947
948 fsplit-wide-types
949 Common Report Var(flag_split_wide_types) Optimization
950 Split wide types into independent registers
951
952 fvariable-expansion-in-unroller
953 Common Report Var(flag_variable_expansion_in_unroller) Optimization
954 Apply variable expansion when loops are unrolled
955
956 ; Emit code to probe the stack, to help detect stack overflow; also
957 ; may cause large objects to be allocated dynamically.
958 fstack-check
959 Common Report Var(flag_stack_check)
960 Insert stack checking code into the program
961
962 fstack-limit
963 Common
964
965 fstack-limit-register=
966 Common RejectNegative Joined
967 -fstack-limit-register=<register>       Trap if the stack goes past <register>
968
969 fstack-limit-symbol=
970 Common RejectNegative Joined
971 -fstack-limit-symbol=<name>     Trap if the stack goes past symbol <name>
972
973 fstack-protector
974 Common Report Var(flag_stack_protect, 1)
975 Use propolice as a stack protection method
976
977 fstack-protector-all
978 Common Report RejectNegative Var(flag_stack_protect, 2) VarExists
979 Use a stack protection method for every function
980
981 fstrength-reduce
982 Common
983 Does nothing.  Preserved for backward compatibility.
984
985 ; Nonzero if we should do (language-dependent) alias analysis.
986 ; Typically, this analysis will assume that expressions of certain
987 ; types do not alias expressions of certain other types.  Only used
988 ; if alias analysis (in general) is enabled.
989 fstrict-aliasing
990 Common Report Var(flag_strict_aliasing) Optimization
991 Assume strict aliasing rules apply
992
993 fstrict-overflow
994 Common Report Var(flag_strict_overflow)
995 Treat signed overflow as undefined
996
997 fsyntax-only
998 Common Report Var(flag_syntax_only)
999 Check for syntax errors, then stop
1000
1001 ftest-coverage
1002 Common Report Var(flag_test_coverage)
1003 Create data files needed by \"gcov\"
1004
1005 fthread-jumps
1006 Common Report Var(flag_thread_jumps) Optimization
1007 Perform jump threading optimizations
1008
1009 ftime-report
1010 Common Report Var(time_report)
1011 Report the time taken by each compiler pass
1012
1013 ftls-model=
1014 Common Joined RejectNegative
1015 -ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]      Set the default thread-local storage code generation model
1016
1017 ftoplevel-reorder
1018 Common Report Var(flag_toplevel_reorder) Init(1) Optimization
1019 Reorder top level functions, variables, and asms
1020
1021 ftracer
1022 Common Report Var(flag_tracer)
1023 Perform superblock formation via tail duplication
1024
1025 ; Zero means that floating-point math operations cannot generate a
1026 ; (user-visible) trap.  This is the case, for example, in nonstop
1027 ; IEEE 754 arithmetic.
1028 ftrapping-math
1029 Common Report Var(flag_trapping_math) Init(1) Optimization
1030 Assume floating-point operations can trap
1031
1032 ftrapv
1033 Common Report Var(flag_trapv) Optimization
1034 Trap for signed overflow in addition, subtraction and multiplication
1035
1036 ftree-ccp
1037 Common Report Var(flag_tree_ccp) Optimization
1038 Enable SSA-CCP optimization on trees
1039
1040 ftree-store-ccp
1041 Common Report Var(flag_tree_store_ccp) Optimization
1042 Enable SSA-CCP optimization for stores and loads
1043
1044 ftree-ch
1045 Common Report Var(flag_tree_ch) Optimization
1046 Enable loop header copying on trees
1047
1048 ftree-copyrename
1049 Common Report Var(flag_tree_copyrename) Optimization
1050 Replace SSA temporaries with better names in copies
1051
1052 ftree-copy-prop
1053 Common Report Var(flag_tree_copy_prop) Optimization
1054 Enable copy propagation on trees
1055
1056 ftree-store-copy-prop
1057 Common Report Var(flag_tree_store_copy_prop) Optimization
1058 Enable copy propagation for stores and loads
1059
1060 ftree-cselim
1061 Common Report Var(flag_tree_cselim) Init(2) Optimization
1062 Transform condition stores into unconditional ones
1063
1064 ftree-dce
1065 Common Report Var(flag_tree_dce) Optimization
1066 Enable SSA dead code elimination optimization on trees
1067
1068 ftree-dominator-opts
1069 Common Report Var(flag_tree_dom) Optimization
1070 Enable dominator optimizations
1071
1072 ftree-dse
1073 Common Report Var(flag_tree_dse) Optimization
1074 Enable dead store elimination
1075
1076 ftree-fre
1077 Common Report Var(flag_tree_fre) Optimization
1078 Enable Full Redundancy Elimination (FRE) on trees
1079
1080 ftree-loop-im
1081 Common Report Var(flag_tree_loop_im) Init(1) Optimization
1082 Enable loop invariant motion on trees
1083
1084 ftree-loop-linear
1085 Common Report Var(flag_tree_loop_linear) Optimization
1086 Enable linear loop transforms on trees
1087
1088 ftree-loop-ivcanon
1089 Common Report Var(flag_tree_loop_ivcanon) Init(1) Optimization
1090 Create canonical induction variables in loops
1091
1092 ftree-loop-optimize
1093 Common Report Var(flag_tree_loop_optimize) Init(1) Optimization
1094 Enable loop optimizations on tree level
1095
1096 ftree-parallelize-loops=
1097 Common Report Joined UInteger Var(flag_tree_parallelize_loops) Init(1)
1098 Enable automatic parallelization of loops
1099
1100 ftree-pre
1101 Common Report Var(flag_tree_pre) Optimization
1102 Enable SSA-PRE optimization on trees
1103
1104 ftree-reassoc
1105 Common Report Var(flag_tree_reassoc) Init(1) Optimization
1106 Enable reassociation on tree level
1107
1108 ftree-salias
1109 Common Report Var(flag_tree_salias) Optimization
1110 Perform structural alias analysis
1111
1112 ftree-sink
1113 Common Report Var(flag_tree_sink) Optimization
1114 Enable SSA code sinking on trees
1115
1116 ftree-sra
1117 Common Report Var(flag_tree_sra) Optimization
1118 Perform scalar replacement of aggregates
1119
1120 ftree-ter
1121 Common Report Var(flag_tree_ter) Optimization
1122 Replace temporary expressions in the SSA->normal pass
1123
1124 ftree-lrs
1125 Common Report Var(flag_tree_live_range_split) Optimization
1126 Perform live range splitting during the SSA->normal pass
1127
1128 ftree-vrp
1129 Common Report Var(flag_tree_vrp) Init(0) Optimization
1130 Perform Value Range Propagation on trees
1131
1132 funit-at-a-time
1133 Common Report Var(flag_unit_at_a_time) Optimization
1134 Compile whole compilation unit at a time
1135
1136 funroll-loops
1137 Common Report Var(flag_unroll_loops) Optimization
1138 Perform loop unrolling when iteration count is known
1139
1140 funroll-all-loops
1141 Common Report Var(flag_unroll_all_loops) Optimization
1142 Perform loop unrolling for all loops
1143
1144 ; Nonzero means that loop optimizer may assume that the induction variables
1145 ; that control loops do not overflow and that the loops with nontrivial
1146 ; exit condition are not infinite
1147 funsafe-loop-optimizations
1148 Common Report Var(flag_unsafe_loop_optimizations) Optimization
1149 Allow loop optimizations to assume that the loops behave in normal way
1150
1151 fassociative-math
1152 Common Report Var(flag_associative_math)
1153 Allow optimization for floating-point arithmetic which may change the
1154 result of the operation due to rounding.
1155
1156 freciprocal-math
1157 Common Report Var(flag_reciprocal_math)
1158 Same as -fassociative-math for expressions which include division.
1159
1160 ; Nonzero means that unsafe floating-point math optimizations are allowed
1161 ; for the sake of speed.  IEEE compliance is not guaranteed, and operations
1162 ; are allowed to assume that their arguments and results are "normal"
1163 ; (e.g., nonnegative for SQRT).
1164 funsafe-math-optimizations
1165 Common Report Var(flag_unsafe_math_optimizations) Optimization
1166 Allow math optimizations that may violate IEEE or ISO standards
1167
1168 funswitch-loops
1169 Common Report Var(flag_unswitch_loops) Optimization
1170 Perform loop unswitching
1171
1172 funwind-tables
1173 Common Report Var(flag_unwind_tables) Optimization
1174 Just generate unwind tables for exception handling
1175
1176 fvar-tracking
1177 Common Report Var(flag_var_tracking) VarExists Optimization
1178 Perform variable tracking
1179
1180 fvar-tracking-uninit
1181 Common Report Var(flag_var_tracking_uninit) Optimization
1182 Perform variable tracking and also tag variables that are uninitialized
1183
1184 ftree-vectorize
1185 Common Report Var(flag_tree_vectorize) Optimization
1186 Enable loop vectorization on trees
1187
1188 fvect-cost-model
1189 Common Report Var(flag_vect_cost_model) Optimization
1190 Enable use of cost model in vectorization
1191
1192 ftree-vect-loop-version
1193 Common Report Var(flag_tree_vect_loop_version) Init(1) Optimization
1194 Enable loop versioning when doing loop vectorization on trees
1195
1196 ftree-vectorizer-verbose=
1197 Common RejectNegative Joined
1198 -ftree-vectorizer-verbose=<number>      Set the verbosity level of the vectorizer
1199
1200 ftree-scev-cprop
1201 Common Report Var(flag_tree_scev_cprop) Init(1) Optimization
1202 Enable copy propagation of scalar-evolution information.
1203
1204 ; -fverbose-asm causes extra commentary information to be produced in
1205 ; the generated assembly code (to make it more readable).  This option
1206 ; is generally only of use to those who actually need to read the
1207 ; generated assembly code (perhaps while debugging the compiler itself).
1208 ; -fno-verbose-asm, the default, causes the extra information
1209 ; to not be added and is useful when comparing two assembler files.
1210 fverbose-asm
1211 Common Report Var(flag_verbose_asm)
1212 Add extra commentary to assembler output
1213
1214 fvisibility=
1215 Common Joined RejectNegative
1216 -fvisibility=[default|internal|hidden|protected]        Set the default symbol visibility
1217
1218
1219 fvpt
1220 Common Report Var(flag_value_profile_transformations) Optimization
1221 Use expression value profiles in optimizations
1222
1223 fweb
1224 Common Report Var(flag_web) Init(2) Optimization
1225 Construct webs and split unrelated uses of single variable
1226
1227 fwhole-program
1228 Common Report Var(flag_whole_program) Init(0) Optimization
1229 Perform whole program optimizations
1230
1231 fwrapv
1232 Common Report Var(flag_wrapv) Optimization
1233 Assume signed arithmetic overflow wraps around
1234
1235 fzero-initialized-in-bss
1236 Common Report Var(flag_zero_initialized_in_bss) Init(1)
1237 Put zero initialized data in the bss section
1238
1239 g
1240 Common JoinedOrMissing
1241 Generate debug information in default format
1242
1243 gcoff
1244 Common JoinedOrMissing Negative(gdwarf-2)
1245 Generate debug information in COFF format
1246
1247 gdwarf-2
1248 Common JoinedOrMissing Negative(gstabs)
1249 Generate debug information in DWARF v2 format
1250
1251 ggdb
1252 Common JoinedOrMissing
1253 Generate debug information in default extended format
1254
1255 gstabs
1256 Common JoinedOrMissing Negative(gstabs+)
1257 Generate debug information in STABS format
1258
1259 gstabs+
1260 Common JoinedOrMissing Negative(gvms)
1261 Generate debug information in extended STABS format
1262
1263 gvms
1264 Common JoinedOrMissing Negative(gxcoff)
1265 Generate debug information in VMS format
1266
1267 gxcoff
1268 Common JoinedOrMissing Negative(gxcoff+)
1269 Generate debug information in XCOFF format
1270
1271 gxcoff+
1272 Common JoinedOrMissing Negative(gcoff)
1273 Generate debug information in extended XCOFF format
1274
1275 o
1276 Common Joined Separate
1277 -o <file>       Place output into <file>
1278
1279 p
1280 Common Var(profile_flag)
1281 Enable function profiling
1282
1283 pedantic
1284 Common Var(pedantic)
1285 Issue warnings needed for strict compliance to the standard
1286
1287 pedantic-errors
1288 Common
1289 Like -pedantic but issue them as errors
1290
1291 quiet
1292 Common Var(quiet_flag)
1293 Do not display functions compiled or elapsed time
1294
1295 version
1296 Common Var(version_flag)
1297 Display the compiler's version
1298
1299 w
1300 Common Var(inhibit_warnings)
1301 Suppress warnings
1302
1303 ; This comment is to ensure we retain the blank line above.