OSDN Git Service

* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
[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 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 2, 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 COPYING.  If not, write to the Free
19 ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 ; 02111-1307, USA.
21
22 ; See the GCC internals manual for a description of this file's format.
23
24 ; Please try to keep this file in ASCII collating order.
25
26 -help
27 Common
28 Display this information
29
30 -param
31 Common Separate
32 --param <param>=<value> Set parameter <param> to value.  See below for a complete list of parameters
33
34 -target-help
35 Common
36
37 -version
38 Common
39
40 G
41 Common Joined Separate UInteger
42 -G<number>      Put global and static data smaller than <number> bytes into a special section (on some targets)
43
44 O
45 Common JoinedOrMissing
46 -O<number>      Set optimization level to <number>
47
48 Os
49 Common
50 Optimize for space rather than speed
51
52 W
53 Common RejectNegative
54 This switch is deprecated; use -Wextra instead
55
56 Waggregate-return
57 Common Var(warn_aggregate_return)
58 Warn about returning structures, unions or arrays
59
60 Wcast-align
61 Common Var(warn_cast_align)
62 Warn about pointer casts which increase alignment
63
64 Wdeprecated-declarations
65 Common Var(warn_deprecated_decl) Init(1)
66 Warn about uses of __attribute__((deprecated)) declarations
67
68 Wdisabled-optimization
69 Common Var(warn_disabled_optimization)
70 Warn when an optimization pass is disabled
71
72 Werror
73 Common Var(warnings_are_errors)
74 Treat all warnings as errors
75
76 Wextra
77 Common
78 Print extra (possibly unwanted) warnings
79
80 Wfatal-errors
81 Common Var(flag_fatal_errors)
82 Exit on the first error occurred
83
84 Winline
85 Common Var(warn_inline)
86 Warn when an inlined function cannot be inlined
87
88 Wlarger-than-
89 Common RejectNegative Joined UInteger
90 -Wlarger-than-<number>  Warn if an object is larger than <number> bytes
91
92 Wmissing-noreturn
93 Common Var(warn_missing_noreturn)
94 Warn about functions which might be candidates for __attribute__((noreturn))
95
96 Wpacked
97 Common Var(warn_packed)
98 Warn when the packed attribute has no effect on struct layout
99
100 Wpadded
101 Common Var(warn_padded)
102 Warn when padding is required to align structure members
103
104 Wshadow
105 Common Var(warn_shadow)
106 Warn when one local variable shadows another
107
108 Wstrict-aliasing
109 Common
110 Warn about code which might break strict aliasing rules
111
112 Wstrict-aliasing=
113 Common Joined UInteger
114 Warn about code which might break strict aliasing rules
115
116 Wswitch
117 Common Var(warn_switch)
118 Warn about enumerated switches, with no default, missing a case
119
120 Wswitch-default
121 Common Var(warn_switch_default)
122 Warn about enumerated switches missing a \"default:\" statement
123
124 Wswitch-enum
125 Common Var(warn_switch_enum)
126 Warn about all enumerated switches missing a specific case
127
128 Wsystem-headers
129 Common Var(warn_system_headers)
130 Do not suppress warnings from system headers
131
132 Wuninitialized
133 Common Var(warn_uninitialized)
134 Warn about uninitialized automatic variables
135
136 Wunreachable-code
137 Common Var(warn_notreached)
138 Warn about code that will never be executed
139
140 Wunused
141 Common
142 Enable all -Wunused- warnings
143
144 Wunused-function
145 Common Var(warn_unused_function)
146 Warn when a function is unused
147
148 Wunused-label
149 Common Var(warn_unused_label)
150 Warn when a label is unused
151
152 Wunused-parameter
153 Common Var(warn_unused_parameter)
154 Warn when a function parameter is unused
155
156 Wunused-value
157 Common Var(warn_unused_value)
158 Warn when an expression value is unused
159
160 Wunused-variable
161 Common Var(warn_unused_variable)
162 Warn when a variable is unused
163
164 aux-info
165 Common Separate
166 -aux-info <file>        Emit declaration information into <file>
167
168 aux-info=
169 Common Joined
170
171 auxbase
172 Common Separate
173
174 auxbase-strip
175 Common Separate
176
177 d
178 Common Joined
179 -d<letters>     Enable dumps from specific passes of the compiler
180
181 dumpbase
182 Common Separate
183 -dumpbase <file>        Set the file basename to be used for dumps
184
185 ; The version of the C++ ABI in use.  The following values are allowed:
186 ;
187 ; 0: The version of the ABI believed most conformant with the C++ ABI
188 ;    specification.  This ABI may change as bugs are discovered and fixed.
189 ;    Therefore, 0 will not necessarily indicate the same ABI in different
190 ;    versions of G++.
191 ;
192 ; 1: The version of the ABI first used in G++ 3.2.
193 ;
194 ; Additional positive integers will be assigned as new versions of
195 ; the ABI become the default version of the ABI.
196 fabi-version=
197 Common Joined UInteger Var(flag_abi_version) Init(2)
198
199 falign-functions
200 Common Report Var(align_functions,0)
201 Align the start of functions
202
203 falign-functions=
204 Common RejectNegative Joined UInteger
205
206 falign-jumps
207 Common Report Var(align_jumps,0)
208 Align labels which are only reached by jumping
209
210 falign-jumps=
211 Common RejectNegative Joined UInteger
212
213 falign-labels
214 Common Report Var(align_labels,0)
215 Align all labels
216
217 falign-labels=
218 Common RejectNegative Joined UInteger
219
220 falign-loops
221 Common Report Var(align_loops)
222 Align the start of loops
223
224 falign-loops=
225 Common RejectNegative Joined UInteger
226
227 ; This flag is only tested if alias checking is enabled.
228 ; 0 if pointer arguments may alias each other.  True in C.
229 ; 1 if pointer arguments may not alias each other but may alias
230 ;   global variables.
231 ; 2 if pointer arguments may not alias each other and may not
232 ;   alias global variables.  True in Fortran.
233 ;   The value is ignored if flag_alias_check is 0.
234 fargument-alias
235 Common Report Var(flag_argument_noalias,0)
236 Specify that arguments may alias each other and globals
237
238 fargument-noalias
239 Common Report Var(flag_argument_noalias,1) VarExists
240 Assume arguments may alias globals but not each other
241
242 fargument-noalias-global
243 Common Report Var(flag_argument_noalias,2) VarExists
244 Assume arguments alias neither each other nor globals
245
246 fasynchronous-unwind-tables
247 Common Report Var(flag_asynchronous_unwind_tables)
248 Generate unwind tables that are exact at each instruction boundary
249
250 ; -fcheck-bounds causes gcc to generate array bounds checks.
251 ; For C, C++ and ObjC: defaults off.
252 ; For Java: defaults to on.
253 ; For Fortran: defaults to off.
254 fbounds-check
255 Common Report Var(flag_bounds_check)
256 Generate code to check bounds before indexing arrays
257
258 fbranch-count-reg
259 Common Report Var(flag_branch_on_count_reg) Init(1)
260 Replace add, compare, branch with branch on count register
261
262 fbranch-probabilities
263 Common Report Var(flag_branch_probabilities)
264 Use profiling information for branch probabilities
265
266 fbranch-target-load-optimize
267 Common Report Var(flag_branch_target_load_optimize)
268 Perform branch target load optimization before prologue / epilogue threading
269
270 fbranch-target-load-optimize2
271 Common Report Var(flag_branch_target_load_optimize2)
272 Perform branch target load optimization after prologue / epilogue threading
273
274 fbtr-bb-exclusive
275 Common Report Var(flag_btr_bb_exclusive)
276 Restrict target load migration not to re-use registers in any basic block
277
278 fcall-saved-
279 Common Joined RejectNegative
280 -fcall-saved-<register> Mark <register> as being preserved across functions
281
282 fcall-used-
283 Common Joined RejectNegative
284 -fcall-used-<register>  Mark <register> as being corrupted by function calls
285
286 ; Nonzero for -fcaller-saves: allocate values in regs that need to
287 ; be saved across function calls, if that produces overall better code.
288 ; Optional now, so people can test it.
289 fcaller-saves
290 Common Report Var(flag_caller_saves)
291 Save registers around function calls
292
293 fcommon
294 Common Report Var(flag_no_common,0)
295 Do not put uninitialized globals in the common section
296
297 fcprop-registers
298 Common Report Var(flag_cprop_registers)
299 Perform a register copy-propagation optimization pass
300
301 fcrossjumping
302 Common Report Var(flag_crossjumping)
303 Perform cross-jumping optimization
304
305 fcse-follow-jumps
306 Common Report Var(flag_cse_follow_jumps)
307 When running CSE, follow jumps to their targets
308
309 fcse-skip-blocks
310 Common Report Var(flag_cse_skip_blocks)
311 When running CSE, follow conditional jumps
312
313 fcx-limited-range
314 Common Report Var(flag_cx_limited_range)
315 Omit range reduction step when performing complex division
316
317 fdata-sections
318 Common Report Var(flag_data_sections)
319 Place data items into their own section
320
321 ; Nonzero for -fdefer-pop: don't pop args after each function call
322 ; instead save them up to pop many calls' args with one insns.
323 fdefer-pop
324 Common Report Var(flag_defer_pop)
325 Defer popping functions args from stack until later
326
327 fdelayed-branch
328 Common Report Var(flag_delayed_branch)
329 Attempt to fill delay slots of branch instructions
330
331 fdelete-null-pointer-checks
332 Common Report Var(flag_delete_null_pointer_checks)
333 Delete useless null pointer checks
334
335 fdiagnostics-show-location=
336 Common Joined RejectNegative
337 -fdiagnostics-show-location=[once|every-line]   How often to emit source location at the beginning of line-wrapped diagnostics
338
339 fdiagnostics-show-option
340 Common
341 Amend appropriate diagnostic messages with the command line option that controls them.
342
343 fdump-
344 Common Joined RejectNegative
345 -fdump-<type>   Dump various compiler internals to a file
346
347 fdump-unnumbered
348 Common Report Var(flag_dump_unnumbered) VarExists
349 Suppress output of instruction numbers and line number notes in debugging dumps
350
351 feliminate-dwarf2-dups
352 Common Report Var(flag_eliminate_dwarf2_dups)
353 Perform DWARF2 duplicate elimination
354
355 feliminate-unused-debug-symbols
356 Common Report Var(flag_debug_only_used_symbols)
357 Perform unused type elimination in debug info
358
359 feliminate-unused-debug-types
360 Common Report Var(flag_eliminate_unused_debug_types) Init(1)
361 Perform unused type elimination in debug info
362
363 fexceptions
364 Common Report Var(flag_exceptions)
365 Enable exception handling
366
367 fexpensive-optimizations
368 Common Report Var(flag_expensive_optimizations)
369 Perform a number of minor, expensive optimizations
370
371 ffast-math
372 Common
373
374 ffinite-math-only
375 Common Report Var(flag_finite_math_only)
376 Assume no NaNs or infinities are generated
377
378 ffixed-
379 Common Joined RejectNegative
380 -ffixed-<register>      Mark <register> as being unavailable to the compiler
381
382 ffloat-store
383 Common Report Var(flag_float_store)
384 Don't allocate floats and doubles in extended-precision registers
385
386 ; Nonzero for -fforce-addr: load memory address into a register before
387 ; reference to memory.  This makes better cse but slower compilation.
388 fforce-addr
389 Common Report Var(flag_force_addr)
390 Copy memory address constants into registers before use
391
392 ; Nonzero for -fforce-mem: load memory value into a register
393 ; before arithmetic on it.  This makes better cse but slower compilation.
394 fforce-mem
395 Common Report Var(flag_force_mem)
396 Copy memory operands into registers before use
397
398 ; Nonzero means don't put addresses of constant functions in registers.
399 ; Used for compiling the Unix kernel, where strange substitutions are
400 ; done on the assembly output.
401 ffunction-cse
402 Common Report Var(flag_no_function_cse,0)
403 Allow function addresses to be held in registers
404
405 ffunction-sections
406 Common Report Var(flag_function_sections)
407 Place each function into its own section
408
409 fgcse
410 Common Report Var(flag_gcse)
411 Perform global common subexpression elimination
412
413 fgcse-lm
414 Common Report Var(flag_gcse_lm) Init(1)
415 Perform enhanced load motion during global common subexpression elimination
416
417 fgcse-sm
418 Common Report Var(flag_gcse_sm) Init(0)
419 Perform store motion after global common subexpression elimination
420
421 fgcse-las
422 Common Report Var(flag_gcse_las) Init(0)
423 Perform redundant load after store elimination in global common subexpression
424 elimination
425
426 fgcse-after-reload
427 Common Report Var(flag_gcse_after_reload)
428 Perform global common subexpression elimination after register allocation
429 has finished.
430
431 fguess-branch-probability
432 Common Report Var(flag_guess_branch_prob)
433 Enable guessing of branch probabilities
434
435 ; Nonzero means ignore `#ident' directives.  0 means handle them.
436 ; Generate position-independent code for executables if possible
437 ; On SVR4 targets, it also controls whether or not to emit a
438 ; string identifying the compiler.
439 fident
440 Common Report Var(flag_no_ident,0)
441 Process #ident directives
442
443 fif-conversion
444 Common Report Var(flag_if_conversion)
445 Perform conversion of conditional jumps to branchless equivalents
446
447 fif-conversion2
448 Common Report Var(flag_if_conversion2)
449 Perform conversion of conditional jumps to conditional execution
450
451 ; -finhibit-size-directive inhibits output of .size for ELF.
452 ; This is used only for compiling crtstuff.c,
453 ; and it may be extended to other effects
454 ; needed for crtstuff.c on other systems.
455 finhibit-size-directive
456 Common Report Var(flag_inhibit_size_directive)
457 Do not generate .size directives
458
459 ; Nonzero means that functions declared `inline' will be treated
460 ; as `static'.  Prevents generation of zillions of copies of unused
461 ; static inline functions; instead, `inlines' are written out
462 ; only when actually used.  Used in conjunction with -g.  Also
463 ; does the right thing with #pragma interface.
464 finline
465 Common Report Var(flag_no_inline,0) Init(2)
466 Pay attention to the \"inline\" keyword
467
468 finline-functions
469 Common Report Var(flag_inline_functions)
470 Integrate simple functions into their callers
471
472 finline-limit-
473 Common RejectNegative Joined UInteger
474
475 finline-limit=
476 Common RejectNegative Joined UInteger
477 -finline-limit=<number> Limit the size of inlined functions to <number>
478
479 finstrument-functions
480 Common Report Var(flag_instrument_function_entry_exit)
481 Instrument function entry and exit with profiling calls
482
483 fivopts
484 Common Report Var(flag_ivopts) Init(1)
485 Optimize induction variables on trees
486
487 fkeep-inline-functions
488 Common Report Var(flag_keep_inline_functions)
489 Generate code for functions even if they are fully inlined
490
491 fkeep-static-consts
492 Common Report Var(flag_keep_static_consts) Init(1)
493 Emit static const variables even if they are not used
494
495 fleading-underscore
496 Common Report Var(flag_leading_underscore) Init(-1)
497 Give external symbols a leading underscore
498
499 floop-optimize
500 Common Report Var(flag_loop_optimize)
501 Perform loop optimizations
502
503 floop-optimize2
504 Common Report Var(flag_loop_optimize2)
505 Perform loop optimizations using the new loop optimizer
506
507 fmath-errno
508 Common Report Var(flag_errno_math) Init(1)
509 Set errno after built-in math functions
510
511 fmem-report
512 Common Report Var(mem_report)
513 Report on permanent memory allocation
514
515 ; This will attempt to merge constant section constants, if 1 only
516 ; string constants and constants from constant pool, if 2 also constant
517 ; variables.
518 fmerge-all-constants
519 Common Report Var(flag_merge_constants,2) Init(1)
520 Attempt to merge identical constants and constant variables
521
522 fmerge-constants
523 Common Report Var(flag_merge_constants,1) VarExists
524 Attempt to merge identical constants across compilation units
525
526 fmessage-length=
527 Common RejectNegative Joined UInteger
528 -fmessage-length=<number>       Limit diagnostics to <number> characters per line.  0 suppresses line-wrapping
529
530 fmodulo-sched
531 Common Report Var(flag_modulo_sched)
532 Perform SMS based modulo scheduling before the first scheduling pass
533
534 fmove-loop-invariants
535 Common Report Var(flag_move_loop_invariants)
536 Move loop invariant computations out of loops
537
538 fmudflap
539 Common RejectNegative Report Var(flag_mudflap)
540 Add mudflap bounds-checking instrumentation for single-threaded program.
541
542 fmudflapth
543 Common RejectNegative Report Var(flag_mudflap_threads)
544 Add mudflap bounds-checking instrumentation for multi-threaded program.
545
546 fmudflapir
547 Common RejectNegative Report Var(flag_mudflap_ignore_reads)
548 Ignore read operations when inserting mudflap instrumentation.
549
550 freschedule-modulo-scheduled-loops
551 Common Report Var(flag_resched_modulo_sched)
552 Enable/Disable the traditional scheduling in loops that already passed modulo scheduling
553
554 fnon-call-exceptions
555 Common Report Var(flag_non_call_exceptions)
556 Support synchronous non-call exceptions
557
558 fomit-frame-pointer
559 Common Report Var(flag_omit_frame_pointer)
560 When possible do not generate stack frames
561
562 foptimize-register-move
563 Common Report Var(flag_regmove)
564 Do the full register move optimization pass
565
566 foptimize-sibling-calls
567 Common Report Var(flag_optimize_sibling_calls)
568 Optimize sibling and tail recursive calls
569
570 fpack-struct
571 Common Report Var(flag_pack_struct)
572 Pack structure members together without holes
573
574 fpack-struct=
575 Common RejectNegative Joined UInteger
576 -fpack-struct=<number>  Set initial maximum structure member alignment
577
578 fpcc-struct-return
579 Common Report Var(flag_pcc_struct_return,1) VarExists
580 Return small aggregates in memory, not registers
581
582 fpeel-loops
583 Common Report Var(flag_peel_loops)
584 Perform loop peeling
585
586 fpeephole
587 Common Report Var(flag_no_peephole,0)
588 Enable machine specific peephole optimizations
589
590 fpeephole2
591 Common Report Var(flag_peephole2)
592 Enable an RTL peephole pass before sched2
593
594 fPIC
595 Common Report Var(flag_pic,2)
596 Generate position-independent code if possible (large mode)
597
598 fPIE
599 Common Report Var(flag_pie,2)
600 Generate position-independent code for executables if possible (large mode)
601
602 fpic
603 Common Report Var(flag_pic,1) VarExists
604 Generate position-independent code if possible (small mode)
605
606 fpie
607 Common Report Var(flag_pie,1) VarExists
608 Generate position-independent code for executables if possible (small mode)
609
610 fprefetch-loop-arrays
611 Common Report Var(flag_prefetch_loop_arrays)
612 Generate prefetch instructions, if available, for arrays in loops
613
614 fprofile
615 Common Report Var(profile_flag)
616 Enable basic program profiling code
617
618 fprofile-arcs
619 Common Report Var(profile_arc_flag)
620 Insert arc-based program profiling code
621
622 fprofile-generate
623 Common
624 Enable common options for generating profile info for profile feedback directed optimizations
625
626 fprofile-use
627 Common
628 Enable common options for performing profile feedback directed optimizations
629
630 fprofile-values
631 Common Report Var(flag_profile_values)
632 Insert code to profile values of expressions
633
634 frandom-seed
635 Common
636
637 frandom-seed=
638 Common Joined RejectNegative
639 -frandom-seed=<string>  Make compile reproducible using <string>
640
641 freg-struct-return
642 Common Report Var(flag_pcc_struct_return,0) VarExists
643 Return small aggregates in registers
644
645 fregmove
646 Common Report Var(flag_regmove)
647 Enables a register move optimization
648
649 frename-registers
650 Common Report Var(flag_rename_registers)
651 Perform a register renaming optimization pass
652
653 freorder-blocks
654 Common Report Var(flag_reorder_blocks)
655 Reorder basic blocks to improve code placement
656
657 freorder-blocks-and-partition
658 Common Report Var(flag_reorder_blocks_and_partition)
659 Reorder basic blocks and partition into hot and cold sections
660
661 freorder-functions
662 Common Report Var(flag_reorder_functions)
663 Reorder functions to improve code placement
664
665 frerun-cse-after-loop
666 Common Report Var(flag_rerun_cse_after_loop)
667 Add a common subexpression elimination pass after loop optimizations
668
669 frerun-loop-opt
670 Common Report Var(flag_rerun_loop_opt)
671 Run the loop optimizer twice
672
673 frounding-math
674 Common Report Var(flag_rounding_math)
675 Disable optimizations that assume default FP rounding behavior
676
677 fsched-interblock
678 Common Report Var(flag_schedule_interblock) Init(1)
679 Enable scheduling across basic blocks
680
681 fsched-spec
682 Common Report Var(flag_schedule_speculative) Init(1)
683 Allow speculative motion of non-loads
684
685 fsched-spec-load
686 Common Report Var(flag_schedule_speculative_load)
687 Allow speculative motion of some loads
688
689 fsched-spec-load-dangerous
690 Common Report Var(flag_schedule_speculative_load_dangerous)
691 Allow speculative motion of more loads
692
693 fsched-verbose=
694 Common RejectNegative Joined
695 -fsched-verbose=<number>        Set the verbosity level of the scheduler
696
697 fsched2-use-superblocks
698 Common Report Var(flag_sched2_use_superblocks)
699 If scheduling post reload, do superblock scheduling
700
701 fsched2-use-traces
702 Common Report Var(flag_sched2_use_traces)
703 If scheduling post reload, do trace scheduling
704
705 fschedule-insns
706 Common Report Var(flag_schedule_insns)
707 Reschedule instructions before register allocation
708
709 fschedule-insns2
710 Common Report Var(flag_schedule_insns_after_reload)
711 Reschedule instructions after register allocation
712
713 ; sched_stalled_insns means that insns can be moved prematurely from the queue
714 ; of stalled insns into the ready list.
715 fsched-stalled-insns
716 Common Report Var(flag_sched_stalled_insns)
717 Allow premature scheduling of queued insns
718
719 fsched-stalled-insns=
720 Common RejectNegative Joined UInteger 
721 -fsched-stalled-insns=<number>  Set number of queued insns that can be prematurely scheduled
722
723 ; sched_stalled_insns_dep controls how many recently scheduled cycles will
724 ; be examined for a dependency on a stalled insn that is candidate for
725 ; premature removal from the queue of stalled insns into the ready list (has
726 ; an effect only if the flag 'sched_stalled_insns' is set).
727 fsched-stalled-insns-dep
728 Common Report Var(flag_sched_stalled_insns_dep,1) Init(1)
729 Set dependence distance checking in premature scheduling of queued insns
730
731 fsched-stalled-insns-dep=
732 Common RejectNegative Joined UInteger
733 -fsched-stalled-insns-dep=<number>      Set dependence distance checking in premature scheduling of queued insns
734
735 fshared-data
736 Common Report Var(flag_shared_data)
737 Mark data as shared rather than private
738
739 fshow-column
740 Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(1)
741 Show column numbers in diagnostics, when available.  Default on.
742
743 fsignaling-nans
744 Common Report Var(flag_signaling_nans)
745 Disable optimizations observable by IEEE signaling NaNs
746
747 fsingle-precision-constant
748 Common Report Var(flag_single_precision_constant)
749 Convert floating point constants to single precision constants
750
751 fspeculative-prefetching
752 Common Report Var(flag_speculative_prefetching)
753 Use value profiling for speculative prefetching
754
755 fsplit-ivs-in-unroller
756 Common Report Var(flag_split_ivs_in_unroller) Init(1)
757 Split lifetimes of induction variables when loops are unrolled.
758
759 fvariable-expansion-in-unroller
760 Common Report Var(flag_variable_expansion_in_unroller) 
761 Apply variable expansion when loops are unrolled.
762
763 ; Emit code to probe the stack, to help detect stack overflow; also
764 ; may cause large objects to be allocated dynamically.
765 fstack-check
766 Common Report Var(flag_stack_check)
767 Insert stack checking code into the program
768
769 fstack-limit
770 Common
771
772 fstack-limit-register=
773 Common RejectNegative Joined
774 -fstack-limit-register=<register>       Trap if the stack goes past <register>
775
776 fstack-limit-symbol=
777 Common RejectNegative Joined
778 -fstack-limit-symbol=<name>     Trap if the stack goes past symbol <name>
779
780 fstrength-reduce
781 Common Report Var(flag_strength_reduce)
782 Perform strength reduction optimizations
783
784 ; Nonzero if we should do (language-dependent) alias analysis.
785 ; Typically, this analysis will assume that expressions of certain
786 ; types do not alias expressions of certain other types.  Only used
787 ; if alias analysis (in general) is enabled.
788 fstrict-aliasing
789 Common Report Var(flag_strict_aliasing)
790 Assume strict aliasing rules apply
791
792 fsyntax-only
793 Common Report Var(flag_syntax_only)
794 Check for syntax errors, then stop
795
796 ftest-coverage
797 Common Report Var(flag_test_coverage)
798 Create data files needed by \"gcov\"
799
800 fthread-jumps
801 Common Report Var(flag_thread_jumps)
802 Perform jump threading optimizations
803
804 ftime-report
805 Common Report Var(time_report)
806 Report the time taken by each compiler pass
807
808 ftls-model=
809 Common Joined RejectNegative
810 -ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]      Set the default thread-local storage code generation model
811
812 ftracer
813 Common Report Var(flag_tracer)
814 Perform superblock formation via tail duplication
815
816 ; Zero means that floating-point math operations cannot generate a
817 ; (user-visible) trap.  This is the case, for example, in nonstop
818 ; IEEE 754 arithmetic.
819 ftrapping-math
820 Common Report Var(flag_trapping_math) Init(1)
821 Assume floating-point operations can trap
822
823 ftrapv
824 Common Report Var(flag_trapv)
825 Trap for signed overflow in addition, subtraction and multiplication
826
827 ftree-based-profiling
828 Common Report Var(flag_tree_based_profiling)
829 Use tree-ssa based implementation of profiling
830
831 ftree-ccp
832 Common Report Var(flag_tree_ccp)
833 Enable SSA-CCP optimization on trees
834
835 ftree-store-ccp
836 Common Report Var(flag_tree_store_ccp)
837 Enable SSA-CCP optimization for stores and loads
838
839 ftree-ch
840 Common Report Var(flag_tree_ch)
841 Enable loop header copying on trees
842
843 ftree-combine-temps
844 Common Report Var(flag_tree_combine_temps)
845 Coalesce memory temporaries in the SSA->normal pass
846
847 ftree-copyrename
848 Common Report Var(flag_tree_copyrename)
849 Replace SSA temporaries with better names in copies.
850
851 ftree-copy-prop
852 Common Report Var(flag_tree_copy_prop)
853 Enable copy propagation on trees
854
855 ftree-store-copy-prop
856 Common Report Var(flag_tree_store_copy_prop)
857 Enable copy propagation for stores and loads
858
859 ftree-dce
860 Common Report Var(flag_tree_dce)
861 Enable SSA dead code elimination optimization on trees
862
863 ftree-dominator-opts
864 Common Report Var(flag_tree_dom)
865 Enable dominator optimizations
866
867 ftree-dse
868 Common Report Var(flag_tree_dse)
869 Enable dead store elimination
870
871 ftree-fre
872 Common Report Var(flag_tree_fre)
873 Enable Full Redundancy Elimination (FRE) on trees
874
875 ftree-loop-im
876 Common Report Var(flag_tree_loop_im) Init(1)
877 Enable loop invariant motion on trees
878
879 ftree-loop-linear
880 Common Report Var(flag_tree_loop_linear)
881 Enable linear loop transforms on trees
882
883 ftree-loop-ivcanon
884 Common Report Var(flag_tree_loop_ivcanon) Init(1)
885 Create canonical induction variables in loops
886
887 ftree-loop-optimize
888 Common Report Var(flag_tree_loop_optimize) Init(1)
889 Enable loop optimizations on tree level
890
891 ftree-pre
892 Common Report Var(flag_tree_pre)
893 Enable SSA-PRE optimization on trees
894
895 ftree-salias
896 Common Report Var(flag_tree_salias)
897 Perform structural alias analysis
898
899 ftree-sink
900 Common Report Var(flag_tree_sink)
901 Enable SSA code sinking on trees
902
903 ftree-sra
904 Common Report Var(flag_tree_sra)
905 Perform scalar replacement of aggregates
906
907 ftree-ter
908 Common Report Var(flag_tree_ter)
909 Replace temporary expressions in the SSA->normal pass
910
911 ftree-lrs
912 Common Report Var(flag_tree_live_range_split)
913 Perform live range splitting during the SSA->normal pass.
914
915 ftree-vrp
916 Common Report Var(flag_tree_vrp) Init(0)
917 Perform Value Range Propagation on trees
918
919 funit-at-a-time
920 Common Report Var(flag_unit_at_a_time)
921 Compile whole compilation unit at a time
922
923 funroll-loops
924 Common Report Var(flag_unroll_loops)
925 Perform loop unrolling when iteration count is known
926
927 funroll-all-loops
928 Common Report Var(flag_unroll_all_loops)
929 Perform loop unrolling for all loops
930
931 ; Nonzero means that unsafe floating-point math optimizations are allowed
932 ; for the sake of speed.  IEEE compliance is not guaranteed, and operations
933 ; are allowed to assume that their arguments and results are "normal"
934 ; (e.g., nonnegative for SQRT).
935 funsafe-math-optimizations
936 Common Report Var(flag_unsafe_math_optimizations)
937 Allow math optimizations that may violate IEEE or ISO standards
938
939 funswitch-loops
940 Common Report Var(flag_unswitch_loops)
941 Perform loop unswitching
942
943 funwind-tables
944 Common Report Var(flag_unwind_tables)
945 Just generate unwind tables for exception handling
946
947 fvar-tracking
948 Common Report Var(flag_var_tracking) VarExists
949 Perform variable tracking
950
951 ftree-vectorize
952 Common Report Var(flag_tree_vectorize)
953 Enable loop vectorization on trees
954
955 ftree-vectorizer-verbose=
956 Common RejectNegative Joined
957 -ftree-vectorizer-verbose=<number>      Set the verbosity level of the vectorizer
958
959 ; -fverbose-asm causes extra commentary information to be produced in
960 ; the generated assembly code (to make it more readable).  This option
961 ; is generally only of use to those who actually need to read the
962 ; generated assembly code (perhaps while debugging the compiler itself).
963 ; -fno-verbose-asm, the default, causes the extra information
964 ; to not be added and is useful when comparing two assembler files.
965 fverbose-asm
966 Common Report Var(flag_verbose_asm)
967 Add extra commentary to assembler output
968
969 fvisibility=
970 Common Joined RejectNegative
971 -fvisibility=[default|internal|hidden|protected]        Set the default symbol visibility
972
973
974 fvpt
975 Common Report Var(flag_value_profile_transformations)
976 Use expression value profiles in optimizations
977
978 fweb
979 Common Report Var(flag_web) Init(0)
980 Construct webs and split unrelated uses of single variable
981
982 fwrapv
983 Common Report Var(flag_wrapv)
984 Assume signed arithmetic overflow wraps around
985
986 fzero-initialized-in-bss
987 Common Report Var(flag_zero_initialized_in_bss) Init(1)
988 Put zero initialized data in the bss section
989
990 g
991 Common JoinedOrMissing
992 Generate debug information in default format
993
994 gcoff
995 Common JoinedOrMissing
996 Generate debug information in COFF format
997
998 gdwarf-2
999 Common JoinedOrMissing
1000 Generate debug information in DWARF v2 format
1001
1002 ggdb
1003 Common JoinedOrMissing
1004 Generate debug information in default extended format
1005
1006 gstabs
1007 Common JoinedOrMissing
1008 Generate debug information in STABS format
1009
1010 gstabs+
1011 Common JoinedOrMissing
1012 Generate debug information in extended STABS format
1013
1014 gvms
1015 Common JoinedOrMissing
1016 Generate debug information in VMS format
1017
1018 gxcoff
1019 Common JoinedOrMissing
1020 Generate debug information in XCOFF format
1021
1022 gxcoff+
1023 Common JoinedOrMissing
1024 Generate debug information in extended XCOFF format
1025
1026 o
1027 Common Joined Separate
1028 -o <file>       Place output into <file>
1029
1030 p
1031 Common Var(profile_flag)
1032 Enable function profiling
1033
1034 pedantic
1035 Common Var(pedantic)
1036 Issue warnings needed for strict compliance to the standard
1037
1038 pedantic-errors
1039 Common
1040 Like -pedantic but issue them as errors
1041
1042 quiet
1043 Common Var(quiet_flag)
1044 Do not display functions compiled or elapsed time
1045
1046 version
1047 Common Var(version_flag)
1048 Display the compiler's version
1049
1050 w
1051 Common Var(inhibit_warnings)
1052 Suppress warnings
1053
1054 ; This comment is to ensure we retain the blank line above.