Makefile.in (stmp-docobjdir): New target; ensure $docobjdir exists.
[official-gcc.git] / gcc / common.opt
blob65341d1b33cf509ddaa6cb6e3d512d7e431099ef
1 ; Options for the language- and target-independent parts of the compiler.
2 ; Copyright (C) 2003 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
9 ; version.
10
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 ; for more details.
15
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, 59 Temple Place - Suite 330, Boston, MA
19 ; 02111-1307, USA.
21 ; See c.opt for a description of this file's format.
23 ; Please try to keep this file in ASCII collating order.
25 -help
26 Common
27 Display this information
29 -param
30 Common Separate
31 --param <param>=<value> Set paramter <param> to value.  See below for a complete list of parameters
33 -target-help
34 Common
36 -version
37 Common
40 Common Joined Separate UInteger
41 -G<number>      Put global and static data smaller than <number> bytes into a special section (on some targets)
44 Common JoinedOrMissing
45 -O<number>      Set optimization level to <number>
48 Common
49 Optimize for space rather than speed
52 Common RejectNegative
53 This switch is deprecated; use -Wextra instead
55 Waggregate-return
56 Common
57 Warn about returning structures, unions or arrays
59 Wcast-align
60 Common
61 Warn about pointer casts which increase alignment
63 Wdeprecated-declarations
64 Common
65 Warn about uses of __attribute__((deprecated)) declarations
67 Wdisabled-optimization
68 Common
69 Warn when an optimization pass is disabled
71 Werror
72 Common
73 Treat all warnings as errors
75 Wextra
76 Common
77 Print extra (possibly unwanted) warnings
79 Winline
80 Common
81 Warn when an inlined function cannot be inlined
83 Wlarger-than-
84 Common RejectNegative Joined UInteger
85 -Wlarger-than-<number>  Warn if an object is larger than <number> bytes
87 Wmissing-noreturn
88 Common
89 Warn about functions which might be candidates for __attribute__((noreturn))
91 Wpacked
92 Common
93 Warn when the packed attribute has no effect on struct layout
95 Wpadded
96 Common
97 Warn when padding is required to align structure members
99 Wshadow
100 Common
101 Warn when one local variable shadows another
103 Wstrict-aliasing
104 Common
105 Warn about code which might break strict aliasing rules
107 Wswitch
108 Common
109 Warn about enumerated switches, with no default, missing a case
111 Wswitch-default
112 Common
113 Warn about enumerated switches missing a \"default:\" statement
115 Wswitch-enum
116 Common
117 Warn about all enumerated switches missing a specific case
119 Wsystem-headers
120 Common
121 Do not suppress warnings from system headers
123 Wuninitialized
124 Common
125 Warn about uninitialized automatic variables
127 Wunreachable-code
128 Common
129 Warn about code that will never be executed
131 Wunused
132 Common
133 Enable all -Wunused- warnings
135 Wunused-function
136 Common
137 Warn when a function is unused
139 Wunused-label
140 Common
141 Warn when a label is unused
143 Wunused-parameter
144 Common
145 Warn when a function parameter is unused
147 Wunused-value
148 Common
149 Warn when an expression value is unused
151 Wunused-variable
152 Common
153 Warn when a variable is unused
155 aux-info
156 Common Separate
157 -aux-info <file>        Emit declaration information into <file>
159 aux-info=
160 Common Joined
162 auxbase
163 Common Separate
165 auxbase-strip
166 Common Separate
169 Common Joined
170 -d<letters>     Enable dumps from specific passes of the compiler
172 dumpbase
173 Common Separate
174 -dumpbase <file>        Set the file basename to be used for dumps
176 fPIC
177 Common
179 fPIE
180 Common
182 falign-functions
183 Common
184 Align the start of functions
186 falign-functions=
187 Common RejectNegative Joined UInteger
189 falign-jumps
190 Common
191 Align labels which are only reached by jumping
193 falign-jumps=
194 Common RejectNegative Joined UInteger
196 falign-labels
197 Common
198 Align all labels
200 falign-labels=
201 Common RejectNegative Joined UInteger
203 falign-loops
204 Common
205 Align the start of loops
207 falign-loops=
208 Common RejectNegative Joined UInteger
210 fargument-alias
211 Common
212 Specify that arguments may alias each other and globals
214 fargument-noalias
215 Common
216 Assume arguments may alias globals but not each other
218 fargument-noalias-global
219 Common
220 Assume arguments alias neither each other nor globals
222 fasynchronous-unwind-tables
223 Common
224 Generate unwind tables that are exact at each instruction boundary
226 fbounds-check
227 Common
228 Generate code to check bounds before indexing arrays
230 fbranch-count-reg
231 Common
232 Replace add, compare, branch with branch on count register
234 fbranch-probabilities
235 Common
236 Use profiling information for branch probabilities
238 fbranch-target-load-optimize
239 Common
240 Perform branch target load optimization before prologue / epilogue threading
242 fbranch-target-load-optimize2
243 Common
244 Perform branch target load optimization after prologue / epilogue threading
246 fcall-saved-
247 Common Joined RejectNegative
248 -fcall-saved-<register> Mark <register> as being preserved across functions
250 fcall-used-
251 Common Joined RejectNegative
252 -fcall-used-<register>  Mark <register> as being corrupted by function calls
254 fcaller-saves
255 Common
256 Save registers around function calls
258 fcommon
259 Common
260 Do not put uninitialized globals in the common section
262 fcprop-registers
263 Common
264 Perform a register copy-propagation optimization pass
266 fcrossjumping
267 Common
268 Perform cross-jumping optimization
270 fcse-follow-jumps
271 Common
272 When running CSE, follow jumps to their targets
274 fcse-skip-blocks
275 Common
276 When running CSE, follow conditional jumps
278 fdata-sections
279 Common
280 Place data items into their own section
282 fdefer-pop
283 Common
284 Defer popping functions args from stack until later
286 fdelayed-branch
287 Common
288 Attempt to fill delay slots of branch instructions
290 fdelete-null-pointer-checks
291 Common
292 Delete useless null pointer checks
294 fdiagnostics-show-location=
295 Common Joined RejectNegative
296 -fdiagnostics-show-location=[once|every-line]   How often to emit source location at the beginning of line-wrapped diagnostics
298 fdump-unnumbered
299 Common
300 Suppress output of instruction numbers and line number notes in debugging dumps
302 feliminate-dwarf2-dups
303 Common
304 Perform DWARF2 duplicate elimination
306 feliminate-unused-debug-symbols
307 Common
308 Perform unused type elimination in debug info
310 feliminate-unused-debug-types
311 Common
312 Perform unused type elimination in debug info
314 fexceptions
315 Common
316 Enable exception handling
318 fexpensive-optimizations
319 Common
320 Perform a number of minor, expensive optimizations
322 ffast-math
323 Common
325 ffinite-math-only
326 Common
327 Assume no NaNs or infinities are generated
329 ffixed-
330 Common Joined RejectNegative
331 -ffixed-<register>      Mark <register> as being unavailable to the compiler
333 ffloat-store
334 Common
335 Do not store floats in registers
337 fforce-addr
338 Common
339 Copy memory address constants into registers before use
341 fforce-mem
342 Common
343 Copy memory operands into registers before use
345 ffunction-cse
346 Common
347 Allow function addresses to be held in registers
349 ffunction-sections
350 Common
351 Place each function into its own section
353 fgcse
354 Common
355 Perform global common subexpression elimination
357 fgcse-lm
358 Common
359 Perform enhanced load motion during global common subexpression elimination
361 fgcse-sm
362 Common
363 Perform store motion after global common subexpression elimination
365 fgnu-linker
366 Common
367 Output GNU ld formatted global initializers
369 fguess-branch-probability
370 Common
371 Enable guessing of branch probabilities
373 fident
374 Common
375 Process #ident directives
377 fif-conversion
378 Common
379 Perform conversion of conditional jumps to branchless equivalents
381 fif-conversion2
382 Common
383 Perform conversion of conditional jumps to conditional execution
385 finhibit-size-directive
386 Common
387 Do not generate .size directives
389 finline
390 Common
391 Pay attention to the \"inline\" keyword
393 finline-functions
394 Common
395 Integrate simple functions into their callers
397 finline-limit-
398 Common RejectNegative Joined UInteger
400 finline-limit=
401 Common RejectNegative Joined UInteger
402 -finline-limit=<number> Limit the size of inlined functions to <number>
404 finstrument-functions
405 Common
406 Instrument function entry and exit with profiling calls
408 fkeep-inline-functions
409 Common
410 Generate code for functions even if they are fully inlined
412 fkeep-static-consts
413 Common
414 Emit static const variables even if they are not used
416 fleading-underscore
417 Common
418 Give external symbols a leading underscore
420 floop-optimize
421 Common
422 Perform loop optimizations
424 fmath-errno
425 Common
426 Set errno after built-in math functions
428 fmem-report
429 Common
430 Report on permanent memory allocation
432 fmerge-all-constants
433 Common
434 Attempt to merge identical constants and constant variables
436 fmerge-constants
437 Common
438 Attempt to merge identical constants across compilation units
440 fmessage-length=
441 Common RejectNegative Joined UInteger
442 -fmessage-length=<number>       Limit diagnostics to <number> characters per line.  0 suppresses line-wrapping
444 fmove-all-movables
445 Common
446 Force all loop invariant computations out of loops
448 fnew-ra
449 Common
450 Use graph-coloring register allocation
452 fnon-call-exceptions
453 Common
454 Support synchronous non-call exceptions
456 fold-unroll-loops
457 Common
458 Perform loop unrolling when iteration count is known
460 fold-unroll-all-loops
461 Common
462 Perform loop unrolling for all loops
464 fomit-frame-pointer
465 Common
466 When possible do not generate stack frames
468 foptimize-register-move
469 Common
470 Do the full register move optimization pass
472 foptimize-sibling-calls
473 Common
474 Optimize sibling and tail recursive calls
476 fpack-struct
477 Common
478 Pack structure members together without holes
480 fpcc-struct-return
481 Common
482 Return small aggregates in memory, not registers
484 fpeel-loops
485 Common
486 Perform loop peeling
488 fpeephole
489 Common
490 Enable machine specific peephole optimizations
492 fpeephole2
493 Common
494 Enable an RTL peephole pass before sched2
496 fpic
497 Common
498 Generate position-independent code if possible
500 fpie
501 Common
502 Generate position-independent code for executables if possible
504 fprefetch-loop-arrays
505 Common
506 Generate prefetch instructions, if available, for arrays in loops
508 fprofile
509 Common
510 Enable basic program profiling code
512 fprofile-arcs
513 Common
514 Insert arc-based program profiling code
516 frandom-seed
517 Common
519 frandom-seed=
520 Common Joined RejectNegative
521 -frandom-seed=<string>  Make compile reproducible using <string>
523 freduce-all-givs
524 Common
525 Strength reduce all loop general induction variables
527 freg-struct-return
528 Common
529 Return small aggregates in registers
531 fregmove
532 Common
533 Enables a register move optimization
535 frename-registers
536 Common
537 Perform a register renaming optimization pass
539 freorder-blocks
540 Common
541 Reorder basic blocks to improve code placement
543 freorder-functions
544 Common
545 Reorder functions to improve code placement
547 frerun-cse-after-loop
548 Common
549 Add a common subexpression elimination pass after loop optimizations
551 frerun-loop-opt
552 Common
553 Run the loop optimizer twice
555 fsched-interblock
556 Common
557 Enable scheduling across basic blocks
559 fsched-spec
560 Common
561 Allow speculative motion of non-loads
563 fsched-spec-load
564 Common
565 Allow speculative motion of some loads
567 fsched-spec-load-dangerous
568 Common
569 Allow speculative motion of more loads
571 fsched-verbose=
572 Common RejectNegative Joined
573 -fsched-verbose=<number>        Set the verbosity level of the scheduler
575 fsched2-use-superblocks
576 Common
577 If scheduling post reload, do superblock scheduling
579 fsched2-use-traces
580 Common
581 If scheduling post reload, do trace scheduling
583 fschedule-insns
584 Common
585 Reschedule instructions before register allocation
587 fschedule-insns2
588 Common
589 Reschedule instructions after register allocation
591 fshared-data
592 Common
593 Mark data as shared rather than private
595 fsignaling-nans
596 Common
597 Disable optimizations observable by IEEE signaling NaNs
599 fsingle-precision-constant
600 Common
601 Convert floating point constants to single precision constants
603 fssa
604 Common
605 Enable static single assignment optimizations
607 fssa-ccp
608 Common
609 Enable SSA conditional constant propagation
611 fssa-dce
612 Common
613 Enable aggressive SSA dead code elimination
615 fstack-check
616 Common
617 Insert stack checking code into the program
619 fstack-limit
620 Common
622 fstack-limit-register=
623 Common RejectNegative Joined
624 -fstack-limit-register=<register>       Trap if the stack goes past <register>
626 fstack-limit-symbol=
627 Common RejectNegative Joined
628 -fstack-limit-symbol=<name>     Trap if the stack goes past symbol <name>
630 fstrength-reduce
631 Common
632 Perform strength reduction optimizations
634 fstrict-aliasing
635 Common
636 Assume strict aliasing rules apply
638 fsyntax-only
639 Common
640 Check for syntax errors, then stop
642 ftest-coverage
643 Common
644 Create data files needed by \"gcov\"
646 fthread-jumps
647 Common
648 Perform jump threading optimizations
650 ftime-report
651 Common
652 Report the time taken by each compiler pass
654 ftls-model=
655 Common Joined RejectNegative
656 -ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]      Set the default thread-local storage code generation model
658 ftracer
659 Common
660 Perform superblock formation via tail duplication
662 ftrapping-math
663 Common
664 Assume floating-point operations can trap
666 ftrapv
667 Common
668 Trap for signed overflow in addition, subtraction and multiplication
670 funit-at-a-time
671 Common
672 Compile whole compilation unit at a time
674 funroll-loops
675 Common
676 Perform loop unrolling when iteration count is known
678 funroll-all-loops
679 Common
680 Perform loop unrolling for all loops
682 funsafe-math-optimizations
683 Common
684 Allow math optimizations that may violate IEEE or ISO standards
686 funswitch-loops
687 Common
688 Perform loop unswitching
690 funwind-tables
691 Common
692 Just generate unwind tables for exception handling
694 fverbose-asm
695 Common
696 Add extra commentary to assembler output
698 fwrapv
699 Common
700 Assume signed arithmetic overflow wraps around
702 fwritable-strings
703 Common
704 Store strings in writable data section
706 fzero-initialized-in-bss
707 Common
708 Put zero initialized data in the bss section
711 Common JoinedOrMissing
714 Common Joined
717 Common Joined Separate
718 -o <file>       Place output into <file>
721 Common
722 Enable function profiling
724 pedantic
725 Common
726 Issue warnings needed for strict compliance to the standard
728 pedantic-errors
729 Common
730 Like -pedantic but issue them as errors
732 quiet
733 Common
734 Do not display functions compiled or elapsed time
736 version
737 Common
738 Display the compiler's version
741 Common
742 Suppress warnings
744 ; This comment is to ensure we retain the blank line above.