index.html: Correct link to libg++ information.
[official-gcc.git] / gcc / toplev.c
blobf783ed92f738cfa264afd766f14eb5ea14ec91d4
1 /* Top level of GNU C compiler
2 Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5 This file is part of GCC.
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.
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.
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. */
22 /* This is the top level of cc1/c++.
23 It parses command args, opens files, invokes the various passes
24 in the proper order, and counts the time used by each.
25 Error messages and low-level interface to malloc also handled here. */
27 #include "config.h"
28 #undef FLOAT /* This is for hpux. They should change hpux. */
29 #undef FFS /* Some systems define this in param.h. */
30 #include "system.h"
31 #include "coretypes.h"
32 #include "tm.h"
33 #include <signal.h>
35 #ifdef HAVE_SYS_RESOURCE_H
36 # include <sys/resource.h>
37 #endif
39 #ifdef HAVE_SYS_TIMES_H
40 # include <sys/times.h>
41 #endif
43 #include "input.h"
44 #include "tree.h"
45 #include "rtl.h"
46 #include "tm_p.h"
47 #include "flags.h"
48 #include "insn-attr.h"
49 #include "insn-config.h"
50 #include "insn-flags.h"
51 #include "hard-reg-set.h"
52 #include "recog.h"
53 #include "output.h"
54 #include "except.h"
55 #include "function.h"
56 #include "toplev.h"
57 #include "expr.h"
58 #include "basic-block.h"
59 #include "intl.h"
60 #include "ggc.h"
61 #include "graph.h"
62 #include "loop.h"
63 #include "regs.h"
64 #include "timevar.h"
65 #include "diagnostic.h"
66 #include "ssa.h"
67 #include "params.h"
68 #include "reload.h"
69 #include "dwarf2asm.h"
70 #include "integrate.h"
71 #include "real.h"
72 #include "debug.h"
73 #include "target.h"
74 #include "langhooks.h"
75 #include "cfglayout.h"
76 #include "cfgloop.h"
78 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
79 #include "dwarf2out.h"
80 #endif
82 #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
83 #include "dbxout.h"
84 #endif
86 #ifdef SDB_DEBUGGING_INFO
87 #include "sdbout.h"
88 #endif
90 #ifdef XCOFF_DEBUGGING_INFO
91 #include "xcoffout.h" /* Needed for external data
92 declarations for e.g. AIX 4.x. */
93 #endif
95 /* Carry information from ASM_DECLARE_OBJECT_NAME
96 to ASM_FINISH_DECLARE_OBJECT. */
98 extern int size_directive_output;
99 extern tree last_assemble_variable_decl;
101 extern void reg_alloc PARAMS ((void));
103 static void general_init PARAMS ((char *));
104 static void parse_options_and_default_flags PARAMS ((int, char **));
105 static void do_compile PARAMS ((void));
106 static void process_options PARAMS ((void));
107 static void backend_init PARAMS ((void));
108 static int lang_dependent_init PARAMS ((const char *));
109 static void init_asm_output PARAMS ((const char *));
110 static void finalize PARAMS ((void));
112 static void set_target_switch PARAMS ((const char *));
114 static void crash_signal PARAMS ((int)) ATTRIBUTE_NORETURN;
115 static void compile_file PARAMS ((void));
116 static void display_help PARAMS ((void));
117 static void display_target_options PARAMS ((void));
119 static void decode_d_option PARAMS ((const char *));
120 static int decode_f_option PARAMS ((const char *));
121 static int decode_W_option PARAMS ((const char *));
122 static int decode_g_option PARAMS ((const char *));
123 static unsigned int independent_decode_option PARAMS ((int, char **));
125 static void print_version PARAMS ((FILE *, const char *));
126 static int print_single_switch PARAMS ((FILE *, int, int, const char *,
127 const char *, const char *,
128 const char *, const char *));
129 static void print_switch_values PARAMS ((FILE *, int, int, const char *,
130 const char *, const char *));
132 /* Nonzero to dump debug info whilst parsing (-dy option). */
133 static int set_yydebug;
135 /* Length of line when printing switch values. */
136 #define MAX_LINE 75
138 /* Name of program invoked, sans directories. */
140 const char *progname;
142 /* Copy of arguments to toplev_main. */
143 int save_argc;
144 char **save_argv;
146 /* Name of current original source file (what was input to cpp).
147 This comes from each #-command in the actual input. */
149 const char *input_filename;
151 /* Name of top-level original source file (what was input to cpp).
152 This comes from the #-command at the beginning of the actual input.
153 If there isn't any there, then this is the cc1 input file name. */
155 const char *main_input_filename;
157 /* Current line number in real source file. */
159 int lineno;
161 /* Nonzero if it is unsafe to create any new pseudo registers. */
162 int no_new_pseudos;
164 /* Stack of currently pending input files. */
166 struct file_stack *input_file_stack;
168 /* Incremented on each change to input_file_stack. */
169 int input_file_stack_tick;
171 /* Name to use as base of names for dump output files. */
173 const char *dump_base_name;
175 /* Name to use as a base for auxiliary output files. */
177 const char *aux_base_name;
179 /* Format to use to print dumpfile index value */
180 #ifndef DUMPFILE_FORMAT
181 #define DUMPFILE_FORMAT ".%02d."
182 #endif
184 /* Bit flags that specify the machine subtype we are compiling for.
185 Bits are tested using macros TARGET_... defined in the tm.h file
186 and set by `-m...' switches. Must be defined in rtlanal.c. */
188 extern int target_flags;
190 /* A mask of target_flags that includes bit X if X was set or cleared
191 on the command line. */
193 int target_flags_explicit;
195 /* Debug hooks - dependent upon command line options. */
197 const struct gcc_debug_hooks *debug_hooks = &do_nothing_debug_hooks;
199 /* Describes a dump file. */
201 struct dump_file_info
203 /* The unique extension to apply, e.g. ".jump". */
204 const char *const extension;
206 /* The -d<c> character that enables this dump file. */
207 char const debug_switch;
209 /* True if there is a corresponding graph dump file. */
210 char const graph_dump_p;
212 /* True if the user selected this dump. */
213 char enabled;
215 /* True if the files have been initialized (ie truncated). */
216 char initialized;
219 /* Enumerate the extant dump files. */
221 enum dump_file_index
223 DFI_rtl,
224 DFI_sibling,
225 DFI_eh,
226 DFI_jump,
227 DFI_ssa,
228 DFI_ssa_ccp,
229 DFI_ssa_dce,
230 DFI_ussa,
231 DFI_null,
232 DFI_cse,
233 DFI_addressof,
234 DFI_gcse,
235 DFI_loop,
236 DFI_bypass,
237 DFI_cfg,
238 DFI_bp,
239 DFI_ce1,
240 DFI_tracer,
241 DFI_cse2,
242 DFI_life,
243 DFI_combine,
244 DFI_ce2,
245 DFI_regmove,
246 DFI_sched,
247 DFI_lreg,
248 DFI_greg,
249 DFI_postreload,
250 DFI_flow2,
251 DFI_peephole2,
252 DFI_rnreg,
253 DFI_ce3,
254 DFI_sched2,
255 DFI_stack,
256 DFI_bbro,
257 DFI_mach,
258 DFI_dbr,
259 DFI_MAX
262 /* Describes all the dump files. Should be kept in order of the
263 pass and in sync with dump_file_index above.
265 Remaining -d letters:
267 " o q "
268 " H JK OPQ TUV YZ"
271 static struct dump_file_info dump_file[DFI_MAX] =
273 { "rtl", 'r', 0, 0, 0 },
274 { "sibling", 'i', 0, 0, 0 },
275 { "eh", 'h', 0, 0, 0 },
276 { "jump", 'j', 0, 0, 0 },
277 { "ssa", 'e', 1, 0, 0 },
278 { "ssaccp", 'W', 1, 0, 0 },
279 { "ssadce", 'X', 1, 0, 0 },
280 { "ussa", 'e', 1, 0, 0 }, /* Yes, duplicate enable switch. */
281 { "null", 'u', 0, 0, 0 },
282 { "cse", 's', 0, 0, 0 },
283 { "addressof", 'F', 0, 0, 0 },
284 { "gcse", 'G', 1, 0, 0 },
285 { "loop", 'L', 1, 0, 0 },
286 { "bypass", 'G', 1, 0, 0 }, /* Yes, duplicate enable switch. */
287 { "cfg", 'f', 1, 0, 0 },
288 { "bp", 'b', 1, 0, 0 },
289 { "ce1", 'C', 1, 0, 0 },
290 { "tracer", 'T', 1, 0, 0 },
291 { "cse2", 't', 1, 0, 0 },
292 { "life", 'f', 1, 0, 0 }, /* Yes, duplicate enable switch. */
293 { "combine", 'c', 1, 0, 0 },
294 { "ce2", 'C', 1, 0, 0 },
295 { "regmove", 'N', 1, 0, 0 },
296 { "sched", 'S', 1, 0, 0 },
297 { "lreg", 'l', 1, 0, 0 },
298 { "greg", 'g', 1, 0, 0 },
299 { "postreload", 'o', 1, 0, 0 },
300 { "flow2", 'w', 1, 0, 0 },
301 { "peephole2", 'z', 1, 0, 0 },
302 { "rnreg", 'n', 1, 0, 0 },
303 { "ce3", 'E', 1, 0, 0 },
304 { "sched2", 'R', 1, 0, 0 },
305 { "stack", 'k', 1, 0, 0 },
306 { "bbro", 'B', 1, 0, 0 },
307 { "mach", 'M', 1, 0, 0 },
308 { "dbr", 'd', 0, 0, 0 },
311 static int open_dump_file PARAMS ((enum dump_file_index, tree));
312 static void close_dump_file PARAMS ((enum dump_file_index,
313 void (*) (FILE *, rtx), rtx));
315 /* Other flags saying which kinds of debugging dump have been requested. */
317 int rtl_dump_and_exit;
318 int flag_print_asm_name;
319 static int version_flag;
320 static char *filename;
321 enum graph_dump_types graph_dump_format;
323 /* Name for output file of assembly code, specified with -o. */
325 char *asm_file_name;
327 /* Value of the -G xx switch, and whether it was passed or not. */
328 int g_switch_value;
329 int g_switch_set;
331 /* Type(s) of debugging information we are producing (if any).
332 See flags.h for the definitions of the different possible
333 types of debugging information. */
334 enum debug_info_type write_symbols = NO_DEBUG;
336 /* Level of debugging information we are producing. See flags.h
337 for the definitions of the different possible levels. */
338 enum debug_info_level debug_info_level = DINFO_LEVEL_NONE;
340 /* Nonzero means use GNU-only extensions in the generated symbolic
341 debugging information. */
342 /* Currently, this only has an effect when write_symbols is set to
343 DBX_DEBUG, XCOFF_DEBUG, or DWARF_DEBUG. */
344 int use_gnu_debug_info_extensions = 0;
346 /* Nonzero means do optimizations. -O.
347 Particular numeric values stand for particular amounts of optimization;
348 thus, -O2 stores 2 here. However, the optimizations beyond the basic
349 ones are not controlled directly by this variable. Instead, they are
350 controlled by individual `flag_...' variables that are defaulted
351 based on this variable. */
353 int optimize = 0;
355 /* Nonzero means optimize for size. -Os.
356 The only valid values are zero and nonzero. When optimize_size is
357 nonzero, optimize defaults to 2, but certain individual code
358 bloating optimizations are disabled. */
360 int optimize_size = 0;
362 /* Nonzero if we should exit after parsing options. */
363 static int exit_after_options = 0;
365 /* The FUNCTION_DECL for the function currently being compiled,
366 or 0 if between functions. */
367 tree current_function_decl;
369 /* Set to the FUNC_BEGIN label of the current function, or NULL_TREE
370 if none. */
371 tree current_function_func_begin_label;
373 /* Nonzero if doing dwarf2 duplicate elimination. */
375 int flag_eliminate_dwarf2_dups = 0;
377 /* Nonzero if generating code to do profiling. */
379 int profile_flag = 0;
381 /* Nonzero if generating code to profile program flow graph arcs. */
383 int profile_arc_flag = 0;
385 /* Nonzero if generating info for gcov to calculate line test coverage. */
387 int flag_test_coverage = 0;
389 /* Nonzero indicates that branch taken probabilities should be calculated. */
391 int flag_branch_probabilities = 0;
393 /* Nonzero if basic blocks should be reordered. */
395 int flag_reorder_blocks = 0;
397 /* Nonzero if functions should be reordered. */
399 int flag_reorder_functions = 0;
401 /* Nonzero if registers should be renamed. */
403 int flag_rename_registers = 0;
404 int flag_cprop_registers = 0;
406 /* Nonzero for -pedantic switch: warn about anything
407 that standard spec forbids. */
409 int pedantic = 0;
411 /* Temporarily suppress certain warnings.
412 This is set while reading code from a system header file. */
414 int in_system_header = 0;
416 /* Don't print functions as they are compiled. -quiet. */
418 int quiet_flag = 0;
420 /* Print times taken by the various passes. -ftime-report. */
422 int time_report = 0;
424 /* Print memory still in use at end of compilation (which may have little
425 to do with peak memory consumption). -fmem-report. */
427 int mem_report = 0;
429 /* Nonzero means to collect statistics which might be expensive
430 and to print them when we are done. */
431 int flag_detailed_statistics = 0;
434 /* -f flags. */
436 /* Nonzero means `char' should be signed. */
438 int flag_signed_char;
440 /* Nonzero means give an enum type only as many bytes as it needs. */
442 int flag_short_enums;
444 /* Nonzero for -fcaller-saves: allocate values in regs that need to
445 be saved across function calls, if that produces overall better code.
446 Optional now, so people can test it. */
448 #ifdef DEFAULT_CALLER_SAVES
449 int flag_caller_saves = 1;
450 #else
451 int flag_caller_saves = 0;
452 #endif
454 /* Nonzero if structures and unions should be returned in memory.
456 This should only be defined if compatibility with another compiler or
457 with an ABI is needed, because it results in slower code. */
459 #ifndef DEFAULT_PCC_STRUCT_RETURN
460 #define DEFAULT_PCC_STRUCT_RETURN 1
461 #endif
463 /* Nonzero for -fpcc-struct-return: return values the same way PCC does. */
465 int flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN;
467 /* Nonzero for -fforce-mem: load memory value into a register
468 before arithmetic on it. This makes better cse but slower compilation. */
470 int flag_force_mem = 0;
472 /* Nonzero for -fforce-addr: load memory address into a register before
473 reference to memory. This makes better cse but slower compilation. */
475 int flag_force_addr = 0;
477 /* Nonzero for -fdefer-pop: don't pop args after each function call;
478 instead save them up to pop many calls' args with one insns. */
480 int flag_defer_pop = 0;
482 /* Nonzero for -ffloat-store: don't allocate floats and doubles
483 in extended-precision registers. */
485 int flag_float_store = 0;
487 /* Nonzero for -fcse-follow-jumps:
488 have cse follow jumps to do a more extensive job. */
490 int flag_cse_follow_jumps;
492 /* Nonzero for -fcse-skip-blocks:
493 have cse follow a branch around a block. */
494 int flag_cse_skip_blocks;
496 /* Nonzero for -fexpensive-optimizations:
497 perform miscellaneous relatively-expensive optimizations. */
498 int flag_expensive_optimizations;
500 /* Nonzero for -fthread-jumps:
501 have jump optimize output of loop. */
503 int flag_thread_jumps;
505 /* Nonzero enables strength-reduction in loop.c. */
507 int flag_strength_reduce = 0;
509 /* Nonzero enables loop unrolling in unroll.c. Only loops for which the
510 number of iterations can be calculated at compile-time (UNROLL_COMPLETELY,
511 UNROLL_MODULO) or at run-time (preconditioned to be UNROLL_MODULO) are
512 unrolled. */
514 int flag_unroll_loops;
516 /* Nonzero enables loop unrolling in unroll.c. All loops are unrolled.
517 This is generally not a win. */
519 int flag_unroll_all_loops;
521 /* Nonzero enables prefetch optimizations for arrays in loops. */
523 int flag_prefetch_loop_arrays;
525 /* Nonzero forces all invariant computations in loops to be moved
526 outside the loop. */
528 int flag_move_all_movables = 0;
530 /* Nonzero forces all general induction variables in loops to be
531 strength reduced. */
533 int flag_reduce_all_givs = 0;
535 /* Nonzero to perform full register move optimization passes. This is the
536 default for -O2. */
538 int flag_regmove = 0;
540 /* Nonzero for -fwritable-strings:
541 store string constants in data segment and don't uniquize them. */
543 int flag_writable_strings = 0;
545 /* Nonzero means don't put addresses of constant functions in registers.
546 Used for compiling the Unix kernel, where strange substitutions are
547 done on the assembly output. */
549 int flag_no_function_cse = 0;
551 /* Nonzero for -fomit-frame-pointer:
552 don't make a frame pointer in simple functions that don't require one. */
554 int flag_omit_frame_pointer = 0;
556 /* Nonzero means place each function into its own section on those platforms
557 which support arbitrary section names and unlimited numbers of sections. */
559 int flag_function_sections = 0;
561 /* ... and similar for data. */
563 int flag_data_sections = 0;
565 /* Nonzero to inhibit use of define_optimization peephole opts. */
567 int flag_no_peephole = 0;
569 /* Nonzero allows GCC to optimize sibling and tail recursive calls. */
571 int flag_optimize_sibling_calls = 0;
573 /* Nonzero means the front end generally wants `errno' maintained by math
574 operations, like built-in SQRT. */
576 int flag_errno_math = 1;
578 /* Nonzero means that unsafe floating-point math optimizations are allowed
579 for the sake of speed. IEEE compliance is not guaranteed, and operations
580 are allowed to assume that their arguments and results are "normal"
581 (e.g., nonnegative for SQRT). */
583 int flag_unsafe_math_optimizations = 0;
585 /* Nonzero means that no NaNs or +-Infs are expected. */
587 int flag_finite_math_only = 0;
589 /* Zero means that floating-point math operations cannot generate a
590 (user-visible) trap. This is the case, for example, in nonstop
591 IEEE 754 arithmetic. Trapping conditions include division by zero,
592 overflow, underflow, invalid and inexact, but does not include
593 operations on signaling NaNs (see below). */
595 int flag_trapping_math = 1;
597 /* Nonzero means disable transformations observable by signaling NaNs.
598 This option implies that any operation on a IEEE signaling NaN can
599 generate a (user-visible) trap. */
601 int flag_signaling_nans = 0;
603 /* 0 means straightforward implementation of complex divide acceptable.
604 1 means wide ranges of inputs must work for complex divide.
605 2 means C99-like requirements for complex divide (not yet implemented). */
607 int flag_complex_divide_method = 0;
609 /* Nonzero means just do syntax checking; don't output anything. */
611 int flag_syntax_only = 0;
613 /* Nonzero means perform loop optimizer. */
615 static int flag_loop_optimize;
617 /* Nonzero means perform crossjumping. */
619 static int flag_crossjumping;
621 /* Nonzero means perform if conversion. */
623 static int flag_if_conversion;
625 /* Nonzero means perform if conversion after reload. */
627 static int flag_if_conversion2;
629 /* Nonzero means to use global dataflow analysis to eliminate
630 useless null pointer tests. */
632 static int flag_delete_null_pointer_checks;
634 /* Nonzero means perform global CSE. */
636 int flag_gcse = 0;
638 /* Nonzero means to do the enhanced load motion during gcse, which trys
639 to hoist loads by not killing them when a store to the same location
640 is seen. */
642 int flag_gcse_lm = 1;
644 /* Nonzero means to perform store motion after gcse, which will try to
645 move stores closer to the exit block. Its not very effective without
646 flag_gcse_lm. */
648 int flag_gcse_sm = 1;
650 /* Nonzero means to rerun cse after loop optimization. This increases
651 compilation time about 20% and picks up a few more common expressions. */
653 static int flag_rerun_cse_after_loop;
655 /* Nonzero means to run loop optimizations twice. */
657 int flag_rerun_loop_opt;
659 /* Nonzero for -finline-functions: ok to inline functions that look like
660 good inline candidates. */
662 int flag_inline_functions;
664 /* Nonzero for -fkeep-inline-functions: even if we make a function
665 go inline everywhere, keep its definition around for debugging
666 purposes. */
668 int flag_keep_inline_functions;
670 /* Nonzero means that functions will not be inlined. */
672 int flag_no_inline = 2;
674 /* Nonzero means that we don't want inlining by virtue of -fno-inline,
675 not just because the tree inliner turned us off. */
677 int flag_really_no_inline = 2;
679 /* Nonzero means that we should emit static const variables
680 regardless of whether or not optimization is turned on. */
682 int flag_keep_static_consts = 1;
684 /* Nonzero means we should be saving declaration info into a .X file. */
686 int flag_gen_aux_info = 0;
688 /* Specified name of aux-info file. */
690 static char *aux_info_file_name;
692 /* Nonzero means make the text shared if supported. */
694 int flag_shared_data;
696 /* Nonzero means schedule into delayed branch slots if supported. */
698 int flag_delayed_branch;
700 /* Nonzero if we are compiling pure (sharable) code.
701 Value is 1 if we are doing "small" pic; value is 2 if we're doing
702 "large" pic. */
704 int flag_pic;
706 /* Set to the default thread-local storage (tls) model to use. */
708 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
710 /* Nonzero means generate extra code for exception handling and enable
711 exception handling. */
713 int flag_exceptions;
715 /* Nonzero means generate frame unwind info table when supported. */
717 int flag_unwind_tables = 0;
719 /* Nonzero means generate frame unwind info table exact at each insn boundary */
721 int flag_asynchronous_unwind_tables = 0;
723 /* Nonzero means don't place uninitialized global data in common storage
724 by default. */
726 int flag_no_common;
728 /* Nonzero means change certain warnings into errors.
729 Usually these are warnings about failure to conform to some standard. */
731 int flag_pedantic_errors = 0;
733 /* flag_schedule_insns means schedule insns within basic blocks (before
734 local_alloc).
735 flag_schedule_insns_after_reload means schedule insns after
736 global_alloc. */
738 int flag_schedule_insns = 0;
739 int flag_schedule_insns_after_reload = 0;
741 /* The following flags have effect only for scheduling before register
742 allocation:
744 flag_schedule_interblock means schedule insns across basic blocks.
745 flag_schedule_speculative means allow speculative motion of non-load insns.
746 flag_schedule_speculative_load means allow speculative motion of some
747 load insns.
748 flag_schedule_speculative_load_dangerous allows speculative motion of more
749 load insns. */
751 int flag_schedule_interblock = 1;
752 int flag_schedule_speculative = 1;
753 int flag_schedule_speculative_load = 0;
754 int flag_schedule_speculative_load_dangerous = 0;
756 int flag_single_precision_constant;
758 /* flag_branch_on_count_reg means try to replace add-1,compare,branch tupple
759 by a cheaper branch on a count register. */
760 int flag_branch_on_count_reg = 1;
762 /* -finhibit-size-directive inhibits output of .size for ELF.
763 This is used only for compiling crtstuff.c,
764 and it may be extended to other effects
765 needed for crtstuff.c on other systems. */
766 int flag_inhibit_size_directive = 0;
768 /* -fverbose-asm causes extra commentary information to be produced in
769 the generated assembly code (to make it more readable). This option
770 is generally only of use to those who actually need to read the
771 generated assembly code (perhaps while debugging the compiler itself).
772 -fno-verbose-asm, the default, causes the extra information
773 to be omitted and is useful when comparing two assembler files. */
775 int flag_verbose_asm = 0;
777 /* -dA causes debug commentary information to be produced in
778 the generated assembly code (to make it more readable). This option
779 is generally only of use to those who actually need to read the
780 generated assembly code (perhaps while debugging the compiler itself).
781 Currently, this switch is only used by dwarfout.c; however, it is intended
782 to be a catchall for printing debug information in the assembler file. */
784 int flag_debug_asm = 0;
786 /* -dP causes the rtl to be emitted as a comment in assembly. */
788 int flag_dump_rtl_in_asm = 0;
790 /* -fgnu-linker specifies use of the GNU linker for initializations.
791 (Or, more generally, a linker that handles initializations.)
792 -fno-gnu-linker says that collect2 will be used. */
793 #ifdef USE_COLLECT2
794 int flag_gnu_linker = 0;
795 #else
796 int flag_gnu_linker = 1;
797 #endif
799 /* Nonzero means put zero initialized data in the bss section. */
800 int flag_zero_initialized_in_bss = 1;
802 /* Enable SSA. */
803 int flag_ssa = 0;
805 /* Enable ssa conditional constant propagation. */
806 int flag_ssa_ccp = 0;
808 /* Enable ssa aggressive dead code elimination. */
809 int flag_ssa_dce = 0;
811 /* Tag all structures with __attribute__(packed). */
812 int flag_pack_struct = 0;
814 /* Emit code to check for stack overflow; also may cause large objects
815 to be allocated dynamically. */
816 int flag_stack_check;
818 /* When non-NULL, indicates that whenever space is allocated on the
819 stack, the resulting stack pointer must not pass this
820 address---that is, for stacks that grow downward, the stack pointer
821 must always be greater than or equal to this address; for stacks
822 that grow upward, the stack pointer must be less than this address.
823 At present, the rtx may be either a REG or a SYMBOL_REF, although
824 the support provided depends on the backend. */
825 rtx stack_limit_rtx;
827 /* 0 if pointer arguments may alias each other. True in C.
828 1 if pointer arguments may not alias each other but may alias
829 global variables.
830 2 if pointer arguments may not alias each other and may not
831 alias global variables. True in Fortran.
832 This defaults to 0 for C. */
833 int flag_argument_noalias = 0;
835 /* Nonzero if we should do (language-dependent) alias analysis.
836 Typically, this analysis will assume that expressions of certain
837 types do not alias expressions of certain other types. Only used
838 if alias analysis (in general) is enabled. */
839 int flag_strict_aliasing = 0;
841 /* Instrument functions with calls at entry and exit, for profiling. */
842 int flag_instrument_function_entry_exit = 0;
844 /* Nonzero means ignore `#ident' directives. 0 means handle them.
845 On SVR4 targets, it also controls whether or not to emit a
846 string identifying the compiler. */
848 int flag_no_ident = 0;
850 /* This will perform a peephole pass before sched2. */
851 int flag_peephole2 = 0;
853 /* This will try to guess branch probabilities. */
854 int flag_guess_branch_prob = 0;
856 /* -fcheck-bounds causes gcc to generate array bounds checks.
857 For C, C++, ObjC: defaults to off.
858 For Java: defaults to on.
859 For Fortran: defaults to off. */
860 int flag_bounds_check = 0;
862 /* This will attempt to merge constant section constants, if 1 only
863 string constants and constants from constant pool, if 2 also constant
864 variables. */
865 int flag_merge_constants = 1;
867 /* If one, renumber instruction UIDs to reduce the number of
868 unused UIDs if there are a lot of instructions. If greater than
869 one, unconditionally renumber instruction UIDs. */
870 int flag_renumber_insns = 1;
872 /* If nonzero, use the graph coloring register allocator. */
873 int flag_new_regalloc = 0;
875 /* Nonzero if we perform superblock formation. */
877 int flag_tracer = 0;
879 /* Values of the -falign-* flags: how much to align labels in code.
880 0 means `use default', 1 means `don't align'.
881 For each variable, there is an _log variant which is the power
882 of two not less than the variable, for .align output. */
884 int align_loops;
885 int align_loops_log;
886 int align_loops_max_skip;
887 int align_jumps;
888 int align_jumps_log;
889 int align_jumps_max_skip;
890 int align_labels;
891 int align_labels_log;
892 int align_labels_max_skip;
893 int align_functions;
894 int align_functions_log;
896 /* Like align_functions_log above, but used by front-ends to force the
897 minimum function alignment. Zero means no alignment is forced. */
898 int force_align_functions_log;
900 /* Table of supported debugging formats. */
901 static const struct
903 const char *const arg;
904 /* Since PREFERRED_DEBUGGING_TYPE isn't necessarily a
905 constant expression, we use NO_DEBUG in its place. */
906 const enum debug_info_type debug_type;
907 const int use_extensions_p;
908 const char *const description;
909 } *da,
910 debug_args[] =
912 { "", NO_DEBUG, DEFAULT_GDB_EXTENSIONS,
913 N_("Generate debugging info in default format") },
914 { "gdb", NO_DEBUG, 1, N_("Generate debugging info in default extended format") },
915 #ifdef DBX_DEBUGGING_INFO
916 { "stabs", DBX_DEBUG, 0, N_("Generate STABS format debug info") },
917 { "stabs+", DBX_DEBUG, 1, N_("Generate extended STABS format debug info") },
918 #endif
919 #ifdef DWARF_DEBUGGING_INFO
920 { "dwarf", DWARF_DEBUG, 0, N_("Generate DWARF-1 format debug info") },
921 { "dwarf+", DWARF_DEBUG, 1,
922 N_("Generate extended DWARF-1 format debug info") },
923 #endif
924 #ifdef DWARF2_DEBUGGING_INFO
925 { "dwarf-2", DWARF2_DEBUG, 0, N_("Generate DWARF-2 debug info") },
926 #endif
927 #ifdef XCOFF_DEBUGGING_INFO
928 { "xcoff", XCOFF_DEBUG, 0, N_("Generate XCOFF format debug info") },
929 { "xcoff+", XCOFF_DEBUG, 1, N_("Generate extended XCOFF format debug info") },
930 #endif
931 #ifdef SDB_DEBUGGING_INFO
932 { "coff", SDB_DEBUG, 0, N_("Generate COFF format debug info") },
933 #endif
934 #ifdef VMS_DEBUGGING_INFO
935 { "vms", VMS_DEBUG, 0, N_("Generate VMS format debug info") },
936 #endif
937 { 0, 0, 0, 0 }
940 typedef struct
942 const char *const string;
943 int *const variable;
944 const int on_value;
945 const char *const description;
947 lang_independent_options;
949 int flag_trapv = 0;
951 /* Add or remove a leading underscore from user symbols. */
952 int flag_leading_underscore = -1;
954 /* The user symbol prefix after having resolved same. */
955 const char *user_label_prefix;
957 static const param_info lang_independent_params[] = {
958 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \
959 { OPTION, DEFAULT, HELP },
960 #include "params.def"
961 #undef DEFPARAM
962 { NULL, 0, NULL }
965 /* Table of language-independent -f options.
966 STRING is the option name. VARIABLE is the address of the variable.
967 ON_VALUE is the value to store in VARIABLE
968 if `-fSTRING' is seen as an option.
969 (If `-fno-STRING' is seen as an option, the opposite value is stored.) */
971 static const lang_independent_options f_options[] =
973 {"eliminate-dwarf2-dups", &flag_eliminate_dwarf2_dups, 1,
974 N_("Perform DWARF2 duplicate elimination") },
975 {"float-store", &flag_float_store, 1,
976 N_("Do not store floats in registers") },
977 {"defer-pop", &flag_defer_pop, 1,
978 N_("Defer popping functions args from stack until later") },
979 {"omit-frame-pointer", &flag_omit_frame_pointer, 1,
980 N_("When possible do not generate stack frames") },
981 {"optimize-sibling-calls", &flag_optimize_sibling_calls, 1,
982 N_("Optimize sibling and tail recursive calls") },
983 {"tracer", &flag_tracer, 1,
984 N_("Perform superblock formation via tail duplication") },
985 {"cse-follow-jumps", &flag_cse_follow_jumps, 1,
986 N_("When running CSE, follow jumps to their targets") },
987 {"cse-skip-blocks", &flag_cse_skip_blocks, 1,
988 N_("When running CSE, follow conditional jumps") },
989 {"expensive-optimizations", &flag_expensive_optimizations, 1,
990 N_("Perform a number of minor, expensive optimizations") },
991 {"thread-jumps", &flag_thread_jumps, 1,
992 N_("Perform jump threading optimizations") },
993 {"strength-reduce", &flag_strength_reduce, 1,
994 N_("Perform strength reduction optimizations") },
995 {"unroll-loops", &flag_unroll_loops, 1,
996 N_("Perform loop unrolling when iteration count is known") },
997 {"unroll-all-loops", &flag_unroll_all_loops, 1,
998 N_("Perform loop unrolling for all loops") },
999 {"prefetch-loop-arrays", &flag_prefetch_loop_arrays, 1,
1000 N_("Generate prefetch instructions, if available, for arrays in loops") },
1001 {"move-all-movables", &flag_move_all_movables, 1,
1002 N_("Force all loop invariant computations out of loops") },
1003 {"reduce-all-givs", &flag_reduce_all_givs, 1,
1004 N_("Strength reduce all loop general induction variables") },
1005 {"writable-strings", &flag_writable_strings, 1,
1006 N_("Store strings in writable data section") },
1007 {"peephole", &flag_no_peephole, 0,
1008 N_("Enable machine specific peephole optimizations") },
1009 {"force-mem", &flag_force_mem, 1,
1010 N_("Copy memory operands into registers before using") },
1011 {"force-addr", &flag_force_addr, 1,
1012 N_("Copy memory address constants into regs before using") },
1013 {"function-cse", &flag_no_function_cse, 0,
1014 N_("Allow function addresses to be held in registers") },
1015 {"inline-functions", &flag_inline_functions, 1,
1016 N_("Integrate simple functions into their callers") },
1017 {"keep-inline-functions", &flag_keep_inline_functions, 1,
1018 N_("Generate code for funcs even if they are fully inlined") },
1019 {"inline", &flag_no_inline, 0,
1020 N_("Pay attention to the 'inline' keyword") },
1021 {"keep-static-consts", &flag_keep_static_consts, 1,
1022 N_("Emit static const variables even if they are not used") },
1023 {"syntax-only", &flag_syntax_only, 1,
1024 N_("Check for syntax errors, then stop") },
1025 {"shared-data", &flag_shared_data, 1,
1026 N_("Mark data as shared rather than private") },
1027 {"caller-saves", &flag_caller_saves, 1,
1028 N_("Enable saving registers around function calls") },
1029 {"pcc-struct-return", &flag_pcc_struct_return, 1,
1030 N_("Return 'short' aggregates in memory, not registers") },
1031 {"reg-struct-return", &flag_pcc_struct_return, 0,
1032 N_("Return 'short' aggregates in registers") },
1033 {"delayed-branch", &flag_delayed_branch, 1,
1034 N_("Attempt to fill delay slots of branch instructions") },
1035 {"gcse", &flag_gcse, 1,
1036 N_("Perform the global common subexpression elimination") },
1037 {"gcse-lm", &flag_gcse_lm, 1,
1038 N_("Perform enhanced load motion during global subexpression elimination") },
1039 {"gcse-sm", &flag_gcse_sm, 1,
1040 N_("Perform store motion after global subexpression elimination") },
1041 {"loop-optimize", &flag_loop_optimize, 1,
1042 N_("Perform the loop optimizations") },
1043 {"crossjumping", &flag_crossjumping, 1,
1044 N_("Perform cross-jumping optimization") },
1045 {"if-conversion", &flag_if_conversion, 1,
1046 N_("Perform conversion of conditional jumps to branchless equivalents") },
1047 {"if-conversion2", &flag_if_conversion2, 1,
1048 N_("Perform conversion of conditional jumps to conditional execution") },
1049 {"rerun-cse-after-loop", &flag_rerun_cse_after_loop, 1,
1050 N_("Run CSE pass after loop optimizations") },
1051 {"rerun-loop-opt", &flag_rerun_loop_opt, 1,
1052 N_("Run the loop optimizer twice") },
1053 {"delete-null-pointer-checks", &flag_delete_null_pointer_checks, 1,
1054 N_("Delete useless null pointer checks") },
1055 {"schedule-insns", &flag_schedule_insns, 1,
1056 N_("Reschedule instructions before register allocation") },
1057 {"schedule-insns2", &flag_schedule_insns_after_reload, 1,
1058 N_("Reschedule instructions after register allocation") },
1059 {"sched-interblock",&flag_schedule_interblock, 1,
1060 N_("Enable scheduling across basic blocks") },
1061 {"sched-spec",&flag_schedule_speculative, 1,
1062 N_("Allow speculative motion of non-loads") },
1063 {"sched-spec-load",&flag_schedule_speculative_load, 1,
1064 N_("Allow speculative motion of some loads") },
1065 {"sched-spec-load-dangerous",&flag_schedule_speculative_load_dangerous, 1,
1066 N_("Allow speculative motion of more loads") },
1067 {"branch-count-reg",&flag_branch_on_count_reg, 1,
1068 N_("Replace add,compare,branch with branch on count reg") },
1069 {"pic", &flag_pic, 1,
1070 N_("Generate position independent code, if possible") },
1071 {"PIC", &flag_pic, 2, ""},
1072 {"exceptions", &flag_exceptions, 1,
1073 N_("Enable exception handling") },
1074 {"unwind-tables", &flag_unwind_tables, 1,
1075 N_("Just generate unwind tables for exception handling") },
1076 {"asynchronous-unwind-tables", &flag_asynchronous_unwind_tables, 1,
1077 N_("Generate unwind tables exact at each instruction boundary") },
1078 {"non-call-exceptions", &flag_non_call_exceptions, 1,
1079 N_("Support synchronous non-call exceptions") },
1080 {"profile-arcs", &profile_arc_flag, 1,
1081 N_("Insert arc based program profiling code") },
1082 {"test-coverage", &flag_test_coverage, 1,
1083 N_("Create data files needed by gcov") },
1084 {"branch-probabilities", &flag_branch_probabilities, 1,
1085 N_("Use profiling information for branch probabilities") },
1086 {"profile", &profile_flag, 1,
1087 N_("Enable basic program profiling code") },
1088 {"reorder-blocks", &flag_reorder_blocks, 1,
1089 N_("Reorder basic blocks to improve code placement") },
1090 {"reorder-functions", &flag_reorder_functions, 1,
1091 N_("Reorder functions to improve code placement") },
1092 {"rename-registers", &flag_rename_registers, 1,
1093 N_("Do the register renaming optimization pass") },
1094 {"cprop-registers", &flag_cprop_registers, 1,
1095 N_("Do the register copy-propagation optimization pass") },
1096 {"common", &flag_no_common, 0,
1097 N_("Do not put uninitialized globals in the common section") },
1098 {"inhibit-size-directive", &flag_inhibit_size_directive, 1,
1099 N_("Do not generate .size directives") },
1100 {"function-sections", &flag_function_sections, 1,
1101 N_("place each function into its own section") },
1102 {"data-sections", &flag_data_sections, 1,
1103 N_("place data items into their own section") },
1104 {"verbose-asm", &flag_verbose_asm, 1,
1105 N_("Add extra commentry to assembler output") },
1106 {"gnu-linker", &flag_gnu_linker, 1,
1107 N_("Output GNU ld formatted global initializers") },
1108 {"regmove", &flag_regmove, 1,
1109 N_("Enables a register move optimization") },
1110 {"optimize-register-move", &flag_regmove, 1,
1111 N_("Do the full regmove optimization pass") },
1112 {"pack-struct", &flag_pack_struct, 1,
1113 N_("Pack structure members together without holes") },
1114 {"stack-check", &flag_stack_check, 1,
1115 N_("Insert stack checking code into the program") },
1116 {"argument-alias", &flag_argument_noalias, 0,
1117 N_("Specify that arguments may alias each other & globals") },
1118 {"argument-noalias", &flag_argument_noalias, 1,
1119 N_("Assume arguments may alias globals but not each other") },
1120 {"argument-noalias-global", &flag_argument_noalias, 2,
1121 N_("Assume arguments do not alias each other or globals") },
1122 {"strict-aliasing", &flag_strict_aliasing, 1,
1123 N_("Assume strict aliasing rules apply") },
1124 {"align-loops", &align_loops, 0,
1125 N_("Align the start of loops") },
1126 {"align-jumps", &align_jumps, 0,
1127 N_("Align labels which are only reached by jumping") },
1128 {"align-labels", &align_labels, 0,
1129 N_("Align all labels") },
1130 {"align-functions", &align_functions, 0,
1131 N_("Align the start of functions") },
1132 {"merge-constants", &flag_merge_constants, 1,
1133 N_("Attempt to merge identical constants accross compilation units") },
1134 {"merge-all-constants", &flag_merge_constants, 2,
1135 N_("Attempt to merge identical constants and constant variables") },
1136 {"dump-unnumbered", &flag_dump_unnumbered, 1,
1137 N_("Suppress output of instruction numbers and line number notes in debugging dumps") },
1138 {"instrument-functions", &flag_instrument_function_entry_exit, 1,
1139 N_("Instrument function entry/exit with profiling calls") },
1140 {"zero-initialized-in-bss", &flag_zero_initialized_in_bss, 1,
1141 N_("Put zero initialized data in the bss section") },
1142 {"ssa", &flag_ssa, 1,
1143 N_("Enable SSA optimizations") },
1144 {"ssa-ccp", &flag_ssa_ccp, 1,
1145 N_("Enable SSA conditional constant propagation") },
1146 {"ssa-dce", &flag_ssa_dce, 1,
1147 N_("Enable aggressive SSA dead code elimination") },
1148 {"leading-underscore", &flag_leading_underscore, 1,
1149 N_("External symbols have a leading underscore") },
1150 {"ident", &flag_no_ident, 0,
1151 N_("Process #ident directives") },
1152 { "peephole2", &flag_peephole2, 1,
1153 N_("Enables an rtl peephole pass run before sched2") },
1154 {"finite-math-only", &flag_finite_math_only, 1,
1155 N_("Assume no NaNs or +-Infs are generated") },
1156 { "guess-branch-probability", &flag_guess_branch_prob, 1,
1157 N_("Enables guessing of branch probabilities") },
1158 {"math-errno", &flag_errno_math, 1,
1159 N_("Set errno after built-in math functions") },
1160 {"trapping-math", &flag_trapping_math, 1,
1161 N_("Floating-point operations can trap") },
1162 {"unsafe-math-optimizations", &flag_unsafe_math_optimizations, 1,
1163 N_("Allow math optimizations that may violate IEEE or ANSI standards") },
1164 {"signaling-nans", &flag_signaling_nans, 1,
1165 N_("Disable optimizations observable by IEEE signaling NaNs") },
1166 {"bounds-check", &flag_bounds_check, 1,
1167 N_("Generate code to check bounds before indexing arrays") },
1168 {"single-precision-constant", &flag_single_precision_constant, 1,
1169 N_("Convert floating point constant to single precision constant") },
1170 {"time-report", &time_report, 1,
1171 N_("Report time taken by each compiler pass at end of run") },
1172 {"mem-report", &mem_report, 1,
1173 N_("Report on permanent memory allocation at end of run") },
1174 { "trapv", &flag_trapv, 1,
1175 N_("Trap for signed overflow in addition / subtraction / multiplication") },
1176 { "new-ra", &flag_new_regalloc, 1,
1177 N_("Use graph coloring register allocation.") },
1180 /* Table of language-specific options. */
1182 static const struct lang_opt
1184 const char *const option;
1185 const char *const description;
1187 documented_lang_options[] =
1189 /* In order not to overload the --help output, the convention
1190 used here is to only describe those options which are not
1191 enabled by default. */
1193 { "-ansi",
1194 N_("Compile just for ISO C90") },
1195 { "-std= ",
1196 N_("Determine language standard") },
1198 { "-fsigned-bitfields", "" },
1199 { "-funsigned-bitfields",
1200 N_("Make bit-fields by unsigned by default") },
1201 { "-fno-signed-bitfields", "" },
1202 { "-fno-unsigned-bitfields","" },
1203 { "-fsigned-char",
1204 N_("Make 'char' be signed by default") },
1205 { "-funsigned-char",
1206 N_("Make 'char' be unsigned by default") },
1207 { "-fno-signed-char", "" },
1208 { "-fno-unsigned-char", "" },
1210 { "-fasm", "" },
1211 { "-fno-asm",
1212 N_("Do not recognize the 'asm' keyword") },
1213 { "-fbuiltin", "" },
1214 { "-fno-builtin",
1215 N_("Do not recognize any built in functions") },
1216 { "-fhosted",
1217 N_("Assume normal C execution environment") },
1218 { "-fno-hosted", "" },
1219 { "-ffreestanding",
1220 N_("Assume that standard libraries & main might not exist") },
1221 { "-fno-freestanding", "" },
1222 { "-fcond-mismatch",
1223 N_("Allow different types as args of ? operator") },
1224 { "-fno-cond-mismatch", "" },
1225 { "-fdollars-in-identifiers",
1226 N_("Allow the use of $ inside identifiers") },
1227 { "-fno-dollars-in-identifiers", "" },
1228 { "-fpreprocessed", "" },
1229 { "-fno-preprocessed", "" },
1230 { "-fshort-double",
1231 N_("Use the same size for double as for float") },
1232 { "-fno-short-double", "" },
1233 { "-fshort-enums",
1234 N_("Use the smallest fitting integer to hold enums") },
1235 { "-fno-short-enums", "" },
1236 { "-fshort-wchar",
1237 N_("Override the underlying type for wchar_t to `unsigned short'") },
1238 { "-fno-short-wchar", "" },
1240 { "-Wall",
1241 N_("Enable most warning messages") },
1242 { "-Wbad-function-cast",
1243 N_("Warn about casting functions to incompatible types") },
1244 { "-Wno-bad-function-cast", "" },
1245 { "-Wmissing-format-attribute",
1246 N_("Warn about functions which might be candidates for format attributes") },
1247 { "-Wno-missing-format-attribute", "" },
1248 { "-Wcast-qual",
1249 N_("Warn about casts which discard qualifiers") },
1250 { "-Wno-cast-qual", "" },
1251 { "-Wchar-subscripts",
1252 N_("Warn about subscripts whose type is 'char'") },
1253 { "-Wno-char-subscripts", "" },
1254 { "-Wcomment",
1255 N_("Warn if nested comments are detected") },
1256 { "-Wno-comment", "" },
1257 { "-Wcomments",
1258 N_("Warn if nested comments are detected") },
1259 { "-Wno-comments", "" },
1260 { "-Wconversion",
1261 N_("Warn about possibly confusing type conversions") },
1262 { "-Wno-conversion", "" },
1263 { "-Wdiv-by-zero", "" },
1264 { "-Wno-div-by-zero",
1265 N_("Do not warn about compile-time integer division by zero") },
1266 { "-Wfloat-equal",
1267 N_("Warn about testing equality of floating point numbers") },
1268 { "-Wno-float-equal", "" },
1269 { "-Wformat",
1270 N_("Warn about printf/scanf/strftime/strfmon format anomalies") },
1271 { "-Wno-format", "" },
1272 { "-Wformat-extra-args", "" },
1273 { "-Wno-format-extra-args",
1274 N_("Don't warn about too many arguments to format functions") },
1275 { "-Wformat-nonliteral",
1276 N_("Warn about non-string-literal format strings") },
1277 { "-Wno-format-nonliteral", "" },
1278 { "-Wformat-security",
1279 N_("Warn about possible security problems with format functions") },
1280 { "-Wno-format-security", "" },
1281 { "-Wformat-y2k", "" },
1282 { "-Wno-format-y2k",
1283 N_("Don't warn about strftime formats yielding 2 digit years") },
1284 { "-Wimplicit-function-declaration",
1285 N_("Warn about implicit function declarations") },
1286 { "-Wno-implicit-function-declaration", "" },
1287 { "-Werror-implicit-function-declaration", "" },
1288 { "-Wimplicit-int",
1289 N_("Warn when a declaration does not specify a type") },
1290 { "-Wno-implicit-int", "" },
1291 { "-Wimplicit", "" },
1292 { "-Wno-implicit", "" },
1293 { "-Wimport",
1294 N_("Warn about the use of the #import directive") },
1295 { "-Wno-import", "" },
1296 { "-Winvalid-pch",
1297 N_("Warn about PCH files that are found but not used") },
1298 { "-Wlong-long","" },
1299 { "-Wno-long-long",
1300 N_("Do not warn about using 'long long' when -pedantic") },
1301 { "-Wmain",
1302 N_("Warn about suspicious declarations of main") },
1303 { "-Wno-main", "" },
1304 { "-Wmissing-braces",
1305 N_("Warn about possibly missing braces around initializers") },
1306 { "-Wno-missing-braces", "" },
1307 { "-Wmissing-declarations",
1308 N_("Warn about global funcs without previous declarations") },
1309 { "-Wno-missing-declarations", "" },
1310 { "-Wmissing-prototypes",
1311 N_("Warn about global funcs without prototypes") },
1312 { "-Wno-missing-prototypes", "" },
1313 { "-Wmultichar",
1314 N_("Warn about use of multicharacter literals") },
1315 { "-Wno-multichar", "" },
1316 { "-Wnested-externs",
1317 N_("Warn about externs not at file scope level") },
1318 { "-Wno-nested-externs", "" },
1319 { "-Wparentheses",
1320 N_("Warn about possible missing parentheses") },
1321 { "-Wno-parentheses", "" },
1322 { "-Wpointer-arith",
1323 N_("Warn about function pointer arithmetic") },
1324 { "-Wno-pointer-arith", "" },
1325 { "-Wredundant-decls",
1326 N_("Warn about multiple declarations of the same object") },
1327 { "-Wno-redundant-decls", "" },
1328 { "-Wreturn-type",
1329 N_("Warn whenever a function's return-type defaults to int") },
1330 { "-Wno-return-type", "" },
1331 { "-Wsequence-point",
1332 N_("Warn about possible violations of sequence point rules") },
1333 { "-Wno-sequence-point", "" },
1334 { "-Wsign-compare",
1335 N_("Warn about signed/unsigned comparisons") },
1336 { "-Wno-sign-compare", "" },
1337 { "-Wstrict-prototypes",
1338 N_("Warn about non-prototyped function decls") },
1339 { "-Wno-strict-prototypes", "" },
1340 { "-Wtraditional",
1341 N_("Warn about constructs whose meanings change in ISO C") },
1342 { "-Wno-traditional", "" },
1343 { "-Wtrigraphs",
1344 N_("Warn when trigraphs are encountered") },
1345 { "-Wno-trigraphs", "" },
1346 { "-Wundef", "" },
1347 { "-Wno-undef", "" },
1348 { "-Wunknown-pragmas",
1349 N_("Warn about unrecognized pragmas") },
1350 { "-Wno-unknown-pragmas", "" },
1351 { "-Wwrite-strings",
1352 N_("Mark strings as 'const char *'") },
1353 { "-Wno-write-strings", "" },
1355 #define DEFINE_LANG_NAME(NAME) { NULL, NAME },
1357 #include "options.h"
1361 /* Here is a table, controlled by the tm.h file, listing each -m switch
1362 and which bits in `target_switches' it should set or clear.
1363 If VALUE is positive, it is bits to set.
1364 If VALUE is negative, -VALUE is bits to clear.
1365 (The sign bit is not used so there is no confusion.) */
1367 static const struct
1369 const char *const name;
1370 const int value;
1371 const char *const description;
1373 target_switches[] = TARGET_SWITCHES;
1375 /* This table is similar, but allows the switch to have a value. */
1377 #ifdef TARGET_OPTIONS
1378 static const struct
1380 const char *const prefix;
1381 const char **const variable;
1382 const char *const description;
1384 target_options[] = TARGET_OPTIONS;
1385 #endif
1387 /* Options controlling warnings. */
1389 /* Don't print warning messages. -w. */
1391 int inhibit_warnings = 0;
1393 /* Don't suppress warnings from system headers. -Wsystem-headers. */
1395 int warn_system_headers = 0;
1397 /* Print various extra warnings. -W/-Wextra. */
1399 int extra_warnings = 0;
1401 /* Treat warnings as errors. -Werror. */
1403 int warnings_are_errors = 0;
1405 /* Nonzero to warn about unused variables, functions et.al. */
1407 int warn_unused_function;
1408 int warn_unused_label;
1409 int warn_unused_parameter;
1410 int warn_unused_variable;
1411 int warn_unused_value;
1413 /* Nonzero to warn about code which is never reached. */
1415 int warn_notreached;
1417 /* Nonzero to warn about variables used before they are initialized. */
1419 int warn_uninitialized;
1421 /* Nonzero means warn about all declarations which shadow others. */
1423 int warn_shadow;
1425 /* Warn if a switch on an enum, that does not have a default case,
1426 fails to have a case for every enum value. */
1428 int warn_switch;
1430 /* Warn if a switch does not have a default case. */
1432 int warn_switch_default;
1434 /* Warn if a switch on an enum fails to have a case for every enum
1435 value (regardless of the presence or otherwise of a default case). */
1437 int warn_switch_enum;
1439 /* Nonzero means warn about function definitions that default the return type
1440 or that use a null return and have a return-type other than void. */
1442 int warn_return_type;
1444 /* Nonzero means warn about pointer casts that increase the required
1445 alignment of the target type (and might therefore lead to a crash
1446 due to a misaligned access). */
1448 int warn_cast_align;
1450 /* Nonzero means warn about any objects definitions whose size is larger
1451 than N bytes. Also want about function definitions whose returned
1452 values are larger than N bytes. The value N is in `larger_than_size'. */
1454 int warn_larger_than;
1455 HOST_WIDE_INT larger_than_size;
1457 /* Nonzero means warn if inline function is too large. */
1459 int warn_inline;
1461 /* Warn if a function returns an aggregate,
1462 since there are often incompatible calling conventions for doing this. */
1464 int warn_aggregate_return;
1466 /* Warn if packed attribute on struct is unnecessary and inefficient. */
1468 int warn_packed;
1470 /* Warn when gcc pads a structure to an alignment boundary. */
1472 int warn_padded;
1474 /* Warn when an optimization pass is disabled. */
1476 int warn_disabled_optimization;
1478 /* Warn about functions which might be candidates for attribute noreturn. */
1480 int warn_missing_noreturn;
1482 /* Nonzero means warn about uses of __attribute__((deprecated))
1483 declarations. */
1485 int warn_deprecated_decl = 1;
1487 /* Nonzero means warn about constructs which might not be
1488 strict-aliasing safe. */
1490 int warn_strict_aliasing;
1492 /* Like f_options, but for -W. */
1494 static const lang_independent_options W_options[] =
1496 {"unused-function", &warn_unused_function, 1,
1497 N_("Warn when a function is unused") },
1498 {"unused-label", &warn_unused_label, 1,
1499 N_("Warn when a label is unused") },
1500 {"unused-parameter", &warn_unused_parameter, 1,
1501 N_("Warn when a function parameter is unused") },
1502 {"unused-variable", &warn_unused_variable, 1,
1503 N_("Warn when a variable is unused") },
1504 {"unused-value", &warn_unused_value, 1,
1505 N_("Warn when an expression value is unused") },
1506 {"system-headers", &warn_system_headers, 1,
1507 N_("Do not suppress warnings from system headers") },
1508 {"error", &warnings_are_errors, 1,
1509 N_("Treat all warnings as errors") },
1510 {"shadow", &warn_shadow, 1,
1511 N_("Warn when one local variable shadows another") },
1512 {"switch", &warn_switch, 1,
1513 N_("Warn about enumerated switches, with no default, missing a case") },
1514 {"switch-default", &warn_switch_default, 1,
1515 N_("Warn about enumerated switches missing a default case") },
1516 {"switch-enum", &warn_switch_enum, 1,
1517 N_("Warn about all enumerated switches missing a specific case") },
1518 {"aggregate-return", &warn_aggregate_return, 1,
1519 N_("Warn about returning structures, unions or arrays") },
1520 {"cast-align", &warn_cast_align, 1,
1521 N_("Warn about pointer casts which increase alignment") },
1522 {"unreachable-code", &warn_notreached, 1,
1523 N_("Warn about code that will never be executed") },
1524 {"uninitialized", &warn_uninitialized, 1,
1525 N_("Warn about uninitialized automatic variables") },
1526 {"inline", &warn_inline, 1,
1527 N_("Warn when an inlined function cannot be inlined") },
1528 {"packed", &warn_packed, 1,
1529 N_("Warn when the packed attribute has no effect on struct layout") },
1530 {"padded", &warn_padded, 1,
1531 N_("Warn when padding is required to align struct members") },
1532 {"disabled-optimization", &warn_disabled_optimization, 1,
1533 N_("Warn when an optimization pass is disabled") },
1534 {"deprecated-declarations", &warn_deprecated_decl, 1,
1535 N_("Warn about uses of __attribute__((deprecated)) declarations") },
1536 {"extra", &extra_warnings, 1,
1537 N_("Print extra (possibly unwanted) warnings") },
1538 {"missing-noreturn", &warn_missing_noreturn, 1,
1539 N_("Warn about functions which might be candidates for attribute noreturn") },
1540 {"strict-aliasing", &warn_strict_aliasing, 1,
1541 N_ ("Warn about code which might break the strict aliasing rules") }
1544 void
1545 set_Wunused (setting)
1546 int setting;
1548 warn_unused_function = setting;
1549 warn_unused_label = setting;
1550 /* Unused function parameter warnings are reported when either ``-W
1551 -Wunused'' or ``-Wunused-parameter'' is specified. Differentiate
1552 -Wunused by setting WARN_UNUSED_PARAMETER to -1. */
1553 if (!setting)
1554 warn_unused_parameter = 0;
1555 else if (!warn_unused_parameter)
1556 warn_unused_parameter = -1;
1557 warn_unused_variable = setting;
1558 warn_unused_value = setting;
1561 /* The following routines are useful in setting all the flags that
1562 -ffast-math and -fno-fast-math imply. */
1564 void
1565 set_fast_math_flags (set)
1566 int set;
1568 flag_trapping_math = !set;
1569 flag_unsafe_math_optimizations = set;
1570 flag_finite_math_only = set;
1571 flag_errno_math = !set;
1572 if (set)
1573 flag_signaling_nans = 0;
1576 /* Return true iff flags are set as if -ffast-math. */
1577 bool
1578 fast_math_flags_set_p ()
1580 return (!flag_trapping_math
1581 && flag_unsafe_math_optimizations
1582 && flag_finite_math_only
1583 && !flag_errno_math);
1587 /* Output files for assembler code (real compiler output)
1588 and debugging dumps. */
1590 FILE *asm_out_file;
1591 FILE *aux_info_file;
1592 FILE *rtl_dump_file = NULL;
1594 /* Decode the string P as an integral parameter.
1595 If the string is indeed an integer return its numeric value else
1596 issue an Invalid Option error for the option PNAME and return DEFVAL.
1597 If PNAME is zero just return DEFVAL, do not call error. */
1600 read_integral_parameter (p, pname, defval)
1601 const char *p;
1602 const char *pname;
1603 const int defval;
1605 const char *endp = p;
1607 while (*endp)
1609 if (ISDIGIT (*endp))
1610 endp++;
1611 else
1612 break;
1615 if (*endp != 0)
1617 if (pname != 0)
1618 error ("invalid option `%s'", pname);
1619 return defval;
1622 return atoi (p);
1625 /* This calls abort and is used to avoid problems when abort is a macro.
1626 It is used when we need to pass the address of abort. */
1628 void
1629 do_abort ()
1631 abort ();
1634 /* When `malloc.c' is compiled with `rcheck' defined,
1635 it calls this function to report clobberage. */
1637 void
1638 botch (s)
1639 const char *s ATTRIBUTE_UNUSED;
1641 abort ();
1644 /* Return the logarithm of X, base 2, considering X unsigned,
1645 if X is a power of 2. Otherwise, returns -1.
1647 This should be used via the `exact_log2' macro. */
1650 exact_log2_wide (x)
1651 unsigned HOST_WIDE_INT x;
1653 int log = 0;
1654 /* Test for 0 or a power of 2. */
1655 if (x == 0 || x != (x & -x))
1656 return -1;
1657 while ((x >>= 1) != 0)
1658 log++;
1659 return log;
1662 /* Given X, an unsigned number, return the largest int Y such that 2**Y <= X.
1663 If X is 0, return -1.
1665 This should be used via the floor_log2 macro. */
1668 floor_log2_wide (x)
1669 unsigned HOST_WIDE_INT x;
1671 int log = -1;
1672 while (x != 0)
1673 log++,
1674 x >>= 1;
1675 return log;
1678 /* Handler for fatal signals, such as SIGSEGV. These are transformed
1679 into ICE messages, which is much more user friendly. */
1681 static void
1682 crash_signal (signo)
1683 int signo;
1685 internal_error ("%s", strsignal (signo));
1688 /* Strip off a legitimate source ending from the input string NAME of
1689 length LEN. Rather than having to know the names used by all of
1690 our front ends, we strip off an ending of a period followed by
1691 up to five characters. (Java uses ".class".) */
1693 void
1694 strip_off_ending (name, len)
1695 char *name;
1696 int len;
1698 int i;
1699 for (i = 2; i < 6 && len > i; i++)
1701 if (name[len - i] == '.')
1703 name[len - i] = '\0';
1704 break;
1709 /* Output a quoted string. */
1711 void
1712 output_quoted_string (asm_file, string)
1713 FILE *asm_file;
1714 const char *string;
1716 #ifdef OUTPUT_QUOTED_STRING
1717 OUTPUT_QUOTED_STRING (asm_file, string);
1718 #else
1719 char c;
1721 putc ('\"', asm_file);
1722 while ((c = *string++) != 0)
1724 if (ISPRINT (c))
1726 if (c == '\"' || c == '\\')
1727 putc ('\\', asm_file);
1728 putc (c, asm_file);
1730 else
1731 fprintf (asm_file, "\\%03o", (unsigned char) c);
1733 putc ('\"', asm_file);
1734 #endif
1737 /* Output NAME into FILE after having turned it into something
1738 usable as an identifier in a target's assembly file. */
1739 void
1740 output_clean_symbol_name (file, name)
1741 FILE *file;
1742 const char *name;
1744 /* Make a copy of NAME. */
1745 char *id = xstrdup (name);
1747 /* Make it look like a valid identifier for an assembler. */
1748 clean_symbol_name (id);
1750 fputs (id, file);
1751 free (id);
1755 /* Output a file name in the form wanted by System V. */
1757 void
1758 output_file_directive (asm_file, input_name)
1759 FILE *asm_file;
1760 const char *input_name;
1762 int len = strlen (input_name);
1763 const char *na = input_name + len;
1765 /* NA gets INPUT_NAME sans directory names. */
1766 while (na > input_name)
1768 if (IS_DIR_SEPARATOR (na[-1]))
1769 break;
1770 na--;
1773 #ifdef ASM_OUTPUT_MAIN_SOURCE_FILENAME
1774 ASM_OUTPUT_MAIN_SOURCE_FILENAME (asm_file, na);
1775 #else
1776 #ifdef ASM_OUTPUT_SOURCE_FILENAME
1777 ASM_OUTPUT_SOURCE_FILENAME (asm_file, na);
1778 #else
1779 fprintf (asm_file, "\t.file\t");
1780 output_quoted_string (asm_file, na);
1781 fputc ('\n', asm_file);
1782 #endif
1783 #endif
1786 /* Routine to open a dump file. Return true if the dump file is enabled. */
1788 static int
1789 open_dump_file (index, decl)
1790 enum dump_file_index index;
1791 tree decl;
1793 char *dump_name;
1794 const char *open_arg;
1795 char seq[16];
1797 if (! dump_file[index].enabled)
1798 return 0;
1800 timevar_push (TV_DUMP);
1801 if (rtl_dump_file != NULL)
1802 fclose (rtl_dump_file);
1804 sprintf (seq, DUMPFILE_FORMAT, index);
1806 if (! dump_file[index].initialized)
1808 /* If we've not initialized the files, do so now. */
1809 if (graph_dump_format != no_graph
1810 && dump_file[index].graph_dump_p)
1812 dump_name = concat (seq, dump_file[index].extension, NULL);
1813 clean_graph_dump_file (dump_base_name, dump_name);
1814 free (dump_name);
1816 dump_file[index].initialized = 1;
1817 open_arg = "w";
1819 else
1820 open_arg = "a";
1822 dump_name = concat (dump_base_name, seq,
1823 dump_file[index].extension, NULL);
1825 rtl_dump_file = fopen (dump_name, open_arg);
1826 if (rtl_dump_file == NULL)
1827 fatal_io_error ("can't open %s", dump_name);
1829 free (dump_name);
1831 if (decl)
1832 fprintf (rtl_dump_file, "\n;; Function %s%s\n\n",
1833 (*lang_hooks.decl_printable_name) (decl, 2),
1834 cfun->function_frequency == FUNCTION_FREQUENCY_HOT
1835 ? " (hot)"
1836 : cfun->function_frequency == FUNCTION_FREQUENCY_UNLIKELY_EXECUTED
1837 ? " (unlikely executed)"
1838 : "");
1840 timevar_pop (TV_DUMP);
1841 return 1;
1844 /* Routine to close a dump file. */
1846 static void
1847 close_dump_file (index, func, insns)
1848 enum dump_file_index index;
1849 void (*func) PARAMS ((FILE *, rtx));
1850 rtx insns;
1852 if (! rtl_dump_file)
1853 return;
1855 timevar_push (TV_DUMP);
1856 if (insns
1857 && graph_dump_format != no_graph
1858 && dump_file[index].graph_dump_p)
1860 char seq[16];
1861 char *suffix;
1863 sprintf (seq, DUMPFILE_FORMAT, index);
1864 suffix = concat (seq, dump_file[index].extension, NULL);
1865 print_rtl_graph_with_bb (dump_base_name, suffix, insns);
1866 free (suffix);
1869 if (func && insns)
1870 func (rtl_dump_file, insns);
1872 fflush (rtl_dump_file);
1873 fclose (rtl_dump_file);
1875 rtl_dump_file = NULL;
1876 timevar_pop (TV_DUMP);
1879 /* Do any final processing required for the declarations in VEC, of
1880 which there are LEN. We write out inline functions and variables
1881 that have been deferred until this point, but which are required.
1882 Returns nonzero if anything was put out. */
1885 wrapup_global_declarations (vec, len)
1886 tree *vec;
1887 int len;
1889 tree decl;
1890 int i;
1891 int reconsider;
1892 int output_something = 0;
1894 for (i = 0; i < len; i++)
1896 decl = vec[i];
1898 /* We're not deferring this any longer. */
1899 DECL_DEFER_OUTPUT (decl) = 0;
1901 if (TREE_CODE (decl) == VAR_DECL && DECL_SIZE (decl) == 0)
1902 (*lang_hooks.finish_incomplete_decl) (decl);
1905 /* Now emit any global variables or functions that we have been
1906 putting off. We need to loop in case one of the things emitted
1907 here references another one which comes earlier in the list. */
1910 reconsider = 0;
1911 for (i = 0; i < len; i++)
1913 decl = vec[i];
1915 if (TREE_ASM_WRITTEN (decl) || DECL_EXTERNAL (decl))
1916 continue;
1918 /* Don't write out static consts, unless we still need them.
1920 We also keep static consts if not optimizing (for debugging),
1921 unless the user specified -fno-keep-static-consts.
1922 ??? They might be better written into the debug information.
1923 This is possible when using DWARF.
1925 A language processor that wants static constants to be always
1926 written out (even if it is not used) is responsible for
1927 calling rest_of_decl_compilation itself. E.g. the C front-end
1928 calls rest_of_decl_compilation from finish_decl.
1929 One motivation for this is that is conventional in some
1930 environments to write things like:
1931 static const char rcsid[] = "... version string ...";
1932 intending to force the string to be in the executable.
1934 A language processor that would prefer to have unneeded
1935 static constants "optimized away" would just defer writing
1936 them out until here. E.g. C++ does this, because static
1937 constants are often defined in header files.
1939 ??? A tempting alternative (for both C and C++) would be
1940 to force a constant to be written if and only if it is
1941 defined in a main file, as opposed to an include file. */
1943 if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl))
1945 bool needed = 1;
1947 if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
1948 /* needed */;
1949 else if (DECL_COMDAT (decl))
1950 needed = 0;
1951 else if (TREE_READONLY (decl) && !TREE_PUBLIC (decl)
1952 && (optimize || !flag_keep_static_consts
1953 || DECL_ARTIFICIAL (decl)))
1954 needed = 0;
1956 if (needed)
1958 reconsider = 1;
1959 rest_of_decl_compilation (decl, NULL, 1, 1);
1963 if (TREE_CODE (decl) == FUNCTION_DECL
1964 && DECL_INITIAL (decl) != 0
1965 && DECL_SAVED_INSNS (decl) != 0
1966 && (flag_keep_inline_functions
1967 || (TREE_PUBLIC (decl) && !DECL_COMDAT (decl))
1968 || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))))
1970 reconsider = 1;
1971 output_inline_function (decl);
1975 if (reconsider)
1976 output_something = 1;
1978 while (reconsider);
1980 return output_something;
1983 /* Issue appropriate warnings for the global declarations in VEC (of
1984 which there are LEN). Output debugging information for them. */
1986 void
1987 check_global_declarations (vec, len)
1988 tree *vec;
1989 int len;
1991 tree decl;
1992 int i;
1994 for (i = 0; i < len; i++)
1996 decl = vec[i];
1998 if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl)
1999 && ! TREE_ASM_WRITTEN (decl))
2000 /* Cancel the RTL for this decl so that, if debugging info
2001 output for global variables is still to come,
2002 this one will be omitted. */
2003 SET_DECL_RTL (decl, NULL_RTX);
2005 /* Warn about any function
2006 declared static but not defined.
2007 We don't warn about variables,
2008 because many programs have static variables
2009 that exist only to get some text into the object file. */
2010 if (TREE_CODE (decl) == FUNCTION_DECL
2011 && (warn_unused_function
2012 || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
2013 && DECL_INITIAL (decl) == 0
2014 && DECL_EXTERNAL (decl)
2015 && ! DECL_ARTIFICIAL (decl)
2016 && ! TREE_PUBLIC (decl))
2018 if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
2019 pedwarn_with_decl (decl,
2020 "`%s' used but never defined");
2021 else
2022 warning_with_decl (decl,
2023 "`%s' declared `static' but never defined");
2024 /* This symbol is effectively an "extern" declaration now. */
2025 TREE_PUBLIC (decl) = 1;
2026 assemble_external (decl);
2029 /* Warn about static fns or vars defined but not used. */
2030 if (((warn_unused_function && TREE_CODE (decl) == FUNCTION_DECL)
2031 || (warn_unused_variable && TREE_CODE (decl) == VAR_DECL))
2032 && ! TREE_USED (decl)
2033 /* The TREE_USED bit for file-scope decls is kept in the identifier,
2034 to handle multiple external decls in different scopes. */
2035 && ! TREE_USED (DECL_NAME (decl))
2036 && ! DECL_EXTERNAL (decl)
2037 && ! TREE_PUBLIC (decl)
2038 /* Global register variables must be declared to reserve them. */
2039 && ! (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
2040 /* Otherwise, ask the language. */
2041 && (*lang_hooks.decls.warn_unused_global) (decl))
2042 warning_with_decl (decl, "`%s' defined but not used");
2044 /* Avoid confusing the debug information machinery when there are
2045 errors. */
2046 if (errorcount == 0 && sorrycount == 0)
2048 timevar_push (TV_SYMOUT);
2049 (*debug_hooks->global_decl) (decl);
2050 timevar_pop (TV_SYMOUT);
2055 /* Save the current INPUT_FILENAME and LINENO on the top entry in the
2056 INPUT_FILE_STACK. Push a new entry for FILE and LINE, and set the
2057 INPUT_FILENAME and LINENO accordingly. */
2059 void
2060 push_srcloc (file, line)
2061 const char *file;
2062 int line;
2064 struct file_stack *fs;
2066 if (input_file_stack)
2068 input_file_stack->name = input_filename;
2069 input_file_stack->line = lineno;
2072 fs = (struct file_stack *) xmalloc (sizeof (struct file_stack));
2073 fs->name = input_filename = file;
2074 fs->line = lineno = line;
2075 fs->next = input_file_stack;
2076 input_file_stack = fs;
2077 input_file_stack_tick++;
2080 /* Pop the top entry off the stack of presently open source files.
2081 Restore the INPUT_FILENAME and LINENO from the new topmost entry on
2082 the stack. */
2084 void
2085 pop_srcloc ()
2087 struct file_stack *fs;
2089 fs = input_file_stack;
2090 input_file_stack = fs->next;
2091 free (fs);
2092 input_file_stack_tick++;
2093 /* The initial source file is never popped. */
2094 if (!input_file_stack)
2095 abort ();
2096 input_filename = input_file_stack->name;
2097 lineno = input_file_stack->line;
2100 /* Compile an entire translation unit. Write a file of assembly
2101 output and various debugging dumps. */
2103 static void
2104 compile_file ()
2106 tree globals;
2108 /* Initialize yet another pass. */
2110 init_final (main_input_filename);
2111 init_branch_prob (aux_base_name);
2113 timevar_push (TV_PARSE);
2115 /* Call the parser, which parses the entire file (calling
2116 rest_of_compilation for each function). */
2117 (*lang_hooks.parse_file) (set_yydebug);
2119 /* In case there were missing block closers,
2120 get us back to the global binding level. */
2121 (*lang_hooks.clear_binding_stack) ();
2123 /* Compilation is now finished except for writing
2124 what's left of the symbol table output. */
2125 timevar_pop (TV_PARSE);
2127 if (flag_syntax_only)
2128 return;
2130 globals = (*lang_hooks.decls.getdecls) ();
2132 /* Really define vars that have had only a tentative definition.
2133 Really output inline functions that must actually be callable
2134 and have not been output so far. */
2137 int len = list_length (globals);
2138 tree *vec = (tree *) xmalloc (sizeof (tree) * len);
2139 int i;
2140 tree decl;
2142 /* Process the decls in reverse order--earliest first.
2143 Put them into VEC from back to front, then take out from front. */
2145 for (i = 0, decl = globals; i < len; i++, decl = TREE_CHAIN (decl))
2146 vec[len - i - 1] = decl;
2148 wrapup_global_declarations (vec, len);
2150 if (profile_arc_flag)
2151 /* This must occur after the loop to output deferred functions.
2152 Else the profiler initializer would not be emitted if all the
2153 functions in this compilation unit were deferred. */
2154 create_profiler ();
2156 check_global_declarations (vec, len);
2158 /* Clean up. */
2159 free (vec);
2162 /* Write out any pending weak symbol declarations. */
2164 weak_finish ();
2166 /* Do dbx symbols. */
2167 timevar_push (TV_SYMOUT);
2169 #ifdef DWARF2_UNWIND_INFO
2170 if (dwarf2out_do_frame ())
2171 dwarf2out_frame_finish ();
2172 #endif
2174 (*debug_hooks->finish) (main_input_filename);
2175 timevar_pop (TV_SYMOUT);
2177 /* Output some stuff at end of file if nec. */
2179 dw2_output_indirect_constants ();
2181 if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
2183 timevar_push (TV_DUMP);
2184 open_dump_file (DFI_bp, NULL);
2186 end_branch_prob ();
2188 close_dump_file (DFI_bp, NULL, NULL_RTX);
2189 timevar_pop (TV_DUMP);
2192 #ifdef ASM_FILE_END
2193 ASM_FILE_END (asm_out_file);
2194 #endif
2196 /* Attach a special .ident directive to the end of the file to identify
2197 the version of GCC which compiled this code. The format of the .ident
2198 string is patterned after the ones produced by native SVR4 compilers. */
2199 #ifdef IDENT_ASM_OP
2200 if (!flag_no_ident)
2201 fprintf (asm_out_file, "%s\"GCC: (GNU) %s\"\n",
2202 IDENT_ASM_OP, version_string);
2203 #endif
2205 if (optimize > 0 && open_dump_file (DFI_combine, NULL))
2207 timevar_push (TV_DUMP);
2208 dump_combine_total_stats (rtl_dump_file);
2209 close_dump_file (DFI_combine, NULL, NULL_RTX);
2210 timevar_pop (TV_DUMP);
2214 /* This is called from various places for FUNCTION_DECL, VAR_DECL,
2215 and TYPE_DECL nodes.
2217 This does nothing for local (non-static) variables, unless the
2218 variable is a register variable with an ASMSPEC. In that case, or
2219 if the variable is not an automatic, it sets up the RTL and
2220 outputs any assembler code (label definition, storage allocation
2221 and initialization).
2223 DECL is the declaration. If ASMSPEC is nonzero, it specifies
2224 the assembler symbol name to be used. TOP_LEVEL is nonzero
2225 if this declaration is not within a function. */
2227 void
2228 rest_of_decl_compilation (decl, asmspec, top_level, at_end)
2229 tree decl;
2230 const char *asmspec;
2231 int top_level;
2232 int at_end;
2234 /* We deferred calling assemble_alias so that we could collect
2235 other attributes such as visibility. Emit the alias now. */
2237 tree alias;
2238 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl));
2239 if (alias)
2241 alias = TREE_VALUE (TREE_VALUE (alias));
2242 alias = get_identifier (TREE_STRING_POINTER (alias));
2243 assemble_alias (decl, alias);
2247 /* Forward declarations for nested functions are not "external",
2248 but we need to treat them as if they were. */
2249 if (TREE_STATIC (decl) || DECL_EXTERNAL (decl)
2250 || TREE_CODE (decl) == FUNCTION_DECL)
2252 timevar_push (TV_VARCONST);
2254 if (asmspec)
2255 make_decl_rtl (decl, asmspec);
2257 /* Don't output anything when a tentative file-scope definition
2258 is seen. But at end of compilation, do output code for them. */
2259 if (at_end || !DECL_DEFER_OUTPUT (decl))
2260 assemble_variable (decl, top_level, at_end, 0);
2262 #ifdef ASM_FINISH_DECLARE_OBJECT
2263 if (decl == last_assemble_variable_decl)
2265 ASM_FINISH_DECLARE_OBJECT (asm_out_file, decl,
2266 top_level, at_end);
2268 #endif
2270 timevar_pop (TV_VARCONST);
2272 else if (DECL_REGISTER (decl) && asmspec != 0)
2274 if (decode_reg_name (asmspec) >= 0)
2276 SET_DECL_RTL (decl, NULL_RTX);
2277 make_decl_rtl (decl, asmspec);
2279 else
2281 error ("invalid register name `%s' for register variable", asmspec);
2282 DECL_REGISTER (decl) = 0;
2283 if (!top_level)
2284 expand_decl (decl);
2287 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
2288 else if ((write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
2289 && TREE_CODE (decl) == TYPE_DECL)
2291 timevar_push (TV_SYMOUT);
2292 dbxout_symbol (decl, 0);
2293 timevar_pop (TV_SYMOUT);
2295 #endif
2296 #ifdef SDB_DEBUGGING_INFO
2297 else if (write_symbols == SDB_DEBUG && top_level
2298 && TREE_CODE (decl) == TYPE_DECL)
2300 timevar_push (TV_SYMOUT);
2301 sdbout_symbol (decl, 0);
2302 timevar_pop (TV_SYMOUT);
2304 #endif
2305 #ifdef DWARF2_DEBUGGING_INFO
2306 else if ((write_symbols == DWARF2_DEBUG
2307 || write_symbols == VMS_AND_DWARF2_DEBUG)
2308 && top_level
2309 && TREE_CODE (decl) == TYPE_DECL)
2311 timevar_push (TV_SYMOUT);
2312 dwarf2out_decl (decl);
2313 timevar_pop (TV_SYMOUT);
2315 #endif
2318 /* Called after finishing a record, union or enumeral type. */
2320 void
2321 rest_of_type_compilation (type, toplev)
2322 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) \
2323 || defined (SDB_DEBUGGING_INFO) || defined (DWARF2_DEBUGGING_INFO)
2324 tree type;
2325 int toplev;
2326 #else
2327 tree type ATTRIBUTE_UNUSED;
2328 int toplev ATTRIBUTE_UNUSED;
2329 #endif
2331 /* Avoid confusing the debug information machinery when there are
2332 errors. */
2333 if (errorcount != 0 || sorrycount != 0)
2334 return;
2336 timevar_push (TV_SYMOUT);
2337 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
2338 if (write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
2339 dbxout_symbol (TYPE_STUB_DECL (type), !toplev);
2340 #endif
2341 #ifdef SDB_DEBUGGING_INFO
2342 if (write_symbols == SDB_DEBUG)
2343 sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
2344 #endif
2345 #ifdef DWARF2_DEBUGGING_INFO
2346 if ((write_symbols == DWARF2_DEBUG
2347 || write_symbols == VMS_AND_DWARF2_DEBUG)
2348 && toplev)
2349 dwarf2out_decl (TYPE_STUB_DECL (type));
2350 #endif
2351 timevar_pop (TV_SYMOUT);
2354 /* This is called from finish_function (within langhooks.parse_file)
2355 after each top-level definition is parsed.
2356 It is supposed to compile that function or variable
2357 and output the assembler code for it.
2358 After we return, the tree storage is freed. */
2360 void
2361 rest_of_compilation (decl)
2362 tree decl;
2364 rtx insns;
2365 int tem;
2366 int failure = 0;
2367 int rebuild_label_notes_after_reload;
2368 int register_life_up_to_date;
2370 timevar_push (TV_REST_OF_COMPILATION);
2372 /* Now that we're out of the frontend, we shouldn't have any more
2373 CONCATs anywhere. */
2374 generating_concat_p = 0;
2376 /* When processing delayed functions, prepare_function_start() won't
2377 have been run to re-initialize it. */
2378 cse_not_expected = ! optimize;
2380 /* First, make sure that NOTE_BLOCK is set correctly for each
2381 NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END note. */
2382 if (!cfun->x_whole_function_mode_p)
2383 identify_blocks ();
2385 /* In function-at-a-time mode, we do not attempt to keep the BLOCK
2386 tree in sensible shape. So, we just recalculate it here. */
2387 if (cfun->x_whole_function_mode_p)
2388 reorder_blocks ();
2390 init_flow ();
2392 /* If we are reconsidering an inline function
2393 at the end of compilation, skip the stuff for making it inline. */
2395 if (DECL_SAVED_INSNS (decl) == 0)
2397 int inlinable = 0;
2398 tree parent;
2399 const char *lose;
2401 /* If this is nested inside an inlined external function, pretend
2402 it was only declared. Since we cannot inline such functions,
2403 generating code for this one is not only not necessary but will
2404 confuse some debugging output writers. */
2405 for (parent = DECL_CONTEXT (current_function_decl);
2406 parent != NULL_TREE;
2407 parent = get_containing_scope (parent))
2408 if (TREE_CODE (parent) == FUNCTION_DECL
2409 && DECL_INLINE (parent) && DECL_EXTERNAL (parent))
2411 DECL_INITIAL (decl) = 0;
2412 goto exit_rest_of_compilation;
2414 else if (TYPE_P (parent))
2415 /* A function in a local class should be treated normally. */
2416 break;
2418 /* If requested, consider whether to make this function inline. */
2419 if ((DECL_INLINE (decl) && !flag_no_inline)
2420 || flag_inline_functions)
2422 timevar_push (TV_INTEGRATION);
2423 lose = function_cannot_inline_p (decl);
2424 timevar_pop (TV_INTEGRATION);
2425 if (lose || ! optimize)
2427 if (warn_inline && DECL_INLINE (decl))
2428 warning_with_decl (decl, lose);
2429 DECL_ABSTRACT_ORIGIN (decl) = 0;
2430 /* Don't really compile an extern inline function.
2431 If we can't make it inline, pretend
2432 it was only declared. */
2433 if (DECL_EXTERNAL (decl))
2435 DECL_INITIAL (decl) = 0;
2436 goto exit_rest_of_compilation;
2439 else
2440 /* ??? Note that this has the effect of making it look
2441 like "inline" was specified for a function if we choose
2442 to inline it. This isn't quite right, but it's
2443 probably not worth the trouble to fix. */
2444 inlinable = DECL_INLINE (decl) = 1;
2447 insns = get_insns ();
2449 /* Dump the rtl code if we are dumping rtl. */
2451 if (open_dump_file (DFI_rtl, decl))
2453 if (DECL_SAVED_INSNS (decl))
2454 fprintf (rtl_dump_file, ";; (integrable)\n\n");
2455 close_dump_file (DFI_rtl, print_rtl, insns);
2458 /* Convert from NOTE_INSN_EH_REGION style notes, and do other
2459 sorts of eh initialization. Delay this until after the
2460 initial rtl dump so that we can see the original nesting. */
2461 convert_from_eh_region_ranges ();
2463 /* If function is inline, and we don't yet know whether to
2464 compile it by itself, defer decision till end of compilation.
2465 wrapup_global_declarations will (indirectly) call
2466 rest_of_compilation again for those functions that need to
2467 be output. Also defer those functions that we are supposed
2468 to defer. */
2470 if (inlinable
2471 || (DECL_INLINE (decl)
2472 && ((! TREE_PUBLIC (decl) && ! TREE_ADDRESSABLE (decl)
2473 && ! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))
2474 && ! flag_keep_inline_functions)
2475 || DECL_EXTERNAL (decl))))
2476 DECL_DEFER_OUTPUT (decl) = 1;
2478 if (DECL_INLINE (decl))
2479 /* DWARF wants separate debugging info for abstract and
2480 concrete instances of all inline functions, including those
2481 declared inline but not inlined, and those inlined even
2482 though they weren't declared inline. Conveniently, that's
2483 what DECL_INLINE means at this point. */
2484 (*debug_hooks->deferred_inline_function) (decl);
2486 if (DECL_DEFER_OUTPUT (decl))
2488 /* If -Wreturn-type, we have to do a bit of compilation. We just
2489 want to call cleanup the cfg to figure out whether or not we can
2490 fall off the end of the function; we do the minimum amount of
2491 work necessary to make that safe. */
2492 if (warn_return_type)
2494 int saved_optimize = optimize;
2496 optimize = 0;
2497 rebuild_jump_labels (insns);
2498 find_exception_handler_labels ();
2499 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2500 cleanup_cfg (CLEANUP_PRE_SIBCALL | CLEANUP_PRE_LOOP);
2501 optimize = saved_optimize;
2503 /* CFG is no longer maintained up-to-date. */
2504 free_bb_for_insn ();
2507 set_nothrow_function_flags ();
2508 if (current_function_nothrow)
2509 /* Now we know that this can't throw; set the flag for the benefit
2510 of other functions later in this translation unit. */
2511 TREE_NOTHROW (current_function_decl) = 1;
2513 timevar_push (TV_INTEGRATION);
2514 save_for_inline (decl);
2515 timevar_pop (TV_INTEGRATION);
2516 DECL_SAVED_INSNS (decl)->inlinable = inlinable;
2517 goto exit_rest_of_compilation;
2520 /* If specified extern inline but we aren't inlining it, we are
2521 done. This goes for anything that gets here with DECL_EXTERNAL
2522 set, not just things with DECL_INLINE. */
2523 if (DECL_EXTERNAL (decl))
2524 goto exit_rest_of_compilation;
2527 /* If we're emitting a nested function, make sure its parent gets
2528 emitted as well. Doing otherwise confuses debug info. */
2530 tree parent;
2531 for (parent = DECL_CONTEXT (current_function_decl);
2532 parent != NULL_TREE;
2533 parent = get_containing_scope (parent))
2534 if (TREE_CODE (parent) == FUNCTION_DECL)
2535 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (parent)) = 1;
2538 /* We are now committed to emitting code for this function. Do any
2539 preparation, such as emitting abstract debug info for the inline
2540 before it gets mangled by optimization. */
2541 if (DECL_INLINE (decl))
2542 (*debug_hooks->outlining_inline_function) (decl);
2544 /* Remove any notes we don't need. That will make iterating
2545 over the instruction sequence faster, and allow the garbage
2546 collector to reclaim the memory used by the notes. */
2547 remove_unnecessary_notes ();
2548 reorder_blocks ();
2550 ggc_collect ();
2552 /* Initialize some variables used by the optimizers. */
2553 init_function_for_compilation ();
2555 if (! DECL_DEFER_OUTPUT (decl))
2556 TREE_ASM_WRITTEN (decl) = 1;
2558 /* Now that integrate will no longer see our rtl, we need not
2559 distinguish between the return value of this function and the
2560 return value of called functions. Also, we can remove all SETs
2561 of subregs of hard registers; they are only here because of
2562 integrate. Also, we can now initialize pseudos intended to
2563 carry magic hard reg data throughout the function. */
2564 rtx_equal_function_value_matters = 0;
2565 purge_hard_subreg_sets (get_insns ());
2567 /* Early return if there were errors. We can run afoul of our
2568 consistency checks, and there's not really much point in fixing them.
2569 Don't return yet if -Wreturn-type; we need to do cleanup_cfg. */
2570 if (((rtl_dump_and_exit || flag_syntax_only) && !warn_return_type)
2571 || errorcount || sorrycount)
2572 goto exit_rest_of_compilation;
2574 timevar_push (TV_JUMP);
2575 open_dump_file (DFI_sibling, decl);
2576 insns = get_insns ();
2577 rebuild_jump_labels (insns);
2578 find_exception_handler_labels ();
2579 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2581 delete_unreachable_blocks ();
2583 /* Turn NOTE_INSN_PREDICTIONs into branch predictions. */
2584 timevar_push (TV_BRANCH_PROB);
2585 note_prediction_to_br_prob ();
2586 timevar_pop (TV_BRANCH_PROB);
2588 /* We may have potential sibling or tail recursion sites. Select one
2589 (of possibly multiple) methods of performing the call. */
2590 if (flag_optimize_sibling_calls)
2592 rtx insn;
2593 optimize_sibling_and_tail_recursive_calls ();
2595 /* Recompute the CFG as sibling optimization clobbers it randomly. */
2596 free_bb_for_insn ();
2597 find_exception_handler_labels ();
2598 rebuild_jump_labels (insns);
2599 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2601 /* There is pass ordering problem - we must lower NOTE_INSN_PREDICTION
2602 notes before simplifying cfg and we must do lowering after sibcall
2603 that unhides parts of RTL chain and cleans up the CFG.
2605 Until sibcall is replaced by tree-level optimizer, lets just
2606 sweep away the NOTE_INSN_PREDICTION notes that leaked out. */
2607 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
2608 if (GET_CODE (insn) == NOTE
2609 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_PREDICTION)
2610 delete_insn (insn);
2612 close_dump_file (DFI_sibling, print_rtl, get_insns ());
2613 timevar_pop (TV_JUMP);
2615 scope_to_insns_initialize ();
2616 /* Complete generation of exception handling code. */
2617 if (doing_eh (0))
2619 timevar_push (TV_JUMP);
2620 open_dump_file (DFI_eh, decl);
2622 finish_eh_generation ();
2624 close_dump_file (DFI_eh, print_rtl, get_insns ());
2625 timevar_pop (TV_JUMP);
2628 /* Delay emitting hard_reg_initial_value sets until after EH landing pad
2629 generation, which might create new sets. */
2630 emit_initial_value_sets ();
2632 #ifdef FINALIZE_PIC
2633 /* If we are doing position-independent code generation, now
2634 is the time to output special prologues and epilogues.
2635 We do not want to do this earlier, because it just clutters
2636 up inline functions with meaningless insns. */
2637 if (flag_pic)
2638 FINALIZE_PIC;
2639 #endif
2641 insns = get_insns ();
2643 /* Copy any shared structure that should not be shared. */
2644 unshare_all_rtl (current_function_decl, insns);
2646 #ifdef SETJMP_VIA_SAVE_AREA
2647 /* This must be performed before virtual register instantiation.
2648 Please be aware the everything in the compiler that can look
2649 at the RTL up to this point must understand that REG_SAVE_AREA
2650 is just like a use of the REG contained inside. */
2651 if (current_function_calls_alloca)
2652 optimize_save_area_alloca (insns);
2653 #endif
2655 /* Instantiate all virtual registers. */
2656 instantiate_virtual_regs (current_function_decl, insns);
2658 open_dump_file (DFI_jump, decl);
2660 /* Always do one jump optimization pass to ensure that JUMP_LABEL fields
2661 are initialized and to compute whether control can drop off the end
2662 of the function. */
2664 timevar_push (TV_JUMP);
2665 /* Turn NOTE_INSN_EXPECTED_VALUE into REG_BR_PROB. Do this
2666 before jump optimization switches branch directions. */
2667 expected_value_to_br_prob ();
2669 reg_scan (insns, max_reg_num (), 0);
2670 rebuild_jump_labels (insns);
2671 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2672 if (rtl_dump_file)
2673 dump_flow_info (rtl_dump_file);
2674 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_PRE_LOOP
2675 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2677 /* CFG is no longer maintained up-to-date. */
2678 free_bb_for_insn ();
2679 copy_loop_headers (insns);
2680 purge_line_number_notes (insns);
2681 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2683 timevar_pop (TV_JUMP);
2684 close_dump_file (DFI_jump, print_rtl, insns);
2686 /* Now is when we stop if -fsyntax-only and -Wreturn-type. */
2687 if (rtl_dump_and_exit || flag_syntax_only || DECL_DEFER_OUTPUT (decl))
2689 goto exit_rest_of_compilation;
2692 /* Long term, this should probably move before the jump optimizer too,
2693 but I didn't want to disturb the rtl_dump_and_exit and related
2694 stuff at this time. */
2695 if (optimize > 0 && flag_ssa)
2697 /* Convert to SSA form. */
2699 timevar_push (TV_TO_SSA);
2700 open_dump_file (DFI_ssa, decl);
2702 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2703 convert_to_ssa ();
2705 close_dump_file (DFI_ssa, print_rtl_with_bb, insns);
2706 timevar_pop (TV_TO_SSA);
2708 /* Perform sparse conditional constant propagation, if requested. */
2709 if (flag_ssa_ccp)
2711 timevar_push (TV_SSA_CCP);
2712 open_dump_file (DFI_ssa_ccp, decl);
2714 ssa_const_prop ();
2716 close_dump_file (DFI_ssa_ccp, print_rtl_with_bb, get_insns ());
2717 timevar_pop (TV_SSA_CCP);
2720 /* It would be useful to cleanup the CFG at this point, but block
2721 merging and possibly other transformations might leave a PHI
2722 node in the middle of a basic block, which is a strict no-no. */
2724 /* The SSA implementation uses basic block numbers in its phi
2725 nodes. Thus, changing the control-flow graph or the basic
2726 blocks, e.g., calling find_basic_blocks () or cleanup_cfg (),
2727 may cause problems. */
2729 if (flag_ssa_dce)
2731 /* Remove dead code. */
2733 timevar_push (TV_SSA_DCE);
2734 open_dump_file (DFI_ssa_dce, decl);
2736 insns = get_insns ();
2737 ssa_eliminate_dead_code ();
2739 close_dump_file (DFI_ssa_dce, print_rtl_with_bb, insns);
2740 timevar_pop (TV_SSA_DCE);
2743 /* Convert from SSA form. */
2745 timevar_push (TV_FROM_SSA);
2746 open_dump_file (DFI_ussa, decl);
2748 convert_from_ssa ();
2749 /* New registers have been created. Rescan their usage. */
2750 reg_scan (insns, max_reg_num (), 1);
2752 close_dump_file (DFI_ussa, print_rtl_with_bb, insns);
2753 timevar_pop (TV_FROM_SSA);
2755 ggc_collect ();
2758 timevar_push (TV_JUMP);
2759 cleanup_cfg (optimize ? CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP: 0);
2761 /* Try to identify useless null pointer tests and delete them. */
2762 if (flag_delete_null_pointer_checks)
2764 open_dump_file (DFI_null, decl);
2765 if (rtl_dump_file)
2766 dump_flow_info (rtl_dump_file);
2768 if (delete_null_pointer_checks (insns))
2769 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2771 close_dump_file (DFI_null, print_rtl_with_bb, insns);
2774 /* Jump optimization, and the removal of NULL pointer checks, may
2775 have reduced the number of instructions substantially. CSE, and
2776 future passes, allocate arrays whose dimensions involve the
2777 maximum instruction UID, so if we can reduce the maximum UID
2778 we'll save big on memory. */
2779 renumber_insns (rtl_dump_file);
2780 timevar_pop (TV_JUMP);
2782 close_dump_file (DFI_jump, print_rtl_with_bb, insns);
2784 ggc_collect ();
2786 /* Perform common subexpression elimination.
2787 Nonzero value from `cse_main' means that jumps were simplified
2788 and some code may now be unreachable, so do
2789 jump optimization again. */
2791 if (optimize > 0)
2793 open_dump_file (DFI_cse, decl);
2794 if (rtl_dump_file)
2795 dump_flow_info (rtl_dump_file);
2796 timevar_push (TV_CSE);
2798 reg_scan (insns, max_reg_num (), 1);
2800 tem = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2801 if (tem)
2802 rebuild_jump_labels (insns);
2803 purge_all_dead_edges (0);
2805 delete_trivially_dead_insns (insns, max_reg_num ());
2807 /* If we are not running more CSE passes, then we are no longer
2808 expecting CSE to be run. But always rerun it in a cheap mode. */
2809 cse_not_expected = !flag_rerun_cse_after_loop && !flag_gcse;
2811 if (tem || optimize > 1)
2812 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2813 /* Try to identify useless null pointer tests and delete them. */
2814 if (flag_delete_null_pointer_checks)
2816 timevar_push (TV_JUMP);
2818 if (delete_null_pointer_checks (insns))
2819 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2820 timevar_pop (TV_JUMP);
2823 /* The second pass of jump optimization is likely to have
2824 removed a bunch more instructions. */
2825 renumber_insns (rtl_dump_file);
2827 timevar_pop (TV_CSE);
2828 close_dump_file (DFI_cse, print_rtl_with_bb, insns);
2831 open_dump_file (DFI_addressof, decl);
2833 purge_addressof (insns);
2834 if (optimize)
2835 purge_all_dead_edges (0);
2836 reg_scan (insns, max_reg_num (), 1);
2838 close_dump_file (DFI_addressof, print_rtl, insns);
2840 ggc_collect ();
2842 /* Perform global cse. */
2844 if (optimize > 0 && flag_gcse)
2846 int save_csb, save_cfj;
2847 int tem2 = 0;
2849 timevar_push (TV_GCSE);
2850 open_dump_file (DFI_gcse, decl);
2852 tem = gcse_main (insns, rtl_dump_file);
2853 rebuild_jump_labels (insns);
2854 delete_trivially_dead_insns (insns, max_reg_num ());
2856 save_csb = flag_cse_skip_blocks;
2857 save_cfj = flag_cse_follow_jumps;
2858 flag_cse_skip_blocks = flag_cse_follow_jumps = 0;
2860 /* If -fexpensive-optimizations, re-run CSE to clean up things done
2861 by gcse. */
2862 if (flag_expensive_optimizations)
2864 timevar_push (TV_CSE);
2865 reg_scan (insns, max_reg_num (), 1);
2866 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2867 purge_all_dead_edges (0);
2868 delete_trivially_dead_insns (insns, max_reg_num ());
2869 timevar_pop (TV_CSE);
2870 cse_not_expected = !flag_rerun_cse_after_loop;
2873 /* If gcse or cse altered any jumps, rerun jump optimizations to clean
2874 things up. Then possibly re-run CSE again. */
2875 while (tem || tem2)
2877 tem = tem2 = 0;
2878 timevar_push (TV_JUMP);
2879 rebuild_jump_labels (insns);
2880 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2881 timevar_pop (TV_JUMP);
2883 if (flag_expensive_optimizations)
2885 timevar_push (TV_CSE);
2886 reg_scan (insns, max_reg_num (), 1);
2887 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2888 purge_all_dead_edges (0);
2889 delete_trivially_dead_insns (insns, max_reg_num ());
2890 timevar_pop (TV_CSE);
2894 close_dump_file (DFI_gcse, print_rtl_with_bb, insns);
2895 timevar_pop (TV_GCSE);
2897 ggc_collect ();
2898 flag_cse_skip_blocks = save_csb;
2899 flag_cse_follow_jumps = save_cfj;
2900 #ifdef ENABLE_CHECKING
2901 verify_flow_info ();
2902 #endif
2905 /* Instantiate any remaining CONSTANT_P_RTX nodes. */
2906 if (optimize > 0 && flag_gcse && current_function_calls_constant_p)
2907 purge_builtin_constant_p ();
2909 /* Move constant computations out of loops. */
2911 if (optimize > 0 && flag_loop_optimize)
2913 int do_unroll, do_prefetch;
2915 timevar_push (TV_LOOP);
2916 delete_dead_jumptables ();
2917 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2918 open_dump_file (DFI_loop, decl);
2919 /* CFG is no longer maintained up-to-date. */
2920 free_bb_for_insn ();
2922 do_unroll = flag_unroll_loops ? LOOP_UNROLL : LOOP_AUTO_UNROLL;
2923 do_prefetch = flag_prefetch_loop_arrays ? LOOP_PREFETCH : 0;
2924 if (flag_rerun_loop_opt)
2926 cleanup_barriers ();
2928 /* We only want to perform unrolling once. */
2929 loop_optimize (insns, rtl_dump_file, do_unroll);
2930 do_unroll = 0;
2932 /* The first call to loop_optimize makes some instructions
2933 trivially dead. We delete those instructions now in the
2934 hope that doing so will make the heuristics in loop work
2935 better and possibly speed up compilation. */
2936 delete_trivially_dead_insns (insns, max_reg_num ());
2938 /* The regscan pass is currently necessary as the alias
2939 analysis code depends on this information. */
2940 reg_scan (insns, max_reg_num (), 1);
2942 cleanup_barriers ();
2943 loop_optimize (insns, rtl_dump_file, do_unroll | LOOP_BCT | do_prefetch);
2945 /* Loop can create trivially dead instructions. */
2946 delete_trivially_dead_insns (insns, max_reg_num ());
2947 close_dump_file (DFI_loop, print_rtl, insns);
2948 timevar_pop (TV_LOOP);
2949 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2951 ggc_collect ();
2954 /* Perform jump bypassing and control flow optimizations. */
2955 if (optimize > 0 && flag_gcse)
2957 timevar_push (TV_BYPASS);
2958 open_dump_file (DFI_bypass, decl);
2960 cleanup_cfg (CLEANUP_EXPENSIVE);
2961 tem = bypass_jumps (rtl_dump_file);
2963 if (tem)
2965 rebuild_jump_labels (insns);
2966 cleanup_cfg (CLEANUP_EXPENSIVE);
2967 delete_trivially_dead_insns (insns, max_reg_num ());
2970 close_dump_file (DFI_bypass, print_rtl_with_bb, insns);
2971 timevar_pop (TV_BYPASS);
2973 ggc_collect ();
2975 #ifdef ENABLE_CHECKING
2976 verify_flow_info ();
2977 #endif
2980 /* Do control and data flow analysis; wrote some of the results to
2981 the dump file. */
2983 timevar_push (TV_FLOW);
2984 open_dump_file (DFI_cfg, decl);
2985 if (rtl_dump_file)
2986 dump_flow_info (rtl_dump_file);
2987 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0)
2988 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2990 /* It may make more sense to mark constant functions after dead code is
2991 eliminated by life_analysis, but we need to do it early, as -fprofile-arcs
2992 may insert code making function non-constant, but we still must consider
2993 it as constant, otherwise -fbranch-probabilities will not read data back.
2995 life_analysis rarely eliminates modification of external memory.
2997 if (optimize)
2998 mark_constant_function ();
3000 close_dump_file (DFI_cfg, print_rtl_with_bb, insns);
3002 /* Do branch profiling and static profile estimation passes. */
3003 if (optimize > 0 || cfun->arc_profile || flag_branch_probabilities)
3005 struct loops loops;
3007 timevar_push (TV_BRANCH_PROB);
3008 open_dump_file (DFI_bp, decl);
3009 if (cfun->arc_profile || flag_branch_probabilities)
3010 branch_prob ();
3012 /* Discover and record the loop depth at the head of each basic
3013 block. The loop infrastructure does the real job for us. */
3014 flow_loops_find (&loops, LOOP_TREE);
3016 if (rtl_dump_file)
3017 flow_loops_dump (&loops, rtl_dump_file, NULL, 0);
3019 /* Estimate using heuristics if no profiling info is available. */
3020 if (flag_guess_branch_prob)
3021 estimate_probability (&loops);
3023 flow_loops_free (&loops);
3024 close_dump_file (DFI_bp, print_rtl_with_bb, insns);
3025 timevar_pop (TV_BRANCH_PROB);
3027 if (optimize >= 0)
3029 open_dump_file (DFI_ce1, decl);
3030 if (flag_if_conversion)
3032 timevar_push (TV_IFCVT);
3033 if (rtl_dump_file)
3034 dump_flow_info (rtl_dump_file);
3035 cleanup_cfg (CLEANUP_EXPENSIVE);
3036 reg_scan (insns, max_reg_num (), 0);
3037 if_convert (0);
3038 timevar_pop (TV_IFCVT);
3040 timevar_push (TV_JUMP);
3041 cleanup_cfg (CLEANUP_EXPENSIVE);
3042 reg_scan (insns, max_reg_num (), 0);
3043 timevar_pop (TV_JUMP);
3044 close_dump_file (DFI_ce1, print_rtl_with_bb, get_insns ());
3046 if (flag_tracer)
3048 timevar_push (TV_TRACER);
3049 open_dump_file (DFI_tracer, decl);
3050 if (rtl_dump_file)
3051 dump_flow_info (rtl_dump_file);
3052 tracer ();
3053 cleanup_cfg (CLEANUP_EXPENSIVE);
3054 reg_scan (insns, max_reg_num (), 0);
3055 close_dump_file (DFI_tracer, print_rtl_with_bb, get_insns ());
3056 timevar_pop (TV_TRACER);
3059 if (flag_rerun_cse_after_loop)
3061 timevar_push (TV_CSE2);
3062 open_dump_file (DFI_cse2, decl);
3063 if (rtl_dump_file)
3064 dump_flow_info (rtl_dump_file);
3065 /* CFG is no longer maintained up-to-date. */
3066 tem = cse_main (insns, max_reg_num (), 1, rtl_dump_file);
3067 purge_all_dead_edges (0);
3068 delete_trivially_dead_insns (insns, max_reg_num ());
3070 if (tem)
3072 timevar_push (TV_JUMP);
3073 rebuild_jump_labels (insns);
3074 cleanup_cfg (CLEANUP_EXPENSIVE);
3075 timevar_pop (TV_JUMP);
3077 reg_scan (insns, max_reg_num (), 0);
3078 close_dump_file (DFI_cse2, print_rtl_with_bb, insns);
3079 ggc_collect ();
3080 timevar_pop (TV_CSE2);
3083 cse_not_expected = 1;
3085 open_dump_file (DFI_life, decl);
3086 regclass_init ();
3088 check_function_return_warnings ();
3090 #ifdef ENABLE_CHECKING
3091 verify_flow_info ();
3092 #endif
3093 life_analysis (insns, rtl_dump_file, PROP_FINAL);
3094 if (optimize)
3095 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_UPDATE_LIFE
3096 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
3097 timevar_pop (TV_FLOW);
3099 no_new_pseudos = 1;
3101 if (warn_uninitialized || extra_warnings)
3103 uninitialized_vars_warning (DECL_INITIAL (decl));
3104 if (extra_warnings)
3105 setjmp_args_warning ();
3108 if (optimize)
3110 clear_bb_flags ();
3111 if (!flag_new_regalloc && initialize_uninitialized_subregs ())
3113 /* Insns were inserted, so things might look a bit different. */
3114 insns = get_insns ();
3115 update_life_info_in_dirty_blocks (UPDATE_LIFE_GLOBAL_RM_NOTES,
3116 PROP_LOG_LINKS | PROP_REG_INFO
3117 | PROP_DEATH_NOTES);
3121 close_dump_file (DFI_life, print_rtl_with_bb, insns);
3123 ggc_collect ();
3125 /* If -opt, try combining insns through substitution. */
3127 if (optimize > 0)
3129 int rebuild_jump_labels_after_combine = 0;
3131 timevar_push (TV_COMBINE);
3132 open_dump_file (DFI_combine, decl);
3134 rebuild_jump_labels_after_combine
3135 = combine_instructions (insns, max_reg_num ());
3137 /* Combining insns may have turned an indirect jump into a
3138 direct jump. Rebuild the JUMP_LABEL fields of jumping
3139 instructions. */
3140 if (rebuild_jump_labels_after_combine)
3142 timevar_push (TV_JUMP);
3143 rebuild_jump_labels (insns);
3144 timevar_pop (TV_JUMP);
3146 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
3149 close_dump_file (DFI_combine, print_rtl_with_bb, insns);
3150 timevar_pop (TV_COMBINE);
3152 ggc_collect ();
3155 /* Rerun if-conversion, as combine may have simplified things enough to
3156 now meet sequence length restrictions. */
3157 if (flag_if_conversion)
3159 timevar_push (TV_IFCVT);
3160 open_dump_file (DFI_ce2, decl);
3162 no_new_pseudos = 0;
3163 if_convert (1);
3164 no_new_pseudos = 1;
3166 close_dump_file (DFI_ce2, print_rtl_with_bb, insns);
3167 timevar_pop (TV_IFCVT);
3170 /* Register allocation pre-pass, to reduce number of moves
3171 necessary for two-address machines. */
3172 if (optimize > 0 && (flag_regmove || flag_expensive_optimizations))
3174 timevar_push (TV_REGMOVE);
3175 open_dump_file (DFI_regmove, decl);
3177 regmove_optimize (insns, max_reg_num (), rtl_dump_file);
3179 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
3180 close_dump_file (DFI_regmove, print_rtl_with_bb, insns);
3181 timevar_pop (TV_REGMOVE);
3183 ggc_collect ();
3186 /* Do unconditional splitting before register allocation to allow machine
3187 description to add extra information not needed previously. */
3188 split_all_insns (1);
3190 /* Any of the several passes since flow1 will have munged register
3191 lifetime data a bit. */
3192 register_life_up_to_date = 0;
3194 #ifdef OPTIMIZE_MODE_SWITCHING
3195 timevar_push (TV_MODE_SWITCH);
3197 no_new_pseudos = 0;
3198 optimize_mode_switching (NULL);
3199 no_new_pseudos = 1;
3201 timevar_pop (TV_MODE_SWITCH);
3202 #endif
3204 timevar_push (TV_SCHED);
3206 #ifdef INSN_SCHEDULING
3208 /* Print function header into sched dump now
3209 because doing the sched analysis makes some of the dump. */
3210 if (optimize > 0 && flag_schedule_insns)
3212 open_dump_file (DFI_sched, decl);
3214 /* Do control and data sched analysis,
3215 and write some of the results to dump file. */
3217 schedule_insns (rtl_dump_file);
3219 close_dump_file (DFI_sched, print_rtl_with_bb, insns);
3221 /* Register lifetime information was updated as part of verifying
3222 the schedule. */
3223 register_life_up_to_date = 1;
3225 #endif
3226 timevar_pop (TV_SCHED);
3228 ggc_collect ();
3230 /* Determine if the current function is a leaf before running reload
3231 since this can impact optimizations done by the prologue and
3232 epilogue thus changing register elimination offsets. */
3233 current_function_is_leaf = leaf_function_p ();
3235 timevar_push (TV_LOCAL_ALLOC);
3236 open_dump_file (DFI_lreg, decl);
3238 /* Allocate pseudo-regs that are used only within 1 basic block.
3240 RUN_JUMP_AFTER_RELOAD records whether or not we need to rerun the
3241 jump optimizer after register allocation and reloading are finished. */
3243 if (! register_life_up_to_date)
3244 recompute_reg_usage (insns, ! optimize_size);
3246 if (flag_new_regalloc)
3248 delete_trivially_dead_insns (insns, max_reg_num ());
3249 reg_alloc ();
3251 timevar_pop (TV_LOCAL_ALLOC);
3252 if (dump_file[DFI_lreg].enabled)
3254 timevar_push (TV_DUMP);
3256 close_dump_file (DFI_lreg, NULL, NULL);
3257 timevar_pop (TV_DUMP);
3260 /* XXX clean up the whole mess to bring live info in shape again. */
3261 timevar_push (TV_GLOBAL_ALLOC);
3262 open_dump_file (DFI_greg, decl);
3264 build_insn_chain (insns);
3265 failure = reload (insns, 0);
3267 timevar_pop (TV_GLOBAL_ALLOC);
3269 if (dump_file[DFI_greg].enabled)
3271 timevar_push (TV_DUMP);
3273 dump_global_regs (rtl_dump_file);
3275 close_dump_file (DFI_greg, print_rtl_with_bb, insns);
3276 timevar_pop (TV_DUMP);
3279 if (failure)
3280 goto exit_rest_of_compilation;
3281 reload_completed = 1;
3282 rebuild_label_notes_after_reload = 0;
3284 else
3286 /* Allocate the reg_renumber array. */
3287 allocate_reg_info (max_regno, FALSE, TRUE);
3289 /* And the reg_equiv_memory_loc array. */
3290 reg_equiv_memory_loc = (rtx *) xcalloc (max_regno, sizeof (rtx));
3292 allocate_initial_values (reg_equiv_memory_loc);
3294 regclass (insns, max_reg_num (), rtl_dump_file);
3295 rebuild_label_notes_after_reload = local_alloc ();
3297 timevar_pop (TV_LOCAL_ALLOC);
3299 if (dump_file[DFI_lreg].enabled)
3301 timevar_push (TV_DUMP);
3303 dump_flow_info (rtl_dump_file);
3304 dump_local_alloc (rtl_dump_file);
3306 close_dump_file (DFI_lreg, print_rtl_with_bb, insns);
3307 timevar_pop (TV_DUMP);
3310 ggc_collect ();
3312 timevar_push (TV_GLOBAL_ALLOC);
3313 open_dump_file (DFI_greg, decl);
3315 /* If optimizing, allocate remaining pseudo-regs. Do the reload
3316 pass fixing up any insns that are invalid. */
3318 if (optimize)
3319 failure = global_alloc (rtl_dump_file);
3320 else
3322 build_insn_chain (insns);
3323 failure = reload (insns, 0);
3326 timevar_pop (TV_GLOBAL_ALLOC);
3328 if (dump_file[DFI_greg].enabled)
3330 timevar_push (TV_DUMP);
3332 dump_global_regs (rtl_dump_file);
3334 close_dump_file (DFI_greg, print_rtl_with_bb, insns);
3335 timevar_pop (TV_DUMP);
3338 if (failure)
3339 goto exit_rest_of_compilation;
3342 ggc_collect ();
3344 open_dump_file (DFI_postreload, decl);
3346 /* Do a very simple CSE pass over just the hard registers. */
3347 if (optimize > 0)
3349 timevar_push (TV_RELOAD_CSE_REGS);
3350 reload_cse_regs (insns);
3351 timevar_pop (TV_RELOAD_CSE_REGS);
3354 /* Register allocation and reloading may have turned an indirect jump into
3355 a direct jump. If so, we must rebuild the JUMP_LABEL fields of
3356 jumping instructions. */
3357 if (rebuild_label_notes_after_reload)
3359 timevar_push (TV_JUMP);
3361 rebuild_jump_labels (insns);
3362 purge_all_dead_edges (0);
3364 timevar_pop (TV_JUMP);
3367 close_dump_file (DFI_postreload, print_rtl_with_bb, insns);
3369 /* Re-create the death notes which were deleted during reload. */
3370 timevar_push (TV_FLOW2);
3371 open_dump_file (DFI_flow2, decl);
3373 #ifdef ENABLE_CHECKING
3374 verify_flow_info ();
3375 #endif
3377 /* If optimizing, then go ahead and split insns now. */
3378 if (optimize > 0)
3379 split_all_insns (0);
3381 cleanup_cfg (optimize ? CLEANUP_EXPENSIVE : 0);
3383 /* On some machines, the prologue and epilogue code, or parts thereof,
3384 can be represented as RTL. Doing so lets us schedule insns between
3385 it and the rest of the code and also allows delayed branch
3386 scheduling to operate in the epilogue. */
3387 thread_prologue_and_epilogue_insns (insns);
3389 if (optimize)
3391 life_analysis (insns, rtl_dump_file, PROP_FINAL);
3392 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE
3393 | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
3395 /* This is kind of a heuristic. We need to run combine_stack_adjustments
3396 even for machines with possibly nonzero RETURN_POPS_ARGS
3397 and ACCUMULATE_OUTGOING_ARGS. We expect that only ports having
3398 push instructions will have popping returns. */
3399 #ifndef PUSH_ROUNDING
3400 if (!ACCUMULATE_OUTGOING_ARGS)
3401 #endif
3402 combine_stack_adjustments ();
3404 ggc_collect ();
3407 flow2_completed = 1;
3409 close_dump_file (DFI_flow2, print_rtl_with_bb, insns);
3410 timevar_pop (TV_FLOW2);
3412 #ifdef HAVE_peephole2
3413 if (optimize > 0 && flag_peephole2)
3415 timevar_push (TV_PEEPHOLE2);
3416 open_dump_file (DFI_peephole2, decl);
3418 peephole2_optimize (rtl_dump_file);
3420 close_dump_file (DFI_peephole2, print_rtl_with_bb, insns);
3421 timevar_pop (TV_PEEPHOLE2);
3423 #endif
3425 if (optimize > 0 && (flag_rename_registers || flag_cprop_registers))
3427 timevar_push (TV_RENAME_REGISTERS);
3428 open_dump_file (DFI_rnreg, decl);
3430 if (flag_rename_registers)
3431 regrename_optimize ();
3432 if (flag_cprop_registers)
3433 copyprop_hardreg_forward ();
3435 close_dump_file (DFI_rnreg, print_rtl_with_bb, insns);
3436 timevar_pop (TV_RENAME_REGISTERS);
3439 if (flag_if_conversion2)
3441 timevar_push (TV_IFCVT2);
3442 open_dump_file (DFI_ce3, decl);
3444 if_convert (1);
3446 close_dump_file (DFI_ce3, print_rtl_with_bb, insns);
3447 timevar_pop (TV_IFCVT2);
3449 #ifdef STACK_REGS
3450 if (optimize)
3451 split_all_insns (1);
3452 #endif
3454 #ifdef INSN_SCHEDULING
3455 if (optimize > 0 && flag_schedule_insns_after_reload)
3457 timevar_push (TV_SCHED2);
3458 open_dump_file (DFI_sched2, decl);
3460 /* Do control and data sched analysis again,
3461 and write some more of the results to dump file. */
3463 split_all_insns (1);
3465 schedule_insns (rtl_dump_file);
3467 close_dump_file (DFI_sched2, print_rtl_with_bb, insns);
3468 timevar_pop (TV_SCHED2);
3470 ggc_collect ();
3472 #endif
3474 #ifdef LEAF_REGISTERS
3475 current_function_uses_only_leaf_regs
3476 = optimize > 0 && only_leaf_regs_used () && leaf_function_p ();
3477 #endif
3479 #ifdef STACK_REGS
3480 timevar_push (TV_REG_STACK);
3481 open_dump_file (DFI_stack, decl);
3483 reg_to_stack (insns, rtl_dump_file);
3485 close_dump_file (DFI_stack, print_rtl_with_bb, insns);
3486 timevar_pop (TV_REG_STACK);
3488 ggc_collect ();
3489 #endif
3490 if (optimize > 0)
3492 timevar_push (TV_REORDER_BLOCKS);
3493 open_dump_file (DFI_bbro, decl);
3495 /* Last attempt to optimize CFG, as scheduling, peepholing and insn
3496 splitting possibly introduced more crossjumping opportunities.
3497 Except that we can't actually run crossjumping without running
3498 another DCE pass, which we can't do after reg-stack. */
3499 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK
3500 | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
3501 if (flag_reorder_blocks)
3503 reorder_basic_blocks ();
3504 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK);
3507 close_dump_file (DFI_bbro, print_rtl_with_bb, insns);
3508 timevar_pop (TV_REORDER_BLOCKS);
3510 compute_alignments ();
3512 /* CFG is no longer maintained up-to-date. */
3513 free_bb_for_insn ();
3515 /* If a machine dependent reorganization is needed, call it. */
3516 #ifdef MACHINE_DEPENDENT_REORG
3517 timevar_push (TV_MACH_DEP);
3518 open_dump_file (DFI_mach, decl);
3520 MACHINE_DEPENDENT_REORG (insns);
3522 close_dump_file (DFI_mach, print_rtl, insns);
3523 timevar_pop (TV_MACH_DEP);
3525 ggc_collect ();
3526 #endif
3528 purge_line_number_notes (insns);
3529 cleanup_barriers ();
3531 /* If a scheduling pass for delayed branches is to be done,
3532 call the scheduling code. */
3534 #ifdef DELAY_SLOTS
3535 if (optimize > 0 && flag_delayed_branch)
3537 timevar_push (TV_DBR_SCHED);
3538 open_dump_file (DFI_dbr, decl);
3540 dbr_schedule (insns, rtl_dump_file);
3542 close_dump_file (DFI_dbr, print_rtl, insns);
3543 timevar_pop (TV_DBR_SCHED);
3545 ggc_collect ();
3547 #endif
3549 #if defined (HAVE_ATTR_length) && !defined (STACK_REGS)
3550 timevar_push (TV_SHORTEN_BRANCH);
3551 split_all_insns_noflow ();
3552 timevar_pop (TV_SHORTEN_BRANCH);
3553 #endif
3555 convert_to_eh_region_ranges ();
3557 /* Shorten branches. */
3558 timevar_push (TV_SHORTEN_BRANCH);
3559 shorten_branches (get_insns ());
3560 timevar_pop (TV_SHORTEN_BRANCH);
3562 set_nothrow_function_flags ();
3563 if (current_function_nothrow)
3564 /* Now we know that this can't throw; set the flag for the benefit
3565 of other functions later in this translation unit. */
3566 TREE_NOTHROW (current_function_decl) = 1;
3568 /* Now turn the rtl into assembler code. */
3570 timevar_push (TV_FINAL);
3572 rtx x;
3573 const char *fnname;
3575 /* Get the function's name, as described by its RTL. This may be
3576 different from the DECL_NAME name used in the source file. */
3578 x = DECL_RTL (decl);
3579 if (GET_CODE (x) != MEM)
3580 abort ();
3581 x = XEXP (x, 0);
3582 if (GET_CODE (x) != SYMBOL_REF)
3583 abort ();
3584 fnname = XSTR (x, 0);
3586 assemble_start_function (decl, fnname);
3587 final_start_function (insns, asm_out_file, optimize);
3588 final (insns, asm_out_file, optimize, 0);
3589 final_end_function ();
3591 #ifdef IA64_UNWIND_INFO
3592 /* ??? The IA-64 ".handlerdata" directive must be issued before
3593 the ".endp" directive that closes the procedure descriptor. */
3594 output_function_exception_table ();
3595 #endif
3597 assemble_end_function (decl, fnname);
3599 #ifndef IA64_UNWIND_INFO
3600 /* Otherwise, it feels unclean to switch sections in the middle. */
3601 output_function_exception_table ();
3602 #endif
3604 if (! quiet_flag)
3605 fflush (asm_out_file);
3607 /* Release all memory allocated by flow. */
3608 free_basic_block_vars (0);
3610 /* Release all memory held by regsets now. */
3611 regset_release_memory ();
3613 timevar_pop (TV_FINAL);
3615 ggc_collect ();
3617 /* Write DBX symbols if requested. */
3619 /* Note that for those inline functions where we don't initially
3620 know for certain that we will be generating an out-of-line copy,
3621 the first invocation of this routine (rest_of_compilation) will
3622 skip over this code by doing a `goto exit_rest_of_compilation;'.
3623 Later on, wrapup_global_declarations will (indirectly) call
3624 rest_of_compilation again for those inline functions that need
3625 to have out-of-line copies generated. During that call, we
3626 *will* be routed past here. */
3628 timevar_push (TV_SYMOUT);
3629 (*debug_hooks->function_decl) (decl);
3630 timevar_pop (TV_SYMOUT);
3632 exit_rest_of_compilation:
3634 /* In case the function was not output,
3635 don't leave any temporary anonymous types
3636 queued up for sdb output. */
3637 #ifdef SDB_DEBUGGING_INFO
3638 if (write_symbols == SDB_DEBUG)
3639 sdbout_types (NULL_TREE);
3640 #endif
3642 reload_completed = 0;
3643 flow2_completed = 0;
3644 no_new_pseudos = 0;
3646 timevar_push (TV_FINAL);
3648 /* Clear out the insn_length contents now that they are no
3649 longer valid. */
3650 init_insn_lengths ();
3652 /* Show no temporary slots allocated. */
3653 init_temp_slots ();
3655 free_basic_block_vars (0);
3656 free_bb_for_insn ();
3658 timevar_pop (TV_FINAL);
3660 /* Make sure volatile mem refs aren't considered valid operands for
3661 arithmetic insns. We must call this here if this is a nested inline
3662 function, since the above code leaves us in the init_recog state
3663 (from final.c), and the function context push/pop code does not
3664 save/restore volatile_ok.
3666 ??? Maybe it isn't necessary for expand_start_function to call this
3667 anymore if we do it here? */
3669 init_recog_no_volatile ();
3671 /* We're done with this function. Free up memory if we can. */
3672 free_after_parsing (cfun);
3673 if (! DECL_DEFER_OUTPUT (decl))
3675 free_after_compilation (cfun);
3677 /* Clear integrate.c's pointer to the cfun structure we just
3678 destroyed. */
3679 DECL_SAVED_INSNS (decl) = 0;
3681 cfun = 0;
3683 ggc_collect ();
3685 timevar_pop (TV_REST_OF_COMPILATION);
3688 static void
3689 display_help ()
3691 int undoc;
3692 unsigned long i;
3693 const char *lang;
3695 printf (_(" -ffixed-<register> Mark <register> as being unavailable to the compiler\n"));
3696 printf (_(" -fcall-used-<register> Mark <register> as being corrupted by function calls\n"));
3697 printf (_(" -fcall-saved-<register> Mark <register> as being preserved across functions\n"));
3698 printf (_(" -finline-limit=<number> Limits the size of inlined functions to <number>\n"));
3699 printf (_(" -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"));
3700 printf (_(" -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"));
3701 printf (_(" -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"));
3703 for (i = ARRAY_SIZE (f_options); i--;)
3705 const char *description = f_options[i].description;
3707 if (description != NULL && *description != 0)
3708 printf (" -f%-21s %s\n",
3709 f_options[i].string, _(description));
3712 printf (_(" -O[number] Set optimization level to [number]\n"));
3713 printf (_(" -Os Optimize for space rather than speed\n"));
3714 for (i = LAST_PARAM; i--;)
3716 const char *description = compiler_params[i].help;
3717 const int length = 21 - strlen (compiler_params[i].option);
3719 if (description != NULL && *description != 0)
3720 printf (" --param %s=<value>%.*s%s\n",
3721 compiler_params[i].option,
3722 length > 0 ? length : 1, " ",
3723 _(description));
3725 printf (_(" -pedantic Issue warnings needed by strict compliance to ISO C\n"));
3726 printf (_(" -pedantic-errors Like -pedantic except that errors are produced\n"));
3727 printf (_(" -w Suppress warnings\n"));
3729 for (i = ARRAY_SIZE (W_options); i--;)
3731 const char *description = W_options[i].description;
3733 if (description != NULL && *description != 0)
3734 printf (" -W%-21s %s\n",
3735 W_options[i].string, _(description));
3738 printf (_(" -Wunused Enable unused warnings\n"));
3739 printf (_(" -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"));
3740 printf (_(" -p Enable function profiling\n"));
3741 printf (_(" -o <file> Place output into <file> \n"));
3742 printf (_("\
3743 -G <number> Put global and static data smaller than <number>\n\
3744 bytes into a special section (on some targets)\n"));
3746 for (i = ARRAY_SIZE (debug_args); i--;)
3748 if (debug_args[i].description != NULL)
3749 printf (" -g%-21s %s\n",
3750 debug_args[i].arg, _(debug_args[i].description));
3753 printf (_(" -aux-info <file> Emit declaration info into <file>\n"));
3754 printf (_(" -quiet Do not display functions compiled or elapsed time\n"));
3755 printf (_(" -version Display the compiler's version\n"));
3756 printf (_(" -d[letters] Enable dumps from specific passes of the compiler\n"));
3757 printf (_(" -dumpbase <file> Base name to be used for dumps from specific passes\n"));
3758 #if defined INSN_SCHEDULING
3759 printf (_(" -fsched-verbose=<number> Set the verbosity level of the scheduler\n"));
3760 #endif
3761 printf (_(" --help Display this information\n"));
3763 undoc = 0;
3764 lang = "language";
3766 /* Display descriptions of language specific options.
3767 If there is no description, note that there is an undocumented option.
3768 If the description is empty, do not display anything. (This allows
3769 options to be deliberately undocumented, for whatever reason).
3770 If the option string is missing, then this is a marker, indicating
3771 that the description string is in fact the name of a language, whose
3772 language specific options are to follow. */
3774 if (ARRAY_SIZE (documented_lang_options) > 1)
3776 printf (_("\nLanguage specific options:\n"));
3778 for (i = 0; i < ARRAY_SIZE (documented_lang_options); i++)
3780 const char *description = documented_lang_options[i].description;
3781 const char *option = documented_lang_options[i].option;
3783 if (description == NULL)
3785 undoc = 1;
3787 if (extra_warnings)
3788 printf (_(" %-23.23s [undocumented]\n"), option);
3790 else if (*description == 0)
3791 continue;
3792 else if (option == NULL)
3794 if (undoc)
3795 printf
3796 (_("\nThere are undocumented %s specific options as well.\n"),
3797 lang);
3798 undoc = 0;
3800 printf (_("\n Options for %s:\n"), description);
3802 lang = description;
3804 else
3805 printf (" %-23.23s %s\n", option, _(description));
3809 if (undoc)
3810 printf (_("\nThere are undocumented %s specific options as well.\n"),
3811 lang);
3813 display_target_options ();
3816 static void
3817 display_target_options ()
3819 int undoc, i;
3820 static bool displayed = false;
3822 /* Avoid double printing for --help --target-help. */
3823 if (displayed)
3824 return;
3825 displayed = true;
3827 if (ARRAY_SIZE (target_switches) > 1
3828 #ifdef TARGET_OPTIONS
3829 || ARRAY_SIZE (target_options) > 1
3830 #endif
3833 int doc = 0;
3835 undoc = 0;
3837 printf (_("\nTarget specific options:\n"));
3839 for (i = ARRAY_SIZE (target_switches); i--;)
3841 const char *option = target_switches[i].name;
3842 const char *description = target_switches[i].description;
3844 if (option == NULL || *option == 0)
3845 continue;
3846 else if (description == NULL)
3848 undoc = 1;
3850 if (extra_warnings)
3851 printf (_(" -m%-23.23s [undocumented]\n"), option);
3853 else if (*description != 0)
3854 doc += printf (" -m%-23.23s %s\n", option, _(description));
3857 #ifdef TARGET_OPTIONS
3858 for (i = ARRAY_SIZE (target_options); i--;)
3860 const char *option = target_options[i].prefix;
3861 const char *description = target_options[i].description;
3863 if (option == NULL || *option == 0)
3864 continue;
3865 else if (description == NULL)
3867 undoc = 1;
3869 if (extra_warnings)
3870 printf (_(" -m%-23.23s [undocumented]\n"), option);
3872 else if (*description != 0)
3873 doc += printf (" -m%-23.23s %s\n", option, _(description));
3875 #endif
3876 if (undoc)
3878 if (doc)
3879 printf (_("\nThere are undocumented target specific options as well.\n"));
3880 else
3881 printf (_(" They exist, but they are not documented.\n"));
3886 /* Parse a -d... command line switch. */
3888 static void
3889 decode_d_option (arg)
3890 const char *arg;
3892 int i, c, matched;
3894 while (*arg)
3895 switch (c = *arg++)
3897 case 'a':
3898 for (i = 0; i < (int) DFI_MAX; ++i)
3899 dump_file[i].enabled = 1;
3900 break;
3901 case 'A':
3902 flag_debug_asm = 1;
3903 break;
3904 case 'p':
3905 flag_print_asm_name = 1;
3906 break;
3907 case 'P':
3908 flag_dump_rtl_in_asm = 1;
3909 flag_print_asm_name = 1;
3910 break;
3911 case 'v':
3912 graph_dump_format = vcg;
3913 break;
3914 case 'x':
3915 rtl_dump_and_exit = 1;
3916 break;
3917 case 'y':
3918 set_yydebug = 1;
3919 break;
3920 case 'D': /* These are handled by the preprocessor. */
3921 case 'I':
3922 break;
3924 default:
3925 matched = 0;
3926 for (i = 0; i < (int) DFI_MAX; ++i)
3927 if (c == dump_file[i].debug_switch)
3929 dump_file[i].enabled = 1;
3930 matched = 1;
3933 if (! matched)
3934 warning ("unrecognized gcc debugging option: %c", c);
3935 break;
3939 /* Parse a -f... command line switch. ARG is the value after the -f.
3940 It is safe to access 'ARG - 2' to generate the full switch name.
3941 Return the number of strings consumed. */
3943 static int
3944 decode_f_option (arg)
3945 const char *arg;
3947 int j;
3948 const char *option_value = NULL;
3950 /* Search for the option in the table of binary f options. */
3951 for (j = ARRAY_SIZE (f_options); j--;)
3953 if (!strcmp (arg, f_options[j].string))
3955 *f_options[j].variable = f_options[j].on_value;
3956 return 1;
3959 if (arg[0] == 'n' && arg[1] == 'o' && arg[2] == '-'
3960 && ! strcmp (arg + 3, f_options[j].string))
3962 *f_options[j].variable = ! f_options[j].on_value;
3963 return 1;
3967 if (!strcmp (arg, "fast-math"))
3968 set_fast_math_flags (1);
3969 else if (!strcmp (arg, "no-fast-math"))
3970 set_fast_math_flags (0);
3971 else if ((option_value = skip_leading_substring (arg, "inline-limit-"))
3972 || (option_value = skip_leading_substring (arg, "inline-limit=")))
3974 int val =
3975 read_integral_parameter (option_value, arg - 2,
3976 MAX_INLINE_INSNS);
3977 set_param_value ("max-inline-insns", val);
3979 else if ((option_value = skip_leading_substring (arg, "tls-model=")))
3981 if (strcmp (option_value, "global-dynamic") == 0)
3982 flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
3983 else if (strcmp (option_value, "local-dynamic") == 0)
3984 flag_tls_default = TLS_MODEL_LOCAL_DYNAMIC;
3985 else if (strcmp (option_value, "initial-exec") == 0)
3986 flag_tls_default = TLS_MODEL_INITIAL_EXEC;
3987 else if (strcmp (option_value, "local-exec") == 0)
3988 flag_tls_default = TLS_MODEL_LOCAL_EXEC;
3989 else
3990 warning ("`%s': unknown tls-model option", arg - 2);
3992 #ifdef INSN_SCHEDULING
3993 else if ((option_value = skip_leading_substring (arg, "sched-verbose=")))
3994 fix_sched_param ("verbose", option_value);
3995 #endif
3996 else if ((option_value = skip_leading_substring (arg, "fixed-")))
3997 fix_register (option_value, 1, 1);
3998 else if ((option_value = skip_leading_substring (arg, "call-used-")))
3999 fix_register (option_value, 0, 1);
4000 else if ((option_value = skip_leading_substring (arg, "call-saved-")))
4001 fix_register (option_value, 0, 0);
4002 else if ((option_value = skip_leading_substring (arg, "align-loops=")))
4003 align_loops = read_integral_parameter (option_value, arg - 2, align_loops);
4004 else if ((option_value = skip_leading_substring (arg, "align-functions=")))
4005 align_functions
4006 = read_integral_parameter (option_value, arg - 2, align_functions);
4007 else if ((option_value = skip_leading_substring (arg, "align-jumps=")))
4008 align_jumps = read_integral_parameter (option_value, arg - 2, align_jumps);
4009 else if ((option_value = skip_leading_substring (arg, "align-labels=")))
4010 align_labels
4011 = read_integral_parameter (option_value, arg - 2, align_labels);
4012 else if ((option_value
4013 = skip_leading_substring (arg, "stack-limit-register=")))
4015 int reg = decode_reg_name (option_value);
4016 if (reg < 0)
4017 error ("unrecognized register name `%s'", option_value);
4018 else
4019 stack_limit_rtx = gen_rtx_REG (Pmode, reg);
4021 else if ((option_value
4022 = skip_leading_substring (arg, "stack-limit-symbol=")))
4024 const char *nm;
4025 nm = ggc_strdup (option_value);
4026 stack_limit_rtx = gen_rtx_SYMBOL_REF (Pmode, nm);
4028 else if ((option_value
4029 = skip_leading_substring (arg, "message-length=")))
4030 output_set_maximum_length
4031 (&global_dc->buffer, read_integral_parameter
4032 (option_value, arg - 2, diagnostic_line_cutoff (global_dc)));
4033 else if ((option_value
4034 = skip_leading_substring (arg, "diagnostics-show-location=")))
4036 if (!strcmp (option_value, "once"))
4037 diagnostic_prefixing_rule (global_dc) = DIAGNOSTICS_SHOW_PREFIX_ONCE;
4038 else if (!strcmp (option_value, "every-line"))
4039 diagnostic_prefixing_rule (global_dc)
4040 = DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE;
4041 else
4042 error ("unrecognized option `%s'", arg - 2);
4044 else if (!strcmp (arg, "no-stack-limit"))
4045 stack_limit_rtx = NULL_RTX;
4046 else if (!strcmp (arg, "preprocessed"))
4047 /* Recognize this switch but do nothing. This prevents warnings
4048 about an unrecognized switch if cpplib has not been linked in. */
4050 else
4051 return 0;
4053 return 1;
4056 /* Parse a -W... command line switch. ARG is the value after the -W.
4057 It is safe to access 'ARG - 2' to generate the full switch name.
4058 Return the number of strings consumed. */
4060 static int
4061 decode_W_option (arg)
4062 const char *arg;
4064 const char *option_value = NULL;
4065 int j;
4067 /* Search for the option in the table of binary W options. */
4069 for (j = ARRAY_SIZE (W_options); j--;)
4071 if (!strcmp (arg, W_options[j].string))
4073 *W_options[j].variable = W_options[j].on_value;
4074 return 1;
4077 if (arg[0] == 'n' && arg[1] == 'o' && arg[2] == '-'
4078 && ! strcmp (arg + 3, W_options[j].string))
4080 *W_options[j].variable = ! W_options[j].on_value;
4081 return 1;
4085 if ((option_value = skip_leading_substring (arg, "id-clash-")))
4086 warning ("-Wid-clash-LEN is no longer supported");
4087 else if ((option_value = skip_leading_substring (arg, "larger-than-")))
4089 larger_than_size = read_integral_parameter (option_value, arg - 2, -1);
4091 warn_larger_than = larger_than_size != -1;
4093 else if (!strcmp (arg, "unused"))
4095 set_Wunused (1);
4097 else if (!strcmp (arg, "no-unused"))
4099 set_Wunused (0);
4101 else if (!strcmp (arg, "extra"))
4103 /* We save the value of warn_uninitialized, since if they put
4104 -Wuninitialized on the command line, we need to generate a
4105 warning about not using it without also specifying -O. */
4106 if (warn_uninitialized != 1)
4107 warn_uninitialized = 2;
4109 else
4110 return 0;
4112 return 1;
4115 /* Parse a -g... command line switch. ARG is the value after the -g.
4116 It is safe to access 'ARG - 2' to generate the full switch name.
4117 Return the number of strings consumed. */
4119 static int
4120 decode_g_option (arg)
4121 const char *arg;
4123 static unsigned level = 0;
4124 /* A lot of code assumes write_symbols == NO_DEBUG if the
4125 debugging level is 0 (thus -gstabs1 -gstabs0 would lose track
4126 of what debugging type has been selected). This records the
4127 selected type. It is an error to specify more than one
4128 debugging type. */
4129 static enum debug_info_type selected_debug_type = NO_DEBUG;
4130 /* Nonzero if debugging format has been explicitly set.
4131 -g and -ggdb don't explicitly set the debugging format so
4132 -gdwarf -g3 is equivalent to -gdwarf3. */
4133 static int type_explicitly_set_p = 0;
4134 /* Indexed by enum debug_info_type. */
4135 static const char *const debug_type_names[] =
4137 "none", "stabs", "coff", "dwarf-1", "dwarf-2", "xcoff", "vms"
4140 /* The maximum admissible debug level value. */
4141 static const unsigned max_debug_level = 3;
4143 /* Look up ARG in the table. */
4144 for (da = debug_args; da->arg; da++)
4146 const int da_len = strlen (da->arg);
4148 if (da_len == 0 || ! strncmp (arg, da->arg, da_len))
4150 enum debug_info_type type = da->debug_type;
4151 const char *p = arg + da_len;
4153 if (*p && ! ISDIGIT (*p))
4154 continue;
4156 /* A debug flag without a level defaults to level 2.
4157 Note we do not want to call read_integral_parameter
4158 for that case since it will call atoi which
4159 will return zero.
4161 ??? We may want to generalize the interface to
4162 read_integral_parameter to better handle this case
4163 if this case shows up often. */
4164 if (*p)
4165 level = read_integral_parameter (p, 0, max_debug_level + 1);
4166 else
4167 level = (level == 0) ? 2 : level;
4169 if (da_len > 1 && *p && !strncmp (arg, "dwarf", da_len))
4171 error ("use -gdwarf -g%d for DWARF v1, level %d",
4172 level, level);
4173 if (level == 2)
4174 error ("use -gdwarf-2 for DWARF v2");
4177 if (level > max_debug_level)
4179 warning ("\
4180 ignoring option `%s' due to invalid debug level specification",
4181 arg - 2);
4182 level = debug_info_level;
4185 if (type == NO_DEBUG)
4187 type = PREFERRED_DEBUGGING_TYPE;
4189 if (da_len > 1 && strncmp (arg, "gdb", da_len) == 0)
4191 #ifdef DWARF2_DEBUGGING_INFO
4192 type = DWARF2_DEBUG;
4193 #else
4194 #ifdef DBX_DEBUGGING_INFO
4195 type = DBX_DEBUG;
4196 #endif
4197 #endif
4201 if (type == NO_DEBUG)
4202 warning ("`%s': unknown or unsupported -g option", arg - 2);
4204 /* Does it conflict with an already selected type? */
4205 if (type_explicitly_set_p
4206 /* -g/-ggdb don't conflict with anything. */
4207 && da->debug_type != NO_DEBUG
4208 && type != selected_debug_type)
4209 warning ("`%s' ignored, conflicts with `-g%s'",
4210 arg - 2, debug_type_names[(int) selected_debug_type]);
4211 else
4213 /* If the format has already been set, -g/-ggdb
4214 only change the debug level. */
4215 if (type_explicitly_set_p && da->debug_type == NO_DEBUG)
4216 /* Don't change debugging type. */
4218 else
4220 selected_debug_type = type;
4221 type_explicitly_set_p = da->debug_type != NO_DEBUG;
4224 write_symbols = (level == 0
4225 ? NO_DEBUG
4226 : selected_debug_type);
4227 use_gnu_debug_info_extensions = da->use_extensions_p;
4228 debug_info_level = (enum debug_info_level) level;
4231 break;
4235 if (! da->arg)
4236 return 0;
4238 return 1;
4241 /* Decode the first argument in the argv as a language-independent option.
4242 Return the number of strings consumed. */
4244 static unsigned int
4245 independent_decode_option (argc, argv)
4246 int argc;
4247 char **argv;
4249 char *arg = argv[0];
4251 if (arg[0] != '-' || arg[1] == 0)
4253 if (arg[0] == '+')
4254 return 0;
4256 filename = arg;
4258 return 1;
4261 arg++;
4263 if (!strcmp (arg, "-help"))
4265 display_help ();
4266 exit_after_options = 1;
4269 if (!strcmp (arg, "-target-help"))
4271 display_target_options ();
4272 exit_after_options = 1;
4275 if (!strcmp (arg, "-version"))
4277 print_version (stderr, "");
4278 exit_after_options = 1;
4281 /* Handle '--param <name>=<value>'. */
4282 if (strcmp (arg, "-param") == 0)
4284 char *equal;
4286 if (argc == 1)
4288 error ("-param option missing argument");
4289 return 1;
4292 /* Get the '<name>=<value>' parameter. */
4293 arg = argv[1];
4294 /* Look for the `='. */
4295 equal = strchr (arg, '=');
4296 if (!equal)
4297 error ("invalid --param option: %s", arg);
4298 else
4300 int val;
4302 /* Zero out the `=' sign so that we get two separate strings. */
4303 *equal = '\0';
4304 /* Figure out what value is specified. */
4305 val = read_integral_parameter (equal + 1, NULL, INVALID_PARAM_VAL);
4306 if (val != INVALID_PARAM_VAL)
4307 set_param_value (arg, val);
4308 else
4309 error ("invalid parameter value `%s'", equal + 1);
4312 return 2;
4315 if (*arg == 'Y')
4316 arg++;
4318 switch (*arg)
4320 default:
4321 return 0;
4323 case 'O':
4324 /* Already been treated in main (). Do nothing. */
4325 break;
4327 case 'm':
4328 set_target_switch (arg + 1);
4329 break;
4331 case 'f':
4332 return decode_f_option (arg + 1);
4334 case 'g':
4335 return decode_g_option (arg + 1);
4337 case 'd':
4338 if (!strcmp (arg, "dumpbase"))
4340 if (argc == 1)
4341 return 0;
4343 if (argv[1][0])
4344 dump_base_name = argv[1];
4346 return 2;
4348 else
4349 decode_d_option (arg + 1);
4350 break;
4352 case 'p':
4353 if (!strcmp (arg, "pedantic"))
4354 pedantic = 1;
4355 else if (!strcmp (arg, "pedantic-errors"))
4356 flag_pedantic_errors = pedantic = 1;
4357 else if (arg[1] == 0)
4358 profile_flag = 1;
4359 else
4360 return 0;
4361 break;
4363 case 'q':
4364 if (!strcmp (arg, "quiet"))
4365 quiet_flag = 1;
4366 else
4367 return 0;
4368 break;
4370 case 'v':
4371 if (!strcmp (arg, "version"))
4372 version_flag = 1;
4373 else
4374 return 0;
4375 break;
4377 case 'w':
4378 if (arg[1] == 0)
4379 inhibit_warnings = 1;
4380 else
4381 return 0;
4382 break;
4384 case 'W':
4385 if (arg[1] == 0)
4387 extra_warnings = 1;
4388 /* We save the value of warn_uninitialized, since if they put
4389 -Wuninitialized on the command line, we need to generate a
4390 warning about not using it without also specifying -O. */
4391 if (warn_uninitialized != 1)
4392 warn_uninitialized = 2;
4394 else
4395 return decode_W_option (arg + 1);
4396 break;
4398 case 'a':
4399 if (!strncmp (arg, "aux-info", 8))
4401 if (arg[8] == '\0')
4403 if (argc == 1)
4404 return 0;
4406 aux_info_file_name = argv[1];
4407 flag_gen_aux_info = 1;
4408 return 2;
4410 else if (arg[8] == '=')
4412 aux_info_file_name = arg + 9;
4413 flag_gen_aux_info = 1;
4415 else
4416 return 0;
4418 else if (!strcmp (arg, "auxbase"))
4420 if (argc == 1)
4421 return 0;
4423 if (argv[1][0])
4424 aux_base_name = argv[1];
4426 return 2;
4428 else if (!strcmp (arg, "auxbase-strip"))
4430 if (argc == 1)
4431 return 0;
4433 if (argv[1][0])
4435 strip_off_ending (argv[1], strlen (argv[1]));
4436 if (argv[1][0])
4437 aux_base_name = argv[1];
4440 return 2;
4442 else
4443 return 0;
4444 break;
4446 case 'o':
4447 if (arg[1] == 0)
4449 if (argc == 1)
4450 return 0;
4452 asm_file_name = argv[1];
4453 return 2;
4455 return 0;
4457 case 'G':
4459 int g_switch_val;
4460 int return_val;
4462 if (arg[1] == 0)
4464 if (argc == 1)
4465 return 0;
4467 g_switch_val = read_integral_parameter (argv[1], 0, -1);
4468 return_val = 2;
4470 else
4472 g_switch_val = read_integral_parameter (arg + 1, 0, -1);
4473 return_val = 1;
4476 if (g_switch_val == -1)
4477 return_val = 0;
4478 else
4480 g_switch_set = TRUE;
4481 g_switch_value = g_switch_val;
4484 return return_val;
4488 return 1;
4491 /* Decode -m switches. */
4492 /* Decode the switch -mNAME. */
4494 static void
4495 set_target_switch (name)
4496 const char *name;
4498 size_t j;
4499 int valid_target_option = 0;
4501 for (j = 0; j < ARRAY_SIZE (target_switches); j++)
4502 if (!strcmp (target_switches[j].name, name))
4504 if (target_switches[j].value < 0)
4505 target_flags &= ~-target_switches[j].value;
4506 else
4507 target_flags |= target_switches[j].value;
4508 if (name[0] != 0)
4510 if (target_switches[j].value < 0)
4511 target_flags_explicit |= -target_switches[j].value;
4512 else
4513 target_flags_explicit |= target_switches[j].value;
4515 valid_target_option = 1;
4518 #ifdef TARGET_OPTIONS
4519 if (!valid_target_option)
4520 for (j = 0; j < ARRAY_SIZE (target_options); j++)
4522 int len = strlen (target_options[j].prefix);
4523 if (!strncmp (target_options[j].prefix, name, len))
4525 *target_options[j].variable = name + len;
4526 valid_target_option = 1;
4529 #endif
4531 if (!valid_target_option)
4532 error ("invalid option `%s'", name);
4535 /* Print version information to FILE.
4536 Each line begins with INDENT (for the case where FILE is the
4537 assembler output file). */
4539 static void
4540 print_version (file, indent)
4541 FILE *file;
4542 const char *indent;
4544 #ifndef __VERSION__
4545 #define __VERSION__ "[?]"
4546 #endif
4547 fnotice (file,
4548 #ifdef __GNUC__
4549 "%s%s%s version %s (%s)\n%s\tcompiled by GNU C version %s.\n"
4550 #else
4551 "%s%s%s version %s (%s) compiled by CC.\n"
4552 #endif
4553 , indent, *indent != 0 ? " " : "",
4554 lang_hooks.name, version_string, TARGET_NAME,
4555 indent, __VERSION__);
4558 /* Print an option value and return the adjusted position in the line.
4559 ??? We don't handle error returns from fprintf (disk full); presumably
4560 other code will catch a disk full though. */
4562 static int
4563 print_single_switch (file, pos, max, indent, sep, term, type, name)
4564 FILE *file;
4565 int pos, max;
4566 const char *indent, *sep, *term, *type, *name;
4568 /* The ultrix fprintf returns 0 on success, so compute the result we want
4569 here since we need it for the following test. */
4570 int len = strlen (sep) + strlen (type) + strlen (name);
4572 if (pos != 0
4573 && pos + len > max)
4575 fprintf (file, "%s", term);
4576 pos = 0;
4578 if (pos == 0)
4580 fprintf (file, "%s", indent);
4581 pos = strlen (indent);
4583 fprintf (file, "%s%s%s", sep, type, name);
4584 pos += len;
4585 return pos;
4588 /* Print active target switches to FILE.
4589 POS is the current cursor position and MAX is the size of a "line".
4590 Each line begins with INDENT and ends with TERM.
4591 Each switch is separated from the next by SEP. */
4593 static void
4594 print_switch_values (file, pos, max, indent, sep, term)
4595 FILE *file;
4596 int pos, max;
4597 const char *indent, *sep, *term;
4599 size_t j;
4600 char **p;
4602 /* Print the options as passed. */
4604 pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term,
4605 _("options passed: "), "");
4607 for (p = &save_argv[1]; *p != NULL; p++)
4608 if (**p == '-')
4610 /* Ignore these. */
4611 if (strcmp (*p, "-o") == 0)
4613 if (p[1] != NULL)
4614 p++;
4615 continue;
4617 if (strcmp (*p, "-quiet") == 0)
4618 continue;
4619 if (strcmp (*p, "-version") == 0)
4620 continue;
4621 if ((*p)[1] == 'd')
4622 continue;
4624 pos = print_single_switch (file, pos, max, indent, sep, term, *p, "");
4626 if (pos > 0)
4627 fprintf (file, "%s", term);
4629 /* Print the -f and -m options that have been enabled.
4630 We don't handle language specific options but printing argv
4631 should suffice. */
4633 pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term,
4634 _("options enabled: "), "");
4636 for (j = 0; j < ARRAY_SIZE (f_options); j++)
4637 if (*f_options[j].variable == f_options[j].on_value)
4638 pos = print_single_switch (file, pos, max, indent, sep, term,
4639 "-f", f_options[j].string);
4641 /* Print target specific options. */
4643 for (j = 0; j < ARRAY_SIZE (target_switches); j++)
4644 if (target_switches[j].name[0] != '\0'
4645 && target_switches[j].value > 0
4646 && ((target_switches[j].value & target_flags)
4647 == target_switches[j].value))
4649 pos = print_single_switch (file, pos, max, indent, sep, term,
4650 "-m", target_switches[j].name);
4653 #ifdef TARGET_OPTIONS
4654 for (j = 0; j < ARRAY_SIZE (target_options); j++)
4655 if (*target_options[j].variable != NULL)
4657 char prefix[256];
4658 sprintf (prefix, "-m%s", target_options[j].prefix);
4659 pos = print_single_switch (file, pos, max, indent, sep, term,
4660 prefix, *target_options[j].variable);
4662 #endif
4664 fprintf (file, "%s", term);
4667 /* Open assembly code output file. Do this even if -fsyntax-only is
4668 on, because then the driver will have provided the name of a
4669 temporary file or bit bucket for us. NAME is the file specified on
4670 the command line, possibly NULL. */
4671 static void
4672 init_asm_output (name)
4673 const char *name;
4675 if (name == NULL && asm_file_name == 0)
4676 asm_out_file = stdout;
4677 else
4679 if (asm_file_name == 0)
4681 int len = strlen (dump_base_name);
4682 char *dumpname = (char *) xmalloc (len + 6);
4683 memcpy (dumpname, dump_base_name, len + 1);
4684 strip_off_ending (dumpname, len);
4685 strcat (dumpname, ".s");
4686 asm_file_name = dumpname;
4688 if (!strcmp (asm_file_name, "-"))
4689 asm_out_file = stdout;
4690 else
4691 asm_out_file = fopen (asm_file_name, "w+");
4692 if (asm_out_file == 0)
4693 fatal_io_error ("can't open %s for writing", asm_file_name);
4696 #ifdef IO_BUFFER_SIZE
4697 setvbuf (asm_out_file, (char *) xmalloc (IO_BUFFER_SIZE),
4698 _IOFBF, IO_BUFFER_SIZE);
4699 #endif
4701 if (!flag_syntax_only)
4703 #ifdef ASM_FILE_START
4704 ASM_FILE_START (asm_out_file);
4705 #endif
4707 #ifdef ASM_COMMENT_START
4708 if (flag_verbose_asm)
4710 /* Print the list of options in effect. */
4711 print_version (asm_out_file, ASM_COMMENT_START);
4712 print_switch_values (asm_out_file, 0, MAX_LINE,
4713 ASM_COMMENT_START, " ", "\n");
4714 /* Add a blank line here so it appears in assembler output but not
4715 screen output. */
4716 fprintf (asm_out_file, "\n");
4718 #endif
4722 /* Initialization of the front end environment, before command line
4723 options are parsed. Signal handlers, internationalization etc.
4724 ARGV0 is main's argv[0]. */
4725 static void
4726 general_init (argv0)
4727 char *argv0;
4729 char *p;
4731 p = argv0 + strlen (argv0);
4732 while (p != argv0 && !IS_DIR_SEPARATOR (p[-1]))
4733 --p;
4734 progname = p;
4736 xmalloc_set_program_name (progname);
4738 hex_init ();
4740 gcc_init_libintl ();
4742 /* Trap fatal signals, e.g. SIGSEGV, and convert them to ICE messages. */
4743 #ifdef SIGSEGV
4744 signal (SIGSEGV, crash_signal);
4745 #endif
4746 #ifdef SIGILL
4747 signal (SIGILL, crash_signal);
4748 #endif
4749 #ifdef SIGBUS
4750 signal (SIGBUS, crash_signal);
4751 #endif
4752 #ifdef SIGABRT
4753 signal (SIGABRT, crash_signal);
4754 #endif
4755 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
4756 signal (SIGIOT, crash_signal);
4757 #endif
4758 #ifdef SIGFPE
4759 signal (SIGFPE, crash_signal);
4760 #endif
4762 /* Initialize the diagnostics reporting machinery, so option parsing
4763 can give warnings and errors. */
4764 diagnostic_initialize (global_dc);
4766 /* Initialize the garbage-collector, string pools and tree type hash
4767 table. */
4768 init_ggc ();
4769 init_stringpool ();
4770 init_ttree ();
4773 /* Parse command line options and set default flag values, called
4774 after language-independent option-independent initialization. Do
4775 minimal options processing. Outputting diagnostics is OK, but GC
4776 and identifier hashtables etc. are not initialized yet.
4778 Return nonzero to suppress compiler back end initialization. */
4779 static void
4780 parse_options_and_default_flags (argc, argv)
4781 int argc;
4782 char **argv;
4784 int i;
4786 /* Save in case md file wants to emit args as a comment. */
4787 save_argc = argc;
4788 save_argv = argv;
4790 /* Initialize register usage now so switches may override. */
4791 init_reg_sets ();
4793 /* Register the language-independent parameters. */
4794 add_params (lang_independent_params, LAST_PARAM);
4796 /* Perform language-specific options initialization. */
4797 (*lang_hooks.init_options) ();
4799 /* Scan to see what optimization level has been specified. That will
4800 determine the default value of many flags. */
4801 for (i = 1; i < argc; i++)
4803 if (!strcmp (argv[i], "-O"))
4805 optimize = 1;
4806 optimize_size = 0;
4808 else if (argv[i][0] == '-' && argv[i][1] == 'O')
4810 /* Handle -Os, -O2, -O3, -O69, ... */
4811 char *p = &argv[i][2];
4813 if ((p[0] == 's') && (p[1] == 0))
4815 optimize_size = 1;
4817 /* Optimizing for size forces optimize to be 2. */
4818 optimize = 2;
4820 else
4822 const int optimize_val = read_integral_parameter (p, p - 2, -1);
4823 if (optimize_val != -1)
4825 optimize = optimize_val;
4826 optimize_size = 0;
4832 if (!optimize)
4834 flag_merge_constants = 0;
4837 if (optimize >= 1)
4839 flag_defer_pop = 1;
4840 flag_thread_jumps = 1;
4841 #ifdef DELAY_SLOTS
4842 flag_delayed_branch = 1;
4843 #endif
4844 #ifdef CAN_DEBUG_WITHOUT_FP
4845 flag_omit_frame_pointer = 1;
4846 #endif
4847 flag_guess_branch_prob = 1;
4848 flag_cprop_registers = 1;
4849 flag_loop_optimize = 1;
4850 flag_crossjumping = 1;
4851 flag_if_conversion = 1;
4852 flag_if_conversion2 = 1;
4855 if (optimize >= 2)
4857 flag_optimize_sibling_calls = 1;
4858 flag_cse_follow_jumps = 1;
4859 flag_cse_skip_blocks = 1;
4860 flag_gcse = 1;
4861 flag_expensive_optimizations = 1;
4862 flag_strength_reduce = 1;
4863 flag_rerun_cse_after_loop = 1;
4864 flag_rerun_loop_opt = 1;
4865 flag_caller_saves = 1;
4866 flag_force_mem = 1;
4867 flag_peephole2 = 1;
4868 #ifdef INSN_SCHEDULING
4869 flag_schedule_insns = 1;
4870 flag_schedule_insns_after_reload = 1;
4871 #endif
4872 flag_regmove = 1;
4873 flag_strict_aliasing = 1;
4874 flag_delete_null_pointer_checks = 1;
4875 flag_reorder_blocks = 1;
4876 flag_reorder_functions = 1;
4879 if (optimize >= 3)
4881 flag_inline_functions = 1;
4882 flag_rename_registers = 1;
4885 if (optimize < 2 || optimize_size)
4887 align_loops = 1;
4888 align_jumps = 1;
4889 align_labels = 1;
4890 align_functions = 1;
4892 /* Don't reorder blocks when optimizing for size because extra
4893 jump insns may be created; also barrier may create extra padding.
4895 More correctly we should have a block reordering mode that tried
4896 to minimize the combined size of all the jumps. This would more
4897 or less automatically remove extra jumps, but would also try to
4898 use more short jumps instead of long jumps. */
4899 flag_reorder_blocks = 0;
4902 /* Initialize whether `char' is signed. */
4903 flag_signed_char = DEFAULT_SIGNED_CHAR;
4904 #ifdef DEFAULT_SHORT_ENUMS
4905 /* Initialize how much space enums occupy, by default. */
4906 flag_short_enums = DEFAULT_SHORT_ENUMS;
4907 #endif
4909 /* Initialize target_flags before OPTIMIZATION_OPTIONS so the latter can
4910 modify it. */
4911 target_flags = 0;
4912 set_target_switch ("");
4914 /* Unwind tables are always present in an ABI-conformant IA-64
4915 object file, so the default should be ON. */
4916 #ifdef IA64_UNWIND_INFO
4917 flag_unwind_tables = IA64_UNWIND_INFO;
4918 #endif
4920 #ifdef OPTIMIZATION_OPTIONS
4921 /* Allow default optimizations to be specified on a per-machine basis. */
4922 OPTIMIZATION_OPTIONS (optimize, optimize_size);
4923 #endif
4925 /* Perform normal command line switch decoding. */
4926 for (i = 1; i < argc;)
4928 int lang_processed;
4929 int indep_processed;
4931 /* Give the language a chance to decode the option for itself. */
4932 lang_processed = (*lang_hooks.decode_option) (argc - i, argv + i);
4934 if (lang_processed >= 0)
4935 /* Now see if the option also has a language independent meaning.
4936 Some options are both language specific and language independent,
4937 eg --help. */
4938 indep_processed = independent_decode_option (argc - i, argv + i);
4939 else
4941 lang_processed = -lang_processed;
4942 indep_processed = 0;
4945 if (lang_processed || indep_processed)
4946 i += MAX (lang_processed, indep_processed);
4947 else
4949 const char *option = NULL;
4950 const char *lang = NULL;
4951 unsigned int j;
4953 /* It is possible that the command line switch is not valid for the
4954 current language, but it is valid for another language. In order
4955 to be compatible with previous versions of the compiler (which
4956 did not issue an error message in this case) we check for this
4957 possibility here. If we do find a match, then if extra_warnings
4958 is set we generate a warning message, otherwise we will just
4959 ignore the option. */
4960 for (j = 0; j < ARRAY_SIZE (documented_lang_options); j++)
4962 option = documented_lang_options[j].option;
4964 if (option == NULL)
4965 lang = documented_lang_options[j].description;
4966 else if (! strncmp (argv[i], option, strlen (option)))
4967 break;
4970 if (j != ARRAY_SIZE (documented_lang_options))
4972 if (extra_warnings)
4974 warning ("ignoring command line option '%s'", argv[i]);
4975 if (lang)
4976 warning
4977 ("(it is valid for %s but not the selected language)",
4978 lang);
4981 else if (argv[i][0] == '-' && argv[i][1] == 'g')
4982 warning ("`%s': unknown or unsupported -g option", &argv[i][2]);
4983 else
4984 error ("unrecognized option `%s'", argv[i]);
4986 i++;
4990 if (flag_no_inline == 2)
4991 flag_no_inline = 0;
4992 else
4993 flag_really_no_inline = flag_no_inline;
4995 /* Set flag_no_inline before the post_options () hook. The C front
4996 ends use it to determine tree inlining defaults. FIXME: such
4997 code should be lang-independent when all front ends use tree
4998 inlining, in which case it, and this condition, should be moved
4999 to the top of process_options() instead. */
5000 if (optimize == 0)
5002 /* Inlining does not work if not optimizing,
5003 so force it not to be done. */
5004 flag_no_inline = 1;
5005 warn_inline = 0;
5007 /* The c_decode_option function and decode_option hook set
5008 this to `2' if -Wall is used, so we can avoid giving out
5009 lots of errors for people who don't realize what -Wall does. */
5010 if (warn_uninitialized == 1)
5011 warning ("-Wuninitialized is not supported without -O");
5014 if (flag_really_no_inline == 2)
5015 flag_really_no_inline = flag_no_inline;
5018 /* Process the options that have been parsed. */
5019 static void
5020 process_options ()
5022 #ifdef OVERRIDE_OPTIONS
5023 /* Some machines may reject certain combinations of options. */
5024 OVERRIDE_OPTIONS;
5025 #endif
5027 /* Set up the align_*_log variables, defaulting them to 1 if they
5028 were still unset. */
5029 if (align_loops <= 0) align_loops = 1;
5030 if (align_loops_max_skip > align_loops || !align_loops)
5031 align_loops_max_skip = align_loops - 1;
5032 align_loops_log = floor_log2 (align_loops * 2 - 1);
5033 if (align_jumps <= 0) align_jumps = 1;
5034 if (align_jumps_max_skip > align_jumps || !align_jumps)
5035 align_jumps_max_skip = align_jumps - 1;
5036 align_jumps_log = floor_log2 (align_jumps * 2 - 1);
5037 if (align_labels <= 0) align_labels = 1;
5038 align_labels_log = floor_log2 (align_labels * 2 - 1);
5039 if (align_labels_max_skip > align_labels || !align_labels)
5040 align_labels_max_skip = align_labels - 1;
5041 if (align_functions <= 0) align_functions = 1;
5042 align_functions_log = floor_log2 (align_functions * 2 - 1);
5044 /* Unrolling all loops implies that standard loop unrolling must also
5045 be done. */
5046 if (flag_unroll_all_loops)
5047 flag_unroll_loops = 1;
5048 /* Loop unrolling requires that strength_reduction be on also. Silently
5049 turn on strength reduction here if it isn't already on. Also, the loop
5050 unrolling code assumes that cse will be run after loop, so that must
5051 be turned on also. */
5052 if (flag_unroll_loops)
5054 flag_strength_reduce = 1;
5055 flag_rerun_cse_after_loop = 1;
5058 if (flag_non_call_exceptions)
5059 flag_asynchronous_unwind_tables = 1;
5060 if (flag_asynchronous_unwind_tables)
5061 flag_unwind_tables = 1;
5063 /* Warn about options that are not supported on this machine. */
5064 #ifndef INSN_SCHEDULING
5065 if (flag_schedule_insns || flag_schedule_insns_after_reload)
5066 warning ("instruction scheduling not supported on this target machine");
5067 #endif
5068 #ifndef DELAY_SLOTS
5069 if (flag_delayed_branch)
5070 warning ("this target machine does not have delayed branches");
5071 #endif
5073 user_label_prefix = USER_LABEL_PREFIX;
5074 if (flag_leading_underscore != -1)
5076 /* If the default prefix is more complicated than "" or "_",
5077 issue a warning and ignore this option. */
5078 if (user_label_prefix[0] == 0 ||
5079 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0))
5081 user_label_prefix = flag_leading_underscore ? "_" : "";
5083 else
5084 warning ("-f%sleading-underscore not supported on this target machine",
5085 flag_leading_underscore ? "" : "no-");
5088 /* If we are in verbose mode, write out the version and maybe all the
5089 option flags in use. */
5090 if (version_flag)
5092 print_version (stderr, "");
5093 if (! quiet_flag)
5094 print_switch_values (stderr, 0, MAX_LINE, "", " ", "\n");
5097 if (! quiet_flag)
5098 time_report = 1;
5100 if (flag_syntax_only)
5102 write_symbols = NO_DEBUG;
5103 profile_flag = 0;
5106 /* Now we know write_symbols, set up the debug hooks based on it.
5107 By default we do nothing for debug output. */
5108 #if defined(DBX_DEBUGGING_INFO)
5109 if (write_symbols == DBX_DEBUG)
5110 debug_hooks = &dbx_debug_hooks;
5111 #endif
5112 #if defined(XCOFF_DEBUGGING_INFO)
5113 if (write_symbols == XCOFF_DEBUG)
5114 debug_hooks = &xcoff_debug_hooks;
5115 #endif
5116 #ifdef SDB_DEBUGGING_INFO
5117 if (write_symbols == SDB_DEBUG)
5118 debug_hooks = &sdb_debug_hooks;
5119 #endif
5120 #ifdef DWARF_DEBUGGING_INFO
5121 if (write_symbols == DWARF_DEBUG)
5122 debug_hooks = &dwarf_debug_hooks;
5123 #endif
5124 #ifdef DWARF2_DEBUGGING_INFO
5125 if (write_symbols == DWARF2_DEBUG)
5126 debug_hooks = &dwarf2_debug_hooks;
5127 #endif
5128 #ifdef VMS_DEBUGGING_INFO
5129 if (write_symbols == VMS_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)
5130 debug_hooks = &vmsdbg_debug_hooks;
5131 #endif
5133 /* If auxiliary info generation is desired, open the output file.
5134 This goes in the same directory as the source file--unlike
5135 all the other output files. */
5136 if (flag_gen_aux_info)
5138 aux_info_file = fopen (aux_info_file_name, "w");
5139 if (aux_info_file == 0)
5140 fatal_io_error ("can't open %s", aux_info_file_name);
5143 if (! targetm.have_named_sections)
5145 if (flag_function_sections)
5147 warning ("-ffunction-sections not supported for this target");
5148 flag_function_sections = 0;
5150 if (flag_data_sections)
5152 warning ("-fdata-sections not supported for this target");
5153 flag_data_sections = 0;
5157 if (flag_function_sections && profile_flag)
5159 warning ("-ffunction-sections disabled; it makes profiling impossible");
5160 flag_function_sections = 0;
5163 #ifndef HAVE_prefetch
5164 if (flag_prefetch_loop_arrays)
5166 warning ("-fprefetch-loop-arrays not supported for this target");
5167 flag_prefetch_loop_arrays = 0;
5169 #else
5170 if (flag_prefetch_loop_arrays && !HAVE_prefetch)
5172 warning ("-fprefetch-loop-arrays not supported for this target (try -march switches)");
5173 flag_prefetch_loop_arrays = 0;
5175 #endif
5177 /* This combination of options isn't handled for i386 targets and doesn't
5178 make much sense anyway, so don't allow it. */
5179 if (flag_prefetch_loop_arrays && optimize_size)
5181 warning ("-fprefetch-loop-arrays is not supported with -Os");
5182 flag_prefetch_loop_arrays = 0;
5185 #ifndef OBJECT_FORMAT_ELF
5186 if (flag_function_sections && write_symbols != NO_DEBUG)
5187 warning ("-ffunction-sections may affect debugging on some targets");
5188 #endif
5190 /* The presence of IEEE signaling NaNs, implies all math can trap. */
5191 if (flag_signaling_nans)
5192 flag_trapping_math = 1;
5195 /* Initialize the compiler back end. */
5196 static void
5197 backend_init ()
5199 /* init_emit_once uses reg_raw_mode and therefore must be called
5200 after init_regs which initialized reg_raw_mode. */
5201 init_regs ();
5202 init_emit_once (debug_info_level == DINFO_LEVEL_NORMAL
5203 || debug_info_level == DINFO_LEVEL_VERBOSE
5204 #ifdef VMS_DEBUGGING_INFO
5205 /* Enable line number info for traceback */
5206 || debug_info_level > DINFO_LEVEL_NONE
5207 #endif
5208 || flag_test_coverage
5209 || warn_notreached);
5210 init_fake_stack_mems ();
5211 init_alias_once ();
5212 init_loop ();
5213 init_reload ();
5214 init_function_once ();
5215 init_varasm_once ();
5217 /* The following initialization functions need to generate rtl, so
5218 provide a dummy function context for them. */
5219 init_dummy_function_start ();
5220 init_expmed ();
5221 if (flag_caller_saves)
5222 init_caller_save ();
5223 expand_dummy_function_end ();
5226 /* Language-dependent initialization. Returns nonzero on success. */
5227 static int
5228 lang_dependent_init (name)
5229 const char *name;
5231 if (dump_base_name == 0)
5232 dump_base_name = name ? name : "gccdump";
5234 /* Front-end initialization. This hook can assume that GC,
5235 identifier hashes etc. are set up, but debug initialization is
5236 not done yet. This routine must return the original filename
5237 (e.g. foo.i -> foo.c) so can correctly initialize debug output. */
5238 name = (*lang_hooks.init) (name);
5239 if (name == NULL)
5240 return 0;
5242 /* Is this duplication necessary? */
5243 name = ggc_strdup (name);
5244 main_input_filename = input_filename = name;
5245 init_asm_output (name);
5247 /* These create various _DECL nodes, so need to be called after the
5248 front end is initialized. */
5249 init_eh ();
5250 init_optabs ();
5252 /* The following initialization functions need to generate rtl, so
5253 provide a dummy function context for them. */
5254 init_dummy_function_start ();
5255 init_expr_once ();
5256 expand_dummy_function_end ();
5258 /* Put an entry on the input file stack for the main input file. */
5259 push_srcloc (input_filename, 0);
5261 /* If dbx symbol table desired, initialize writing it and output the
5262 predefined types. */
5263 timevar_push (TV_SYMOUT);
5265 #ifdef DWARF2_UNWIND_INFO
5266 if (dwarf2out_do_frame ())
5267 dwarf2out_frame_init ();
5268 #endif
5270 /* Now we have the correct original filename, we can initialize
5271 debug output. */
5272 (*debug_hooks->init) (name);
5274 timevar_pop (TV_SYMOUT);
5276 return 1;
5279 /* Clean up: close opened files, etc. */
5281 static void
5282 finalize ()
5284 /* Close the dump files. */
5285 if (flag_gen_aux_info)
5287 fclose (aux_info_file);
5288 if (errorcount)
5289 unlink (aux_info_file_name);
5292 /* Close non-debugging input and output files. Take special care to note
5293 whether fclose returns an error, since the pages might still be on the
5294 buffer chain while the file is open. */
5296 if (asm_out_file)
5298 if (ferror (asm_out_file) != 0)
5299 fatal_io_error ("error writing to %s", asm_file_name);
5300 if (fclose (asm_out_file) != 0)
5301 fatal_io_error ("error closing %s", asm_file_name);
5304 /* Do whatever is necessary to finish printing the graphs. */
5305 if (graph_dump_format != no_graph)
5307 int i;
5309 for (i = 0; i < (int) DFI_MAX; ++i)
5310 if (dump_file[i].initialized && dump_file[i].graph_dump_p)
5312 char seq[16];
5313 char *suffix;
5315 sprintf (seq, DUMPFILE_FORMAT, i);
5316 suffix = concat (seq, dump_file[i].extension, NULL);
5317 finish_graph_dump_file (dump_base_name, suffix);
5318 free (suffix);
5322 if (mem_report)
5324 ggc_print_statistics ();
5325 stringpool_statistics ();
5326 dump_tree_statistics ();
5329 /* Free up memory for the benefit of leak detectors. */
5330 free_reg_info ();
5332 /* Language-specific end of compilation actions. */
5333 (*lang_hooks.finish) ();
5336 /* Initialize the compiler, and compile the input file. */
5337 static void
5338 do_compile ()
5340 /* All command line options have been parsed; allow the front end to
5341 perform consistency checks, etc. */
5342 bool no_backend = (*lang_hooks.post_options) ();
5344 /* The bulk of command line switch processing. */
5345 process_options ();
5347 /* If an error has already occurred, give up. */
5348 if (errorcount)
5349 return;
5351 if (aux_base_name)
5352 /*NOP*/;
5353 else if (filename)
5355 char *name = xstrdup (lbasename (filename));
5357 aux_base_name = name;
5358 strip_off_ending (name, strlen (name));
5360 else
5361 aux_base_name = "gccaux";
5363 /* We cannot start timing until after options are processed since that
5364 says if we run timers or not. */
5365 init_timevar ();
5366 timevar_start (TV_TOTAL);
5368 /* Set up the back-end if requested. */
5369 if (!no_backend)
5370 backend_init ();
5372 /* Language-dependent initialization. Returns true on success. */
5373 if (lang_dependent_init (filename))
5374 compile_file ();
5376 finalize ();
5378 /* Stop timing and print the times. */
5379 timevar_stop (TV_TOTAL);
5380 timevar_print (stderr);
5383 /* Entry point of cc1, cc1plus, jc1, f771, etc.
5384 Decode command args, then call compile_file.
5385 Exit code is FATAL_EXIT_CODE if can't open files or if there were
5386 any errors, or SUCCESS_EXIT_CODE if compilation succeeded.
5388 It is not safe to call this function more than once. */
5391 toplev_main (argc, argv)
5392 int argc;
5393 char **argv;
5395 /* Initialization of GCC's environment, and diagnostics. */
5396 general_init (argv[0]);
5398 /* Parse the options and do minimal processing; basically just
5399 enough to default flags appropriately. */
5400 parse_options_and_default_flags (argc, argv);
5402 /* Exit early if we can (e.g. -help). */
5403 if (!exit_after_options)
5404 do_compile ();
5406 if (errorcount || sorrycount)
5407 return (FATAL_EXIT_CODE);
5409 return (SUCCESS_EXIT_CODE);