* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
[official-gcc.git] / gcc / toplev.c
blobbd1f37dd41fd0a0a0a66318c95addbcff7bd90d6
1 /* Top level of GCC compilers (cc1, cc1plus, etc.)
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 "params.h"
67 #include "reload.h"
68 #include "dwarf2asm.h"
69 #include "integrate.h"
70 #include "real.h"
71 #include "debug.h"
72 #include "target.h"
73 #include "langhooks.h"
74 #include "cfglayout.h"
75 #include "cfgloop.h"
76 #include "hosthooks.h"
77 #include "cgraph.h"
78 #include "opts.h"
79 #include "coverage.h"
80 #include "value-prof.h"
82 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
83 #include "dwarf2out.h"
84 #endif
86 #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
87 #include "dbxout.h"
88 #endif
90 #ifdef SDB_DEBUGGING_INFO
91 #include "sdbout.h"
92 #endif
94 #ifdef XCOFF_DEBUGGING_INFO
95 #include "xcoffout.h" /* Needed for external data
96 declarations for e.g. AIX 4.x. */
97 #endif
99 /* Carry information from ASM_DECLARE_OBJECT_NAME
100 to ASM_FINISH_DECLARE_OBJECT. */
102 extern int size_directive_output;
103 extern tree last_assemble_variable_decl;
105 extern void reg_alloc (void);
107 static void general_init (const char *);
108 static void do_compile (void);
109 static void process_options (void);
110 static void backend_init (void);
111 static int lang_dependent_init (const char *);
112 static void init_asm_output (const char *);
113 static void finalize (void);
115 static void crash_signal (int) ATTRIBUTE_NORETURN;
116 static void setup_core_dumping (void);
117 static void compile_file (void);
119 static int print_single_switch (FILE *, int, int, const char *,
120 const char *, const char *,
121 const char *, const char *);
122 static void print_switch_values (FILE *, int, int, const char *,
123 const char *, const char *);
125 /* Rest of compilation helper functions. */
126 static bool rest_of_handle_inlining (tree);
127 static void rest_of_handle_cse (tree, rtx);
128 static void rest_of_handle_cse2 (tree, rtx);
129 static void rest_of_handle_gcse (tree, rtx);
130 static void rest_of_handle_life (tree, rtx);
131 static void rest_of_handle_loop_optimize (tree, rtx);
132 static void rest_of_handle_loop2 (tree, rtx);
133 static void rest_of_handle_jump_bypass (tree, rtx);
134 static void rest_of_handle_sibling_calls (rtx);
135 static void rest_of_handle_null_pointer (tree, rtx);
136 static void rest_of_handle_addressof (tree, rtx);
137 static void rest_of_handle_cfg (tree, rtx);
138 static void rest_of_handle_branch_prob (tree, rtx);
139 static void rest_of_handle_value_profile_transformations (tree, rtx);
140 static void rest_of_handle_if_conversion (tree, rtx);
141 static void rest_of_handle_if_after_combine (tree, rtx);
142 static void rest_of_handle_tracer (tree, rtx);
143 static void rest_of_handle_combine (tree, rtx);
144 static void rest_of_handle_regmove (tree, rtx);
145 #ifdef INSN_SCHEDULING
146 static void rest_of_handle_sched (tree, rtx);
147 static void rest_of_handle_sched2 (tree, rtx);
148 #endif
149 static bool rest_of_handle_new_regalloc (tree, rtx, int *);
150 static bool rest_of_handle_old_regalloc (tree, rtx, int *);
151 static void rest_of_handle_regrename (tree, rtx);
152 static void rest_of_handle_reorder_blocks (tree, rtx);
153 #ifdef STACK_REGS
154 static void rest_of_handle_stack_regs (tree, rtx);
155 #endif
156 static void rest_of_handle_machine_reorg (tree, rtx);
157 #ifdef DELAY_SLOTS
158 static void rest_of_handle_delay_slots (tree, rtx);
159 #endif
160 static void rest_of_handle_final (tree, rtx);
162 /* Nonzero to dump debug info whilst parsing (-dy option). */
163 static int set_yydebug;
165 /* True if we don't need a backend (e.g. preprocessing only). */
166 static bool no_backend;
168 /* Length of line when printing switch values. */
169 #define MAX_LINE 75
171 /* Name of program invoked, sans directories. */
173 const char *progname;
175 /* Copy of argument vector to toplev_main. */
176 static const char **save_argv;
178 /* Name of top-level original source file (what was input to cpp).
179 This comes from the #-command at the beginning of the actual input.
180 If there isn't any there, then this is the cc1 input file name. */
182 const char *main_input_filename;
184 /* Current position in real source file. */
186 location_t input_location;
188 /* Nonzero if it is unsafe to create any new pseudo registers. */
189 int no_new_pseudos;
191 /* Stack of currently pending input files. */
193 struct file_stack *input_file_stack;
195 /* Incremented on each change to input_file_stack. */
196 int input_file_stack_tick;
198 /* Name to use as base of names for dump output files. */
200 const char *dump_base_name;
202 /* Name to use as a base for auxiliary output files. */
204 const char *aux_base_name;
206 /* Format to use to print dumpfile index value */
207 #ifndef DUMPFILE_FORMAT
208 #define DUMPFILE_FORMAT ".%02d."
209 #endif
211 /* Bit flags that specify the machine subtype we are compiling for.
212 Bits are tested using macros TARGET_... defined in the tm.h file
213 and set by `-m...' switches. Must be defined in rtlanal.c. */
215 extern int target_flags;
217 /* A mask of target_flags that includes bit X if X was set or cleared
218 on the command line. */
220 int target_flags_explicit;
222 /* Debug hooks - dependent upon command line options. */
224 const struct gcc_debug_hooks *debug_hooks;
226 /* Describes a dump file. */
228 struct dump_file_info
230 /* The unique extension to apply, e.g. ".jump". */
231 const char *const extension;
233 /* The -d<c> character that enables this dump file. */
234 char const debug_switch;
236 /* True if there is a corresponding graph dump file. */
237 char const graph_dump_p;
239 /* True if the user selected this dump. */
240 char enabled;
242 /* True if the files have been initialized (ie truncated). */
243 char initialized;
246 /* Enumerate the extant dump files. */
248 enum dump_file_index
250 DFI_cgraph,
251 DFI_rtl,
252 DFI_sibling,
253 DFI_eh,
254 DFI_jump,
255 DFI_null,
256 DFI_cse,
257 DFI_addressof,
258 DFI_gcse,
259 DFI_loop,
260 DFI_bypass,
261 DFI_cfg,
262 DFI_bp,
263 DFI_vpt,
264 DFI_ce1,
265 DFI_tracer,
266 DFI_loop2,
267 DFI_web,
268 DFI_cse2,
269 DFI_life,
270 DFI_combine,
271 DFI_ce2,
272 DFI_regmove,
273 DFI_sched,
274 DFI_lreg,
275 DFI_greg,
276 DFI_postreload,
277 DFI_flow2,
278 DFI_peephole2,
279 DFI_rnreg,
280 DFI_bbro,
281 DFI_ce3,
282 DFI_branch_target_load,
283 DFI_sched2,
284 DFI_stack,
285 DFI_mach,
286 DFI_dbr,
287 DFI_MAX
290 /* Describes all the dump files. Should be kept in order of the
291 pass and in sync with dump_file_index above.
293 Remaining -d letters:
295 " e m q "
296 " JK O Q WXY "
299 static struct dump_file_info dump_file[DFI_MAX] =
301 { "cgraph", 'U', 0, 0, 0 },
302 { "rtl", 'r', 0, 0, 0 },
303 { "sibling", 'i', 0, 0, 0 },
304 { "eh", 'h', 0, 0, 0 },
305 { "jump", 'j', 0, 0, 0 },
306 { "null", 'u', 0, 0, 0 },
307 { "cse", 's', 0, 0, 0 },
308 { "addressof", 'F', 0, 0, 0 },
309 { "gcse", 'G', 1, 0, 0 },
310 { "loop", 'L', 1, 0, 0 },
311 { "bypass", 'G', 1, 0, 0 }, /* Yes, duplicate enable switch. */
312 { "cfg", 'f', 1, 0, 0 },
313 { "bp", 'b', 1, 0, 0 },
314 { "vpt", 'V', 1, 0, 0 },
315 { "ce1", 'C', 1, 0, 0 },
316 { "tracer", 'T', 1, 0, 0 },
317 { "loop2", 'L', 1, 0, 0 },
318 { "web", 'Z', 0, 0, 0 },
319 { "cse2", 't', 1, 0, 0 },
320 { "life", 'f', 1, 0, 0 }, /* Yes, duplicate enable switch. */
321 { "combine", 'c', 1, 0, 0 },
322 { "ce2", 'C', 1, 0, 0 },
323 { "regmove", 'N', 1, 0, 0 },
324 { "sched", 'S', 1, 0, 0 },
325 { "lreg", 'l', 1, 0, 0 },
326 { "greg", 'g', 1, 0, 0 },
327 { "postreload", 'o', 1, 0, 0 },
328 { "flow2", 'w', 1, 0, 0 },
329 { "peephole2", 'z', 1, 0, 0 },
330 { "rnreg", 'n', 1, 0, 0 },
331 { "bbro", 'B', 1, 0, 0 },
332 { "ce3", 'E', 1, 0, 0 },
333 { "btl", 'd', 1, 0, 0 }, /* Yes, duplicate enable switch. */
334 { "sched2", 'R', 1, 0, 0 },
335 { "stack", 'k', 1, 0, 0 },
336 { "mach", 'M', 1, 0, 0 },
337 { "dbr", 'd', 0, 0, 0 },
340 static int open_dump_file (enum dump_file_index, tree);
341 static void close_dump_file (enum dump_file_index,
342 void (*) (FILE *, rtx), rtx);
344 /* Other flags saying which kinds of debugging dump have been requested. */
346 int rtl_dump_and_exit;
347 int flag_print_asm_name;
348 enum graph_dump_types graph_dump_format;
350 /* Name for output file of assembly code, specified with -o. */
352 const char *asm_file_name;
354 /* Nonzero means do optimizations. -O.
355 Particular numeric values stand for particular amounts of optimization;
356 thus, -O2 stores 2 here. However, the optimizations beyond the basic
357 ones are not controlled directly by this variable. Instead, they are
358 controlled by individual `flag_...' variables that are defaulted
359 based on this variable. */
361 int optimize = 0;
363 /* Nonzero means optimize for size. -Os.
364 The only valid values are zero and nonzero. When optimize_size is
365 nonzero, optimize defaults to 2, but certain individual code
366 bloating optimizations are disabled. */
368 int optimize_size = 0;
370 /* The FUNCTION_DECL for the function currently being compiled,
371 or 0 if between functions. */
372 tree current_function_decl;
374 /* Set to the FUNC_BEGIN label of the current function, or NULL_TREE
375 if none. */
376 tree current_function_func_begin_label;
378 /* Nonzero if doing dwarf2 duplicate elimination. */
380 int flag_eliminate_dwarf2_dups = 0;
382 /* Nonzero if doing unused type elimination. */
384 int flag_eliminate_unused_debug_types = 1;
386 /* Nonzero means emit debugging information only for symbols which are used. */
387 int flag_debug_only_used_symbols = 0;
389 /* Nonzero if generating code to do profiling. */
391 int profile_flag = 0;
393 /* Nonzero if generating code to profile program flow graph arcs. */
395 int profile_arc_flag = 0;
397 /* Nonzero if value histograms should be measured. */
399 int flag_profile_values = 0;
401 /* Nonzero if value histograms should be used to optimize code. */
402 int flag_value_profile_transformations = 0;
404 /* Nonzero if generating info for gcov to calculate line test coverage. */
406 int flag_test_coverage = 0;
408 /* Nonzero indicates that branch taken probabilities should be calculated. */
410 int flag_branch_probabilities = 0;
412 /* Nonzero if basic blocks should be reordered. */
414 int flag_reorder_blocks = 0;
416 /* Nonzero if functions should be reordered. */
418 int flag_reorder_functions = 0;
420 /* Nonzero if registers should be renamed. */
422 int flag_rename_registers = 0;
423 int flag_cprop_registers = 0;
425 /* Nonzero for -pedantic switch: warn about anything
426 that standard spec forbids. */
428 int pedantic = 0;
430 /* Temporarily suppress certain warnings.
431 This is set while reading code from a system header file. */
433 int in_system_header = 0;
435 /* Don't print functions as they are compiled. -quiet. */
437 int quiet_flag = 0;
439 /* Print times taken by the various passes. -ftime-report. */
441 int time_report = 0;
443 /* Print memory still in use at end of compilation (which may have little
444 to do with peak memory consumption). -fmem-report. */
446 int mem_report = 0;
448 /* Nonzero means to collect statistics which might be expensive
449 and to print them when we are done. */
450 int flag_detailed_statistics = 0;
452 /* A random sequence of characters, unless overridden by user. */
453 const char *flag_random_seed;
455 /* A local time stamp derived from the time of compilation. It will be
456 zero if the system cannot provide a time. It will be -1u, if the
457 user has specified a particular random seed. */
458 unsigned local_tick;
460 /* -f flags. */
462 /* Nonzero means `char' should be signed. */
464 int flag_signed_char;
466 /* Nonzero means give an enum type only as many bytes as it needs. */
468 int flag_short_enums;
470 /* Nonzero for -fcaller-saves: allocate values in regs that need to
471 be saved across function calls, if that produces overall better code.
472 Optional now, so people can test it. */
474 #ifdef DEFAULT_CALLER_SAVES
475 int flag_caller_saves = 1;
476 #else
477 int flag_caller_saves = 0;
478 #endif
480 /* Nonzero if structures and unions should be returned in memory.
482 This should only be defined if compatibility with another compiler or
483 with an ABI is needed, because it results in slower code. */
485 #ifndef DEFAULT_PCC_STRUCT_RETURN
486 #define DEFAULT_PCC_STRUCT_RETURN 1
487 #endif
489 /* Nonzero for -fpcc-struct-return: return values the same way PCC does. */
491 int flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN;
493 /* Nonzero for -fforce-mem: load memory value into a register
494 before arithmetic on it. This makes better cse but slower compilation. */
496 int flag_force_mem = 0;
498 /* Nonzero for -fforce-addr: load memory address into a register before
499 reference to memory. This makes better cse but slower compilation. */
501 int flag_force_addr = 0;
503 /* Nonzero for -fdefer-pop: don't pop args after each function call;
504 instead save them up to pop many calls' args with one insns. */
506 int flag_defer_pop = 0;
508 /* Nonzero for -ffloat-store: don't allocate floats and doubles
509 in extended-precision registers. */
511 int flag_float_store = 0;
513 /* Nonzero for -fcse-follow-jumps:
514 have cse follow jumps to do a more extensive job. */
516 int flag_cse_follow_jumps;
518 /* Nonzero for -fcse-skip-blocks:
519 have cse follow a branch around a block. */
520 int flag_cse_skip_blocks;
522 /* Nonzero for -fexpensive-optimizations:
523 perform miscellaneous relatively-expensive optimizations. */
524 int flag_expensive_optimizations;
526 /* Nonzero for -fthread-jumps:
527 have jump optimize output of loop. */
529 int flag_thread_jumps;
531 /* Nonzero enables strength-reduction in loop.c. */
533 int flag_strength_reduce = 0;
535 /* Nonzero enables loop unrolling in unroll.c. Only loops for which the
536 number of iterations can be calculated at compile-time (UNROLL_COMPLETELY,
537 UNROLL_MODULO) or at run-time (preconditioned to be UNROLL_MODULO) are
538 unrolled. */
540 int flag_old_unroll_loops;
542 /* Nonzero enables loop unrolling in unroll.c. All loops are unrolled.
543 This is generally not a win. */
545 int flag_old_unroll_all_loops;
547 /* Enables unrolling of simple loops in loop-unroll.c. */
548 int flag_unroll_loops;
550 /* Enables unrolling of all loops in loop-unroll.c. */
551 int flag_unroll_all_loops;
553 /* Nonzero enables loop peeling. */
554 int flag_peel_loops;
556 /* Nonzero enables loop unswitching. */
557 int flag_unswitch_loops;
559 /* Nonzero enables prefetch optimizations for arrays in loops. */
561 int flag_prefetch_loop_arrays;
563 /* Nonzero forces all invariant computations in loops to be moved
564 outside the loop. */
566 int flag_move_all_movables = 0;
568 /* Nonzero forces all general induction variables in loops to be
569 strength reduced. */
571 int flag_reduce_all_givs = 0;
573 /* Nonzero to perform full register move optimization passes. This is the
574 default for -O2. */
576 int flag_regmove = 0;
578 /* Nonzero for -fwritable-strings:
579 store string constants in data segment and don't uniquize them. */
581 int flag_writable_strings = 0;
583 /* Nonzero means don't put addresses of constant functions in registers.
584 Used for compiling the Unix kernel, where strange substitutions are
585 done on the assembly output. */
587 int flag_no_function_cse = 0;
589 /* Nonzero for -fomit-frame-pointer:
590 don't make a frame pointer in simple functions that don't require one. */
592 int flag_omit_frame_pointer = 0;
594 /* Nonzero means place each function into its own section on those platforms
595 which support arbitrary section names and unlimited numbers of sections. */
597 int flag_function_sections = 0;
599 /* ... and similar for data. */
601 int flag_data_sections = 0;
603 /* Nonzero to inhibit use of define_optimization peephole opts. */
605 int flag_no_peephole = 0;
607 /* Nonzero allows GCC to optimize sibling and tail recursive calls. */
609 int flag_optimize_sibling_calls = 0;
611 /* Nonzero means the front end generally wants `errno' maintained by math
612 operations, like built-in SQRT. */
614 int flag_errno_math = 1;
616 /* Nonzero means that unsafe floating-point math optimizations are allowed
617 for the sake of speed. IEEE compliance is not guaranteed, and operations
618 are allowed to assume that their arguments and results are "normal"
619 (e.g., nonnegative for SQRT). */
621 int flag_unsafe_math_optimizations = 0;
623 /* Nonzero means that no NaNs or +-Infs are expected. */
625 int flag_finite_math_only = 0;
627 /* Zero means that floating-point math operations cannot generate a
628 (user-visible) trap. This is the case, for example, in nonstop
629 IEEE 754 arithmetic. Trapping conditions include division by zero,
630 overflow, underflow, invalid and inexact, but does not include
631 operations on signaling NaNs (see below). */
633 int flag_trapping_math = 1;
635 /* Nonzero means disable transformations that assume default floating
636 point rounding behavior. */
638 int flag_rounding_math = 0;
640 /* Nonzero means disable transformations observable by signaling NaNs.
641 This option implies that any operation on an IEEE signaling NaN can
642 generate a (user-visible) trap. */
644 int flag_signaling_nans = 0;
646 /* 0 means straightforward implementation of complex divide acceptable.
647 1 means wide ranges of inputs must work for complex divide.
648 2 means C99-like requirements for complex divide (not yet implemented). */
650 int flag_complex_divide_method = 0;
652 /* Nonzero means just do syntax checking; don't output anything. */
654 int flag_syntax_only = 0;
656 /* Nonzero means performs web construction pass. */
658 int flag_web;
660 /* Nonzero means perform loop optimizer. */
662 int flag_loop_optimize;
664 /* Nonzero means perform crossjumping. */
666 int flag_crossjumping;
668 /* Nonzero means perform if conversion. */
670 int flag_if_conversion;
672 /* Nonzero means perform if conversion after reload. */
674 int flag_if_conversion2;
676 /* Nonzero means to use global dataflow analysis to eliminate
677 useless null pointer tests. */
679 int flag_delete_null_pointer_checks;
681 /* Nonzero means perform global CSE. */
683 int flag_gcse = 0;
685 /* Nonzero means to do the enhanced load motion during gcse, which trys
686 to hoist loads by not killing them when a store to the same location
687 is seen. */
689 int flag_gcse_lm = 1;
691 /* Nonzero means to perform store motion after gcse, which will try to
692 move stores closer to the exit block. Its not very effective without
693 flag_gcse_lm. */
695 int flag_gcse_sm = 1;
697 /* Nonzero if we want to perfrom redundant load after store elimination
698 in gcse. */
700 int flag_gcse_las = 1;
702 /* Perform target register optimization before prologue / epilogue
703 threading. */
705 int flag_branch_target_load_optimize = 0;
707 /* Perform target register optimization after prologue / epilogue
708 threading and jump2. */
710 int flag_branch_target_load_optimize2 = 0;
712 /* Nonzero means to rerun cse after loop optimization. This increases
713 compilation time about 20% and picks up a few more common expressions. */
715 int flag_rerun_cse_after_loop;
717 /* Nonzero means to run loop optimizations twice. */
719 int flag_rerun_loop_opt;
721 /* Nonzero for -finline-functions: ok to inline functions that look like
722 good inline candidates. */
724 int flag_inline_functions;
726 /* Nonzero for -fkeep-inline-functions: even if we make a function
727 go inline everywhere, keep its definition around for debugging
728 purposes. */
730 int flag_keep_inline_functions;
732 /* Nonzero means that functions will not be inlined. */
734 int flag_no_inline = 2;
736 /* Nonzero means that we don't want inlining by virtue of -fno-inline,
737 not just because the tree inliner turned us off. */
739 int flag_really_no_inline = 2;
741 /* Nonzero means that we should emit static const variables
742 regardless of whether or not optimization is turned on. */
744 int flag_keep_static_consts = 1;
746 /* Nonzero means we should be saving declaration info into a .X file. */
748 int flag_gen_aux_info = 0;
750 /* Specified name of aux-info file. */
752 const char *aux_info_file_name;
754 /* Nonzero means make the text shared if supported. */
756 int flag_shared_data;
758 /* Nonzero means schedule into delayed branch slots if supported. */
760 int flag_delayed_branch;
762 /* Nonzero if we are compiling pure (sharable) code.
763 Value is 1 if we are doing "small" pic; value is 2 if we're doing
764 "large" pic. */
766 int flag_pic;
768 /* Nonzero if we are compiling position independent code for executable.
769 The value is 1 if we are doing "small" pic; value is 2 if we're doing
770 "large" pic. */
772 int flag_pie;
774 /* Nonzero if we are compiling code for a shared library, zero for
775 executable. */
777 int flag_shlib;
779 /* Set to the default thread-local storage (tls) model to use. */
781 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
783 /* Nonzero means generate extra code for exception handling and enable
784 exception handling. */
786 int flag_exceptions;
788 /* Nonzero means generate frame unwind info table when supported. */
790 int flag_unwind_tables = 0;
792 /* Nonzero means generate frame unwind info table exact at each insn
793 boundary. */
795 int flag_asynchronous_unwind_tables = 0;
797 /* Nonzero means don't place uninitialized global data in common storage
798 by default. */
800 int flag_no_common;
802 /* Nonzero means change certain warnings into errors.
803 Usually these are warnings about failure to conform to some standard. */
805 int flag_pedantic_errors = 0;
807 /* flag_schedule_insns means schedule insns within basic blocks (before
808 local_alloc).
809 flag_schedule_insns_after_reload means schedule insns after
810 global_alloc. */
812 int flag_schedule_insns = 0;
813 int flag_schedule_insns_after_reload = 0;
815 /* When flag_schedule_insns_after_reload is set, use EBB scheduler. */
816 int flag_sched2_use_superblocks = 0;
818 /* When flag_schedule_insns_after_reload is set, construct traces and EBB
819 scheduler. */
820 int flag_sched2_use_traces = 0;
822 /* The following flags have effect only for scheduling before register
823 allocation:
825 flag_schedule_interblock means schedule insns across basic blocks.
826 flag_schedule_speculative means allow speculative motion of non-load insns.
827 flag_schedule_speculative_load means allow speculative motion of some
828 load insns.
829 flag_schedule_speculative_load_dangerous allows speculative motion of more
830 load insns. */
832 int flag_schedule_interblock = 1;
833 int flag_schedule_speculative = 1;
834 int flag_schedule_speculative_load = 0;
835 int flag_schedule_speculative_load_dangerous = 0;
837 /* The following flags have an effect during scheduling after register
838 allocation:
840 flag_sched_stalled_insns means that insns can be moved prematurely from the queue
841 of stalled insns into the ready list.
843 flag_sched_stalled_insns_dep controls how many insn groups will be examined
844 for a dependency on a stalled insn that is candidate for premature removal
845 from the queue of stalled insns into the ready list (has an effect only if
846 the flag 'sched_stalled_insns' is set). */
848 int flag_sched_stalled_insns = 0;
849 int flag_sched_stalled_insns_dep = 1;
851 int flag_single_precision_constant;
853 /* flag_branch_on_count_reg means try to replace add-1,compare,branch tupple
854 by a cheaper branch on a count register. */
855 int flag_branch_on_count_reg = 1;
857 /* -finhibit-size-directive inhibits output of .size for ELF.
858 This is used only for compiling crtstuff.c,
859 and it may be extended to other effects
860 needed for crtstuff.c on other systems. */
861 int flag_inhibit_size_directive = 0;
863 /* -fverbose-asm causes extra commentary information to be produced in
864 the generated assembly code (to make it more readable). This option
865 is generally only of use to those who actually need to read the
866 generated assembly code (perhaps while debugging the compiler itself).
867 -fno-verbose-asm, the default, causes the extra information
868 to be omitted and is useful when comparing two assembler files. */
870 int flag_verbose_asm = 0;
872 /* -dA causes debug commentary information to be produced in
873 the generated assembly code (to make it more readable). This option
874 is generally only of use to those who actually need to read the
875 generated assembly code (perhaps while debugging the compiler itself).
876 Currently, this switch is only used by dwarfout.c; however, it is intended
877 to be a catchall for printing debug information in the assembler file. */
879 int flag_debug_asm = 0;
881 /* -dP causes the rtl to be emitted as a comment in assembly. */
883 int flag_dump_rtl_in_asm = 0;
885 /* -fgnu-linker specifies use of the GNU linker for initializations.
886 (Or, more generally, a linker that handles initializations.)
887 -fno-gnu-linker says that collect2 will be used. */
888 #ifdef USE_COLLECT2
889 int flag_gnu_linker = 0;
890 #else
891 int flag_gnu_linker = 1;
892 #endif
894 /* Nonzero means put zero initialized data in the bss section. */
895 int flag_zero_initialized_in_bss = 1;
897 /* Tag all structures with __attribute__(packed). */
898 int flag_pack_struct = 0;
900 /* Emit code to check for stack overflow; also may cause large objects
901 to be allocated dynamically. */
902 int flag_stack_check;
904 /* When non-NULL, indicates that whenever space is allocated on the
905 stack, the resulting stack pointer must not pass this
906 address---that is, for stacks that grow downward, the stack pointer
907 must always be greater than or equal to this address; for stacks
908 that grow upward, the stack pointer must be less than this address.
909 At present, the rtx may be either a REG or a SYMBOL_REF, although
910 the support provided depends on the backend. */
911 rtx stack_limit_rtx;
913 /* 0 if pointer arguments may alias each other. True in C.
914 1 if pointer arguments may not alias each other but may alias
915 global variables.
916 2 if pointer arguments may not alias each other and may not
917 alias global variables. True in Fortran.
918 This defaults to 0 for C. */
919 int flag_argument_noalias = 0;
921 /* Nonzero if we should do (language-dependent) alias analysis.
922 Typically, this analysis will assume that expressions of certain
923 types do not alias expressions of certain other types. Only used
924 if alias analysis (in general) is enabled. */
925 int flag_strict_aliasing = 0;
927 /* Instrument functions with calls at entry and exit, for profiling. */
928 int flag_instrument_function_entry_exit = 0;
930 /* Nonzero means ignore `#ident' directives. 0 means handle them.
931 On SVR4 targets, it also controls whether or not to emit a
932 string identifying the compiler. */
934 int flag_no_ident = 0;
936 /* This will perform a peephole pass before sched2. */
937 int flag_peephole2 = 0;
939 /* This will try to guess branch probabilities. */
940 int flag_guess_branch_prob = 0;
942 /* -fcheck-bounds causes gcc to generate array bounds checks.
943 For C, C++, ObjC: defaults to off.
944 For Java: defaults to on.
945 For Fortran: defaults to off. */
946 int flag_bounds_check = 0;
948 /* This will attempt to merge constant section constants, if 1 only
949 string constants and constants from constant pool, if 2 also constant
950 variables. */
951 int flag_merge_constants = 1;
953 /* If one, renumber instruction UIDs to reduce the number of
954 unused UIDs if there are a lot of instructions. If greater than
955 one, unconditionally renumber instruction UIDs. */
956 int flag_renumber_insns = 1;
958 /* If nonzero, use the graph coloring register allocator. */
959 int flag_new_regalloc = 0;
961 /* Nonzero if we perform superblock formation. */
963 int flag_tracer = 0;
965 /* Nonzero if we perform whole unit at a time compilation. */
967 int flag_unit_at_a_time = 0;
969 /* Values of the -falign-* flags: how much to align labels in code.
970 0 means `use default', 1 means `don't align'.
971 For each variable, there is an _log variant which is the power
972 of two not less than the variable, for .align output. */
974 int align_loops;
975 int align_loops_log;
976 int align_loops_max_skip;
977 int align_jumps;
978 int align_jumps_log;
979 int align_jumps_max_skip;
980 int align_labels;
981 int align_labels_log;
982 int align_labels_max_skip;
983 int align_functions;
984 int align_functions_log;
986 /* Like align_functions_log above, but used by front-ends to force the
987 minimum function alignment. Zero means no alignment is forced. */
988 int force_align_functions_log;
990 typedef struct
992 const char *const string;
993 int *const variable;
994 const int on_value;
996 lang_independent_options;
998 /* Nonzero if signed arithmetic overflow should trap. */
999 int flag_trapv = 0;
1001 /* Nonzero if signed arithmetic overflow should wrap around. */
1002 int flag_wrapv = 0;
1004 /* Nonzero if subexpressions must be evaluated from left-to-right. */
1005 int flag_evaluation_order = 0;
1007 /* Add or remove a leading underscore from user symbols. */
1008 int flag_leading_underscore = -1;
1010 /* The user symbol prefix after having resolved same. */
1011 const char *user_label_prefix;
1013 static const param_info lang_independent_params[] = {
1014 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \
1015 { OPTION, DEFAULT, HELP },
1016 #include "params.def"
1017 #undef DEFPARAM
1018 { NULL, 0, NULL }
1021 /* Table of language-independent -f options.
1022 STRING is the option name. VARIABLE is the address of the variable.
1023 ON_VALUE is the value to store in VARIABLE
1024 if `-fSTRING' is seen as an option.
1025 (If `-fno-STRING' is seen as an option, the opposite value is stored.) */
1027 static const lang_independent_options f_options[] =
1029 {"eliminate-dwarf2-dups", &flag_eliminate_dwarf2_dups, 1 },
1030 {"eliminate-unused-debug-symbols", &flag_debug_only_used_symbols, 1 },
1031 {"eliminate-unused-debug-types", &flag_eliminate_unused_debug_types, 1 },
1032 {"float-store", &flag_float_store, 1 },
1033 {"defer-pop", &flag_defer_pop, 1 },
1034 {"omit-frame-pointer", &flag_omit_frame_pointer, 1 },
1035 {"optimize-sibling-calls", &flag_optimize_sibling_calls, 1 },
1036 {"tracer", &flag_tracer, 1 },
1037 {"unit-at-a-time", &flag_unit_at_a_time, 1 },
1038 {"cse-follow-jumps", &flag_cse_follow_jumps, 1 },
1039 {"cse-skip-blocks", &flag_cse_skip_blocks, 1 },
1040 {"expensive-optimizations", &flag_expensive_optimizations, 1 },
1041 {"thread-jumps", &flag_thread_jumps, 1 },
1042 {"strength-reduce", &flag_strength_reduce, 1 },
1043 {"unroll-loops", &flag_unroll_loops, 1 },
1044 {"unroll-all-loops", &flag_unroll_all_loops, 1 },
1045 {"old-unroll-loops", &flag_old_unroll_loops, 1 },
1046 {"old-unroll-all-loops", &flag_old_unroll_all_loops, 1 },
1047 {"peel-loops", &flag_peel_loops, 1 },
1048 {"unswitch-loops", &flag_unswitch_loops, 1 },
1049 {"prefetch-loop-arrays", &flag_prefetch_loop_arrays, 1 },
1050 {"move-all-movables", &flag_move_all_movables, 1 },
1051 {"reduce-all-givs", &flag_reduce_all_givs, 1 },
1052 {"writable-strings", &flag_writable_strings, 1 },
1053 {"peephole", &flag_no_peephole, 0 },
1054 {"force-mem", &flag_force_mem, 1 },
1055 {"force-addr", &flag_force_addr, 1 },
1056 {"function-cse", &flag_no_function_cse, 0 },
1057 {"inline-functions", &flag_inline_functions, 1 },
1058 {"keep-inline-functions", &flag_keep_inline_functions, 1 },
1059 {"inline", &flag_no_inline, 0 },
1060 {"keep-static-consts", &flag_keep_static_consts, 1 },
1061 {"syntax-only", &flag_syntax_only, 1 },
1062 {"shared-data", &flag_shared_data, 1 },
1063 {"caller-saves", &flag_caller_saves, 1 },
1064 {"pcc-struct-return", &flag_pcc_struct_return, 1 },
1065 {"reg-struct-return", &flag_pcc_struct_return, 0 },
1066 {"delayed-branch", &flag_delayed_branch, 1 },
1067 {"web", &flag_web, 1},
1068 {"gcse", &flag_gcse, 1 },
1069 {"gcse-lm", &flag_gcse_lm, 1 },
1070 {"gcse-sm", &flag_gcse_sm, 1 },
1071 {"gcse-las", &flag_gcse_las, 1 },
1072 {"branch-target-load-optimize", &flag_branch_target_load_optimize, 1 },
1073 {"branch-target-load-optimize2", &flag_branch_target_load_optimize2, 1 },
1074 {"loop-optimize", &flag_loop_optimize, 1 },
1075 {"crossjumping", &flag_crossjumping, 1 },
1076 {"if-conversion", &flag_if_conversion, 1 },
1077 {"if-conversion2", &flag_if_conversion2, 1 },
1078 {"rerun-cse-after-loop", &flag_rerun_cse_after_loop, 1 },
1079 {"rerun-loop-opt", &flag_rerun_loop_opt, 1 },
1080 {"delete-null-pointer-checks", &flag_delete_null_pointer_checks, 1 },
1081 {"schedule-insns", &flag_schedule_insns, 1 },
1082 {"schedule-insns2", &flag_schedule_insns_after_reload, 1 },
1083 {"sched-interblock",&flag_schedule_interblock, 1 },
1084 {"sched-spec",&flag_schedule_speculative, 1 },
1085 {"sched-spec-load",&flag_schedule_speculative_load, 1 },
1086 {"sched-spec-load-dangerous",&flag_schedule_speculative_load_dangerous, 1 },
1087 {"sched-stalled-insns", &flag_sched_stalled_insns, 0 },
1088 {"sched-stalled-insns-dep", &flag_sched_stalled_insns_dep, 1 },
1089 {"sched2-use-superblocks", &flag_sched2_use_superblocks, 1 },
1090 {"sched2-use-traces", &flag_sched2_use_traces, 1 },
1091 {"branch-count-reg",&flag_branch_on_count_reg, 1 },
1092 {"pic", &flag_pic, 1 },
1093 {"PIC", &flag_pic, 2 },
1094 {"pie", &flag_pie, 1 },
1095 {"PIE", &flag_pie, 2 },
1096 {"exceptions", &flag_exceptions, 1 },
1097 {"unwind-tables", &flag_unwind_tables, 1 },
1098 {"asynchronous-unwind-tables", &flag_asynchronous_unwind_tables, 1 },
1099 {"non-call-exceptions", &flag_non_call_exceptions, 1 },
1100 {"profile-arcs", &profile_arc_flag, 1 },
1101 {"profile-values", &flag_profile_values, 1 },
1102 {"vpt", &flag_value_profile_transformations, 1 },
1103 {"test-coverage", &flag_test_coverage, 1 },
1104 {"branch-probabilities", &flag_branch_probabilities, 1 },
1105 {"profile", &profile_flag, 1 },
1106 {"reorder-blocks", &flag_reorder_blocks, 1 },
1107 {"reorder-functions", &flag_reorder_functions, 1 },
1108 {"rename-registers", &flag_rename_registers, 1 },
1109 {"cprop-registers", &flag_cprop_registers, 1 },
1110 {"common", &flag_no_common, 0 },
1111 {"inhibit-size-directive", &flag_inhibit_size_directive, 1 },
1112 {"function-sections", &flag_function_sections, 1 },
1113 {"data-sections", &flag_data_sections, 1 },
1114 {"verbose-asm", &flag_verbose_asm, 1 },
1115 {"gnu-linker", &flag_gnu_linker, 1 },
1116 {"regmove", &flag_regmove, 1 },
1117 {"optimize-register-move", &flag_regmove, 1 },
1118 {"pack-struct", &flag_pack_struct, 1 },
1119 {"stack-check", &flag_stack_check, 1 },
1120 {"argument-alias", &flag_argument_noalias, 0 },
1121 {"argument-noalias", &flag_argument_noalias, 1 },
1122 {"argument-noalias-global", &flag_argument_noalias, 2 },
1123 {"strict-aliasing", &flag_strict_aliasing, 1 },
1124 {"align-loops", &align_loops, 0 },
1125 {"align-jumps", &align_jumps, 0 },
1126 {"align-labels", &align_labels, 0 },
1127 {"align-functions", &align_functions, 0 },
1128 {"merge-constants", &flag_merge_constants, 1 },
1129 {"merge-all-constants", &flag_merge_constants, 2 },
1130 {"dump-unnumbered", &flag_dump_unnumbered, 1 },
1131 {"instrument-functions", &flag_instrument_function_entry_exit, 1 },
1132 {"zero-initialized-in-bss", &flag_zero_initialized_in_bss, 1 },
1133 {"leading-underscore", &flag_leading_underscore, 1 },
1134 {"ident", &flag_no_ident, 0 },
1135 { "peephole2", &flag_peephole2, 1 },
1136 {"finite-math-only", &flag_finite_math_only, 1 },
1137 { "guess-branch-probability", &flag_guess_branch_prob, 1 },
1138 {"math-errno", &flag_errno_math, 1 },
1139 {"trapping-math", &flag_trapping_math, 1 },
1140 {"rounding-math", &flag_rounding_math, 1 },
1141 {"unsafe-math-optimizations", &flag_unsafe_math_optimizations, 1 },
1142 {"signaling-nans", &flag_signaling_nans, 1 },
1143 {"bounds-check", &flag_bounds_check, 1 },
1144 {"single-precision-constant", &flag_single_precision_constant, 1 },
1145 {"time-report", &time_report, 1 },
1146 {"mem-report", &mem_report, 1 },
1147 { "trapv", &flag_trapv, 1 },
1148 { "wrapv", &flag_wrapv, 1 },
1149 { "new-ra", &flag_new_regalloc, 1 }
1152 /* Here is a table, controlled by the tm.h file, listing each -m switch
1153 and which bits in `target_switches' it should set or clear.
1154 If VALUE is positive, it is bits to set.
1155 If VALUE is negative, -VALUE is bits to clear.
1156 (The sign bit is not used so there is no confusion.) */
1158 static const struct
1160 const char *const name;
1161 const int value;
1162 const char *const description;
1164 target_switches[] = TARGET_SWITCHES;
1166 /* This table is similar, but allows the switch to have a value. */
1168 #ifdef TARGET_OPTIONS
1169 static const struct
1171 const char *const prefix;
1172 const char **const variable;
1173 const char *const description;
1174 const char *const value;
1176 target_options[] = TARGET_OPTIONS;
1177 #endif
1179 /* Nonzero means warn about function definitions that default the return type
1180 or that use a null return and have a return-type other than void. */
1182 int warn_return_type;
1184 /* Output files for assembler code (real compiler output)
1185 and debugging dumps. */
1187 FILE *asm_out_file;
1188 FILE *aux_info_file;
1189 FILE *rtl_dump_file = NULL;
1190 FILE *cgraph_dump_file = NULL;
1192 /* The current working directory of a translation. It's generally the
1193 directory from which compilation was initiated, but a preprocessed
1194 file may specify the original directory in which it was
1195 created. */
1197 static const char *src_pwd;
1199 /* Initialize src_pwd with the given string, and return true. If it
1200 was already initialized, return false. As a special case, it may
1201 be called with a NULL argument to test whether src_pwd has NOT been
1202 initialized yet. */
1204 bool
1205 set_src_pwd (const char *pwd)
1207 if (src_pwd)
1208 return false;
1210 src_pwd = xstrdup (pwd);
1211 return true;
1214 /* Return the directory from which the translation unit was initiated,
1215 in case set_src_pwd() was not called before to assign it a
1216 different value. */
1218 const char *
1219 get_src_pwd (void)
1221 if (! src_pwd)
1222 src_pwd = getpwd ();
1224 return src_pwd;
1227 /* Called when the start of a function definition is parsed,
1228 this function prints on stderr the name of the function. */
1229 void
1230 announce_function (tree decl)
1232 if (!quiet_flag)
1234 if (rtl_dump_and_exit)
1235 verbatim ("%s ", IDENTIFIER_POINTER (DECL_NAME (decl)));
1236 else
1237 verbatim (" %s", (*lang_hooks.decl_printable_name) (decl, 2));
1238 fflush (stderr);
1239 pp_needs_newline (global_dc->printer) = true;
1240 diagnostic_set_last_function (global_dc);
1244 /* Set up a default flag_random_seed and local_tick, unless the user
1245 already specified one. */
1247 static void
1248 randomize (void)
1250 if (!flag_random_seed)
1252 unsigned HOST_WIDE_INT value;
1253 static char random_seed[HOST_BITS_PER_WIDE_INT / 4 + 3];
1255 /* Get some more or less random data. */
1256 #ifdef HAVE_GETTIMEOFDAY
1258 struct timeval tv;
1260 gettimeofday (&tv, NULL);
1261 local_tick = tv.tv_sec * 1000 + tv.tv_usec / 1000;
1263 #else
1265 time_t now = time (NULL);
1267 if (now != (time_t)-1)
1268 local_tick = (unsigned) now;
1270 #endif
1271 value = local_tick ^ getpid ();
1273 sprintf (random_seed, HOST_WIDE_INT_PRINT_HEX, value);
1274 flag_random_seed = random_seed;
1276 else if (!local_tick)
1277 local_tick = -1;
1281 /* Decode the string P as an integral parameter.
1282 If the string is indeed an integer return its numeric value else
1283 issue an Invalid Option error for the option PNAME and return DEFVAL.
1284 If PNAME is zero just return DEFVAL, do not call error. */
1287 read_integral_parameter (const char *p, const char *pname, const int defval)
1289 const char *endp = p;
1291 while (*endp)
1293 if (ISDIGIT (*endp))
1294 endp++;
1295 else
1296 break;
1299 if (*endp != 0)
1301 if (pname != 0)
1302 error ("invalid option argument `%s'", pname);
1303 return defval;
1306 return atoi (p);
1309 /* Return the logarithm of X, base 2, considering X unsigned,
1310 if X is a power of 2. Otherwise, returns -1.
1312 This should be used via the `exact_log2' macro. */
1315 exact_log2_wide (unsigned HOST_WIDE_INT x)
1317 int log = 0;
1318 /* Test for 0 or a power of 2. */
1319 if (x == 0 || x != (x & -x))
1320 return -1;
1321 while ((x >>= 1) != 0)
1322 log++;
1323 return log;
1326 /* Given X, an unsigned number, return the largest int Y such that 2**Y <= X.
1327 If X is 0, return -1.
1329 This should be used via the floor_log2 macro. */
1332 floor_log2_wide (unsigned HOST_WIDE_INT x)
1334 int log = -1;
1335 while (x != 0)
1336 log++,
1337 x >>= 1;
1338 return log;
1341 /* Handler for fatal signals, such as SIGSEGV. These are transformed
1342 into ICE messages, which is much more user friendly. In case the
1343 error printer crashes, reset the signal to prevent infinite recursion. */
1345 static void
1346 crash_signal (int signo)
1348 signal (signo, SIG_DFL);
1349 internal_error ("%s", strsignal (signo));
1352 /* Arrange to dump core on error. (The regular error message is still
1353 printed first, except in the case of abort().) */
1355 static void
1356 setup_core_dumping (void)
1358 #ifdef SIGABRT
1359 signal (SIGABRT, SIG_DFL);
1360 #endif
1361 #if defined(HAVE_SETRLIMIT)
1363 struct rlimit rlim;
1364 if (getrlimit (RLIMIT_CORE, &rlim) != 0)
1365 fatal_error ("getting core file size maximum limit: %m");
1366 rlim.rlim_cur = rlim.rlim_max;
1367 if (setrlimit (RLIMIT_CORE, &rlim) != 0)
1368 fatal_error ("setting core file size limit to maximum: %m");
1370 #endif
1371 diagnostic_abort_on_error (global_dc);
1375 /* Strip off a legitimate source ending from the input string NAME of
1376 length LEN. Rather than having to know the names used by all of
1377 our front ends, we strip off an ending of a period followed by
1378 up to five characters. (Java uses ".class".) */
1380 void
1381 strip_off_ending (char *name, int len)
1383 int i;
1384 for (i = 2; i < 6 && len > i; i++)
1386 if (name[len - i] == '.')
1388 name[len - i] = '\0';
1389 break;
1394 /* Output a quoted string. */
1396 void
1397 output_quoted_string (FILE *asm_file, const char *string)
1399 #ifdef OUTPUT_QUOTED_STRING
1400 OUTPUT_QUOTED_STRING (asm_file, string);
1401 #else
1402 char c;
1404 putc ('\"', asm_file);
1405 while ((c = *string++) != 0)
1407 if (ISPRINT (c))
1409 if (c == '\"' || c == '\\')
1410 putc ('\\', asm_file);
1411 putc (c, asm_file);
1413 else
1414 fprintf (asm_file, "\\%03o", (unsigned char) c);
1416 putc ('\"', asm_file);
1417 #endif
1420 /* Output a file name in the form wanted by System V. */
1422 void
1423 output_file_directive (FILE *asm_file, const char *input_name)
1425 int len;
1426 const char *na;
1428 if (input_name == NULL)
1429 input_name = "<stdin>";
1431 len = strlen (input_name);
1432 na = input_name + len;
1434 /* NA gets INPUT_NAME sans directory names. */
1435 while (na > input_name)
1437 if (IS_DIR_SEPARATOR (na[-1]))
1438 break;
1439 na--;
1442 #ifdef ASM_OUTPUT_MAIN_SOURCE_FILENAME
1443 ASM_OUTPUT_MAIN_SOURCE_FILENAME (asm_file, na);
1444 #else
1445 #ifdef ASM_OUTPUT_SOURCE_FILENAME
1446 ASM_OUTPUT_SOURCE_FILENAME (asm_file, na);
1447 #else
1448 fprintf (asm_file, "\t.file\t");
1449 output_quoted_string (asm_file, na);
1450 fputc ('\n', asm_file);
1451 #endif
1452 #endif
1455 /* Routine to open a dump file. Return true if the dump file is enabled. */
1457 static int
1458 open_dump_file (enum dump_file_index index, tree decl)
1460 char *dump_name;
1461 const char *open_arg;
1462 char seq[16];
1464 if (! dump_file[index].enabled)
1465 return 0;
1467 timevar_push (TV_DUMP);
1468 if (rtl_dump_file != NULL)
1469 fclose (rtl_dump_file);
1471 sprintf (seq, DUMPFILE_FORMAT, index);
1473 if (! dump_file[index].initialized)
1475 /* If we've not initialized the files, do so now. */
1476 if (graph_dump_format != no_graph
1477 && dump_file[index].graph_dump_p)
1479 dump_name = concat (seq, dump_file[index].extension, NULL);
1480 clean_graph_dump_file (dump_base_name, dump_name);
1481 free (dump_name);
1483 dump_file[index].initialized = 1;
1484 open_arg = "w";
1486 else
1487 open_arg = "a";
1489 dump_name = concat (dump_base_name, seq,
1490 dump_file[index].extension, NULL);
1492 rtl_dump_file = fopen (dump_name, open_arg);
1493 if (rtl_dump_file == NULL)
1494 fatal_error ("can't open %s: %m", dump_name);
1496 free (dump_name);
1498 if (decl)
1499 fprintf (rtl_dump_file, "\n;; Function %s%s\n\n",
1500 (*lang_hooks.decl_printable_name) (decl, 2),
1501 cfun->function_frequency == FUNCTION_FREQUENCY_HOT
1502 ? " (hot)"
1503 : cfun->function_frequency == FUNCTION_FREQUENCY_UNLIKELY_EXECUTED
1504 ? " (unlikely executed)"
1505 : "");
1507 timevar_pop (TV_DUMP);
1508 return 1;
1511 /* Routine to close a dump file. */
1513 static void
1514 close_dump_file (enum dump_file_index index,
1515 void (*func) (FILE *, rtx),
1516 rtx insns)
1518 if (! rtl_dump_file)
1519 return;
1521 timevar_push (TV_DUMP);
1522 if (insns
1523 && graph_dump_format != no_graph
1524 && dump_file[index].graph_dump_p)
1526 char seq[16];
1527 char *suffix;
1529 sprintf (seq, DUMPFILE_FORMAT, index);
1530 suffix = concat (seq, dump_file[index].extension, NULL);
1531 print_rtl_graph_with_bb (dump_base_name, suffix, insns);
1532 free (suffix);
1535 if (func && insns)
1536 func (rtl_dump_file, insns);
1538 fflush (rtl_dump_file);
1539 fclose (rtl_dump_file);
1541 rtl_dump_file = NULL;
1542 timevar_pop (TV_DUMP);
1545 /* Do any final processing required for the declarations in VEC, of
1546 which there are LEN. We write out inline functions and variables
1547 that have been deferred until this point, but which are required.
1548 Returns nonzero if anything was put out. */
1551 wrapup_global_declarations (tree *vec, int len)
1553 tree decl;
1554 int i;
1555 int reconsider;
1556 int output_something = 0;
1558 for (i = 0; i < len; i++)
1560 decl = vec[i];
1562 /* We're not deferring this any longer. Assignment is
1563 conditional to avoid needlessly dirtying PCH pages. */
1564 if (DECL_DEFER_OUTPUT (decl) != 0)
1565 DECL_DEFER_OUTPUT (decl) = 0;
1567 if (TREE_CODE (decl) == VAR_DECL && DECL_SIZE (decl) == 0)
1568 (*lang_hooks.finish_incomplete_decl) (decl);
1571 /* Now emit any global variables or functions that we have been
1572 putting off. We need to loop in case one of the things emitted
1573 here references another one which comes earlier in the list. */
1576 reconsider = 0;
1577 for (i = 0; i < len; i++)
1579 decl = vec[i];
1581 if (TREE_ASM_WRITTEN (decl) || DECL_EXTERNAL (decl))
1582 continue;
1584 /* Don't write out static consts, unless we still need them.
1586 We also keep static consts if not optimizing (for debugging),
1587 unless the user specified -fno-keep-static-consts.
1588 ??? They might be better written into the debug information.
1589 This is possible when using DWARF.
1591 A language processor that wants static constants to be always
1592 written out (even if it is not used) is responsible for
1593 calling rest_of_decl_compilation itself. E.g. the C front-end
1594 calls rest_of_decl_compilation from finish_decl.
1595 One motivation for this is that is conventional in some
1596 environments to write things like:
1597 static const char rcsid[] = "... version string ...";
1598 intending to force the string to be in the executable.
1600 A language processor that would prefer to have unneeded
1601 static constants "optimized away" would just defer writing
1602 them out until here. E.g. C++ does this, because static
1603 constants are often defined in header files.
1605 ??? A tempting alternative (for both C and C++) would be
1606 to force a constant to be written if and only if it is
1607 defined in a main file, as opposed to an include file. */
1609 if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl))
1611 bool needed = 1;
1613 if (flag_unit_at_a_time
1614 && cgraph_varpool_node (decl)->finalized)
1615 needed = 0;
1616 else if ((flag_unit_at_a_time && !cgraph_global_info_ready)
1617 && (TREE_USED (decl)
1618 || TREE_USED (DECL_ASSEMBLER_NAME (decl))))
1619 /* needed */;
1620 else if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
1621 /* needed */;
1622 else if (DECL_COMDAT (decl))
1623 needed = 0;
1624 else if (TREE_READONLY (decl) && !TREE_PUBLIC (decl)
1625 && (optimize || !flag_keep_static_consts
1626 || DECL_ARTIFICIAL (decl)))
1627 needed = 0;
1629 if (needed)
1631 reconsider = 1;
1632 rest_of_decl_compilation (decl, NULL, 1, 1);
1636 if (TREE_CODE (decl) == FUNCTION_DECL
1637 && DECL_INITIAL (decl) != 0
1638 && DECL_SAVED_INSNS (decl) != 0
1639 && DECL_SAVED_INSNS (decl)->saved_for_inline
1640 && (flag_keep_inline_functions
1641 || (TREE_PUBLIC (decl) && !DECL_COMDAT (decl))
1642 || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))))
1644 reconsider = 1;
1645 output_inline_function (decl);
1649 if (reconsider)
1650 output_something = 1;
1652 while (reconsider);
1654 return output_something;
1657 /* Issue appropriate warnings for the global declarations in VEC (of
1658 which there are LEN). Output debugging information for them. */
1660 void
1661 check_global_declarations (tree *vec, int len)
1663 tree decl;
1664 int i;
1666 for (i = 0; i < len; i++)
1668 decl = vec[i];
1670 if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl)
1671 && ! TREE_ASM_WRITTEN (decl))
1672 /* Cancel the RTL for this decl so that, if debugging info
1673 output for global variables is still to come,
1674 this one will be omitted. */
1675 SET_DECL_RTL (decl, NULL_RTX);
1677 /* Warn about any function
1678 declared static but not defined.
1679 We don't warn about variables,
1680 because many programs have static variables
1681 that exist only to get some text into the object file. */
1682 if (TREE_CODE (decl) == FUNCTION_DECL
1683 && (warn_unused_function
1684 || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
1685 && DECL_INITIAL (decl) == 0
1686 && DECL_EXTERNAL (decl)
1687 && ! DECL_ARTIFICIAL (decl)
1688 && ! TREE_PUBLIC (decl))
1690 if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
1691 pedwarn ("%J'%F' used but never defined", decl, decl);
1692 else
1693 warning ("%J'%F' declared `static' but never defined", decl, decl);
1694 /* This symbol is effectively an "extern" declaration now. */
1695 TREE_PUBLIC (decl) = 1;
1696 assemble_external (decl);
1699 /* Warn about static fns or vars defined but not used. */
1700 if (((warn_unused_function && TREE_CODE (decl) == FUNCTION_DECL)
1701 /* We don't warn about "static const" variables because the
1702 "rcs_id" idiom uses that construction. */
1703 || (warn_unused_variable
1704 && TREE_CODE (decl) == VAR_DECL && ! TREE_READONLY (decl)))
1705 && ! DECL_IN_SYSTEM_HEADER (decl)
1706 && ! TREE_USED (decl)
1707 /* The TREE_USED bit for file-scope decls is kept in the identifier,
1708 to handle multiple external decls in different scopes. */
1709 && ! TREE_USED (DECL_NAME (decl))
1710 && ! DECL_EXTERNAL (decl)
1711 && ! TREE_PUBLIC (decl)
1712 /* A volatile variable might be used in some non-obvious way. */
1713 && ! TREE_THIS_VOLATILE (decl)
1714 /* Global register variables must be declared to reserve them. */
1715 && ! (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
1716 /* Otherwise, ask the language. */
1717 && (*lang_hooks.decls.warn_unused_global) (decl))
1718 warning ("%J'%D' defined but not used", decl, decl);
1720 /* Avoid confusing the debug information machinery when there are
1721 errors. */
1722 if (errorcount == 0 && sorrycount == 0)
1724 timevar_push (TV_SYMOUT);
1725 (*debug_hooks->global_decl) (decl);
1726 timevar_pop (TV_SYMOUT);
1731 /* Warn about a use of an identifier which was marked deprecated. */
1732 void
1733 warn_deprecated_use (tree node)
1735 if (node == 0 || !warn_deprecated_decl)
1736 return;
1738 if (DECL_P (node))
1739 warning ("`%s' is deprecated (declared at %s:%d)",
1740 IDENTIFIER_POINTER (DECL_NAME (node)),
1741 DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
1742 else if (TYPE_P (node))
1744 const char *what = NULL;
1745 tree decl = TYPE_STUB_DECL (node);
1747 if (TREE_CODE (TYPE_NAME (node)) == IDENTIFIER_NODE)
1748 what = IDENTIFIER_POINTER (TYPE_NAME (node));
1749 else if (TREE_CODE (TYPE_NAME (node)) == TYPE_DECL
1750 && DECL_NAME (TYPE_NAME (node)))
1751 what = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)));
1753 if (what)
1755 if (decl)
1756 warning ("`%s' is deprecated (declared at %s:%d)", what,
1757 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
1758 else
1759 warning ("`%s' is deprecated", what);
1761 else if (decl)
1762 warning ("type is deprecated (declared at %s:%d)",
1763 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
1764 else
1765 warning ("type is deprecated");
1769 /* Save the current INPUT_LOCATION on the top entry in the
1770 INPUT_FILE_STACK. Push a new entry for FILE and LINE, and set the
1771 INPUT_LOCATION accordingly. */
1773 void
1774 push_srcloc (const char *file, int line)
1776 struct file_stack *fs;
1778 fs = xmalloc (sizeof (struct file_stack));
1779 fs->location = input_location;
1780 fs->next = input_file_stack;
1781 input_filename = file;
1782 input_line = line;
1783 input_file_stack = fs;
1784 input_file_stack_tick++;
1787 /* Pop the top entry off the stack of presently open source files.
1788 Restore the INPUT_LOCATION from the new topmost entry on the
1789 stack. */
1791 void
1792 pop_srcloc (void)
1794 struct file_stack *fs;
1796 fs = input_file_stack;
1797 input_location = fs->location;
1798 input_file_stack = fs->next;
1799 free (fs);
1800 input_file_stack_tick++;
1803 /* Compile an entire translation unit. Write a file of assembly
1804 output and various debugging dumps. */
1806 static void
1807 compile_file (void)
1809 /* Initialize yet another pass. */
1811 init_final (main_input_filename);
1812 coverage_init (aux_base_name);
1814 timevar_push (TV_PARSE);
1816 /* Call the parser, which parses the entire file (calling
1817 rest_of_compilation for each function). */
1818 (*lang_hooks.parse_file) (set_yydebug);
1820 /* In case there were missing block closers,
1821 get us back to the global binding level. */
1822 (*lang_hooks.clear_binding_stack) ();
1824 /* Compilation is now finished except for writing
1825 what's left of the symbol table output. */
1826 timevar_pop (TV_PARSE);
1828 if (flag_syntax_only)
1829 return;
1831 (*lang_hooks.decls.final_write_globals)();
1833 cgraph_varpool_assemble_pending_decls ();
1835 /* This must occur after the loop to output deferred functions.
1836 Else the coverage initializer would not be emitted if all the
1837 functions in this compilation unit were deferred. */
1838 coverage_finish ();
1840 /* Write out any pending weak symbol declarations. */
1842 weak_finish ();
1844 /* Do dbx symbols. */
1845 timevar_push (TV_SYMOUT);
1847 #ifdef DWARF2_UNWIND_INFO
1848 if (dwarf2out_do_frame ())
1849 dwarf2out_frame_finish ();
1850 #endif
1852 (*debug_hooks->finish) (main_input_filename);
1853 timevar_pop (TV_SYMOUT);
1855 /* Output some stuff at end of file if nec. */
1857 dw2_output_indirect_constants ();
1859 if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
1861 timevar_push (TV_DUMP);
1862 open_dump_file (DFI_bp, NULL);
1864 end_branch_prob ();
1866 close_dump_file (DFI_bp, NULL, NULL_RTX);
1867 timevar_pop (TV_DUMP);
1870 targetm.asm_out.file_end ();
1872 /* Attach a special .ident directive to the end of the file to identify
1873 the version of GCC which compiled this code. The format of the .ident
1874 string is patterned after the ones produced by native SVR4 compilers. */
1875 #ifdef IDENT_ASM_OP
1876 if (!flag_no_ident)
1877 fprintf (asm_out_file, "%s\"GCC: (GNU) %s\"\n",
1878 IDENT_ASM_OP, version_string);
1879 #endif
1881 if (optimize > 0 && open_dump_file (DFI_combine, NULL))
1883 timevar_push (TV_DUMP);
1884 dump_combine_total_stats (rtl_dump_file);
1885 close_dump_file (DFI_combine, NULL, NULL_RTX);
1886 timevar_pop (TV_DUMP);
1890 /* This is called from various places for FUNCTION_DECL, VAR_DECL,
1891 and TYPE_DECL nodes.
1893 This does nothing for local (non-static) variables, unless the
1894 variable is a register variable with an ASMSPEC. In that case, or
1895 if the variable is not an automatic, it sets up the RTL and
1896 outputs any assembler code (label definition, storage allocation
1897 and initialization).
1899 DECL is the declaration. If ASMSPEC is nonzero, it specifies
1900 the assembler symbol name to be used. TOP_LEVEL is nonzero
1901 if this declaration is not within a function. */
1903 void
1904 rest_of_decl_compilation (tree decl,
1905 const char *asmspec,
1906 int top_level,
1907 int at_end)
1909 /* We deferred calling assemble_alias so that we could collect
1910 other attributes such as visibility. Emit the alias now. */
1912 tree alias;
1913 alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl));
1914 if (alias)
1916 alias = TREE_VALUE (TREE_VALUE (alias));
1917 alias = get_identifier (TREE_STRING_POINTER (alias));
1918 assemble_alias (decl, alias);
1922 /* Forward declarations for nested functions are not "external",
1923 but we need to treat them as if they were. */
1924 if (TREE_STATIC (decl) || DECL_EXTERNAL (decl)
1925 || TREE_CODE (decl) == FUNCTION_DECL)
1927 timevar_push (TV_VARCONST);
1929 if (asmspec)
1930 make_decl_rtl (decl, asmspec);
1932 /* Don't output anything when a tentative file-scope definition
1933 is seen. But at end of compilation, do output code for them. */
1934 if ((at_end || !DECL_DEFER_OUTPUT (decl)) && !DECL_EXTERNAL (decl))
1936 if (flag_unit_at_a_time && !cgraph_global_info_ready
1937 && TREE_CODE (decl) != FUNCTION_DECL && top_level)
1938 cgraph_varpool_finalize_decl (decl);
1939 else
1940 assemble_variable (decl, top_level, at_end, 0);
1943 #ifdef ASM_FINISH_DECLARE_OBJECT
1944 if (decl == last_assemble_variable_decl)
1946 ASM_FINISH_DECLARE_OBJECT (asm_out_file, decl,
1947 top_level, at_end);
1949 #endif
1951 timevar_pop (TV_VARCONST);
1953 else if (DECL_REGISTER (decl) && asmspec != 0)
1955 if (decode_reg_name (asmspec) >= 0)
1957 SET_DECL_RTL (decl, NULL_RTX);
1958 make_decl_rtl (decl, asmspec);
1960 else
1962 error ("invalid register name `%s' for register variable", asmspec);
1963 DECL_REGISTER (decl) = 0;
1964 if (!top_level)
1965 expand_decl (decl);
1968 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
1969 else if ((write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
1970 && TREE_CODE (decl) == TYPE_DECL)
1972 timevar_push (TV_SYMOUT);
1973 dbxout_symbol (decl, 0);
1974 timevar_pop (TV_SYMOUT);
1976 #endif
1977 #ifdef SDB_DEBUGGING_INFO
1978 else if (write_symbols == SDB_DEBUG && top_level
1979 && TREE_CODE (decl) == TYPE_DECL)
1981 timevar_push (TV_SYMOUT);
1982 sdbout_symbol (decl, 0);
1983 timevar_pop (TV_SYMOUT);
1985 #endif
1986 #ifdef DWARF2_DEBUGGING_INFO
1987 else if ((write_symbols == DWARF2_DEBUG
1988 || write_symbols == VMS_AND_DWARF2_DEBUG)
1989 && top_level
1990 && TREE_CODE (decl) == TYPE_DECL)
1992 timevar_push (TV_SYMOUT);
1993 dwarf2out_decl (decl);
1994 timevar_pop (TV_SYMOUT);
1996 #endif
1999 /* Called after finishing a record, union or enumeral type. */
2001 void
2002 rest_of_type_compilation (
2003 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) \
2004 || defined (SDB_DEBUGGING_INFO) || defined (DWARF2_DEBUGGING_INFO)
2005 tree type,
2006 int toplev
2007 #else
2008 tree type ATTRIBUTE_UNUSED,
2009 int toplev ATTRIBUTE_UNUSED
2010 #endif
2013 /* Avoid confusing the debug information machinery when there are
2014 errors. */
2015 if (errorcount != 0 || sorrycount != 0)
2016 return;
2018 timevar_push (TV_SYMOUT);
2019 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
2020 if (write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
2021 dbxout_symbol (TYPE_STUB_DECL (type), !toplev);
2022 #endif
2023 #ifdef SDB_DEBUGGING_INFO
2024 if (write_symbols == SDB_DEBUG)
2025 sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
2026 #endif
2027 #ifdef DWARF2_DEBUGGING_INFO
2028 if ((write_symbols == DWARF2_DEBUG
2029 || write_symbols == VMS_AND_DWARF2_DEBUG)
2030 && toplev)
2031 dwarf2out_decl (TYPE_STUB_DECL (type));
2032 #endif
2033 timevar_pop (TV_SYMOUT);
2036 /* Turn the RTL into assembly. */
2037 static void
2038 rest_of_handle_final (tree decl, rtx insns)
2040 timevar_push (TV_FINAL);
2042 rtx x;
2043 const char *fnname;
2045 /* Get the function's name, as described by its RTL. This may be
2046 different from the DECL_NAME name used in the source file. */
2048 x = DECL_RTL (decl);
2049 if (GET_CODE (x) != MEM)
2050 abort ();
2051 x = XEXP (x, 0);
2052 if (GET_CODE (x) != SYMBOL_REF)
2053 abort ();
2054 fnname = XSTR (x, 0);
2056 assemble_start_function (decl, fnname);
2057 final_start_function (insns, asm_out_file, optimize);
2058 final (insns, asm_out_file, optimize, 0);
2059 final_end_function ();
2061 #ifdef IA64_UNWIND_INFO
2062 /* ??? The IA-64 ".handlerdata" directive must be issued before
2063 the ".endp" directive that closes the procedure descriptor. */
2064 output_function_exception_table ();
2065 #endif
2067 assemble_end_function (decl, fnname);
2069 #ifndef IA64_UNWIND_INFO
2070 /* Otherwise, it feels unclean to switch sections in the middle. */
2071 output_function_exception_table ();
2072 #endif
2074 if (! quiet_flag)
2075 fflush (asm_out_file);
2077 /* Release all memory allocated by flow. */
2078 free_basic_block_vars (0);
2080 /* Release all memory held by regsets now. */
2081 regset_release_memory ();
2083 timevar_pop (TV_FINAL);
2085 ggc_collect ();
2088 #ifdef DELAY_SLOTS
2089 /* Run delay slot optimization. */
2090 static void
2091 rest_of_handle_delay_slots (tree decl, rtx insns)
2093 timevar_push (TV_DBR_SCHED);
2094 open_dump_file (DFI_dbr, decl);
2096 dbr_schedule (insns, rtl_dump_file);
2098 close_dump_file (DFI_dbr, print_rtl, insns);
2099 timevar_pop (TV_DBR_SCHED);
2101 ggc_collect ();
2103 #endif
2105 #ifdef STACK_REGS
2106 /* Convert register usage from flat register file usage to a stack
2107 register file. */
2108 static void
2109 rest_of_handle_stack_regs (tree decl, rtx insns)
2111 #if defined (HAVE_ATTR_length)
2112 /* If flow2 creates new instructions which need splitting
2113 and scheduling after reload is not done, they might not be
2114 splitten until final which doesn't allow splitting
2115 if HAVE_ATTR_length. */
2116 #ifdef INSN_SCHEDULING
2117 if (optimize && !flag_schedule_insns_after_reload)
2118 #else
2119 if (optimize)
2120 #endif
2122 timevar_push (TV_SHORTEN_BRANCH);
2123 split_all_insns (1);
2124 timevar_pop (TV_SHORTEN_BRANCH);
2126 #endif
2128 timevar_push (TV_REG_STACK);
2129 open_dump_file (DFI_stack, decl);
2131 if (reg_to_stack (insns, rtl_dump_file) && optimize)
2133 if (cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK
2134 | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0))
2135 && flag_reorder_blocks)
2137 reorder_basic_blocks ();
2138 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK);
2142 close_dump_file (DFI_stack, print_rtl_with_bb, insns);
2143 timevar_pop (TV_REG_STACK);
2145 ggc_collect ();
2147 #endif
2150 /* Machine independent reorg pass. */
2151 static void
2152 rest_of_handle_machine_reorg (tree decl, rtx insns)
2154 timevar_push (TV_MACH_DEP);
2155 open_dump_file (DFI_mach, decl);
2157 (*targetm.machine_dependent_reorg) ();
2159 close_dump_file (DFI_mach, print_rtl, insns);
2160 timevar_pop (TV_MACH_DEP);
2162 ggc_collect ();
2166 /* Run new register allocator. Return TRUE if we must exit
2167 rest_of_compilation upon return. */
2168 static bool
2169 rest_of_handle_new_regalloc (tree decl, rtx insns, int *rebuild_notes)
2171 int failure;
2173 delete_trivially_dead_insns (insns, max_reg_num ());
2174 reg_alloc ();
2176 timevar_pop (TV_LOCAL_ALLOC);
2177 if (dump_file[DFI_lreg].enabled)
2179 timevar_push (TV_DUMP);
2181 close_dump_file (DFI_lreg, NULL, NULL);
2182 timevar_pop (TV_DUMP);
2185 /* XXX clean up the whole mess to bring live info in shape again. */
2186 timevar_push (TV_GLOBAL_ALLOC);
2187 open_dump_file (DFI_greg, decl);
2189 build_insn_chain (insns);
2190 failure = reload (insns, 0);
2192 timevar_pop (TV_GLOBAL_ALLOC);
2194 if (dump_file[DFI_greg].enabled)
2196 timevar_push (TV_DUMP);
2198 dump_global_regs (rtl_dump_file);
2200 close_dump_file (DFI_greg, print_rtl_with_bb, insns);
2201 timevar_pop (TV_DUMP);
2204 if (failure)
2205 return true;
2207 reload_completed = 1;
2208 *rebuild_notes = 0;
2210 return false;
2213 /* Run old register allocator. Return TRUE if we must exit
2214 rest_of_compilation upon return. */
2215 static bool
2216 rest_of_handle_old_regalloc (tree decl, rtx insns, int *rebuild_notes)
2218 int failure;
2220 /* Allocate the reg_renumber array. */
2221 allocate_reg_info (max_regno, FALSE, TRUE);
2223 /* And the reg_equiv_memory_loc array. */
2224 reg_equiv_memory_loc = xcalloc (max_regno, sizeof (rtx));
2226 allocate_initial_values (reg_equiv_memory_loc);
2228 regclass (insns, max_reg_num (), rtl_dump_file);
2229 *rebuild_notes = local_alloc ();
2231 timevar_pop (TV_LOCAL_ALLOC);
2233 if (dump_file[DFI_lreg].enabled)
2235 timevar_push (TV_DUMP);
2237 dump_flow_info (rtl_dump_file);
2238 dump_local_alloc (rtl_dump_file);
2240 close_dump_file (DFI_lreg, print_rtl_with_bb, insns);
2241 timevar_pop (TV_DUMP);
2244 ggc_collect ();
2246 timevar_push (TV_GLOBAL_ALLOC);
2247 open_dump_file (DFI_greg, decl);
2249 /* If optimizing, allocate remaining pseudo-regs. Do the reload
2250 pass fixing up any insns that are invalid. */
2252 if (optimize)
2253 failure = global_alloc (rtl_dump_file);
2254 else
2256 build_insn_chain (insns);
2257 failure = reload (insns, 0);
2260 timevar_pop (TV_GLOBAL_ALLOC);
2262 if (dump_file[DFI_greg].enabled)
2264 timevar_push (TV_DUMP);
2266 dump_global_regs (rtl_dump_file);
2268 close_dump_file (DFI_greg, print_rtl_with_bb, insns);
2269 timevar_pop (TV_DUMP);
2272 return failure;
2275 /* Run the regrename and cprop passes. */
2276 static void
2277 rest_of_handle_regrename (tree decl, rtx insns)
2279 timevar_push (TV_RENAME_REGISTERS);
2280 open_dump_file (DFI_rnreg, decl);
2282 if (flag_rename_registers)
2283 regrename_optimize ();
2284 if (flag_cprop_registers)
2285 copyprop_hardreg_forward ();
2287 close_dump_file (DFI_rnreg, print_rtl_with_bb, insns);
2288 timevar_pop (TV_RENAME_REGISTERS);
2291 /* Reorder basic blocks. */
2292 static void
2293 rest_of_handle_reorder_blocks (tree decl, rtx insns)
2295 timevar_push (TV_REORDER_BLOCKS);
2296 open_dump_file (DFI_bbro, decl);
2298 /* Last attempt to optimize CFG, as scheduling, peepholing and insn
2299 splitting possibly introduced more crossjumping opportunities. */
2300 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE
2301 | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
2303 if (flag_sched2_use_traces && flag_schedule_insns_after_reload)
2304 tracer ();
2305 if (flag_reorder_blocks)
2306 reorder_basic_blocks ();
2307 if (flag_reorder_blocks
2308 || (flag_sched2_use_traces && flag_schedule_insns_after_reload))
2309 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
2311 close_dump_file (DFI_bbro, print_rtl_with_bb, insns);
2312 timevar_pop (TV_REORDER_BLOCKS);
2315 #ifdef INSN_SCHEDULING
2316 /* Run instruction scheduler. */
2317 static void
2318 rest_of_handle_sched (tree decl, rtx insns)
2320 timevar_push (TV_SCHED);
2322 /* Print function header into sched dump now
2323 because doing the sched analysis makes some of the dump. */
2324 if (optimize > 0 && flag_schedule_insns)
2326 open_dump_file (DFI_sched, decl);
2328 /* Do control and data sched analysis,
2329 and write some of the results to dump file. */
2331 schedule_insns (rtl_dump_file);
2333 close_dump_file (DFI_sched, print_rtl_with_bb, insns);
2335 timevar_pop (TV_SCHED);
2337 ggc_collect ();
2340 /* Run second scheduling pass after reload. */
2341 static void
2342 rest_of_handle_sched2 (tree decl, rtx insns)
2344 timevar_push (TV_SCHED2);
2345 open_dump_file (DFI_sched2, decl);
2347 /* Do control and data sched analysis again,
2348 and write some more of the results to dump file. */
2350 split_all_insns (1);
2352 if (flag_sched2_use_superblocks || flag_sched2_use_traces)
2354 schedule_ebbs (rtl_dump_file);
2355 /* No liveness updating code yet, but it should be easy to do.
2356 reg-stack recompute the liveness when needed for now. */
2357 count_or_remove_death_notes (NULL, 1);
2358 cleanup_cfg (CLEANUP_EXPENSIVE);
2360 else
2361 schedule_insns (rtl_dump_file);
2363 close_dump_file (DFI_sched2, print_rtl_with_bb, insns);
2364 timevar_pop (TV_SCHED2);
2366 ggc_collect ();
2368 #endif
2370 /* Register allocation pre-pass, to reduce number of moves necessary
2371 for two-address machines. */
2372 static void
2373 rest_of_handle_regmove (tree decl, rtx insns)
2375 timevar_push (TV_REGMOVE);
2376 open_dump_file (DFI_regmove, decl);
2378 regmove_optimize (insns, max_reg_num (), rtl_dump_file);
2380 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
2381 close_dump_file (DFI_regmove, print_rtl_with_bb, insns);
2382 timevar_pop (TV_REGMOVE);
2384 ggc_collect ();
2387 /* Run tracer. */
2388 static void
2389 rest_of_handle_tracer (tree decl, rtx insns)
2391 timevar_push (TV_TRACER);
2392 open_dump_file (DFI_tracer, decl);
2393 if (rtl_dump_file)
2394 dump_flow_info (rtl_dump_file);
2395 tracer ();
2396 cleanup_cfg (CLEANUP_EXPENSIVE);
2397 reg_scan (insns, max_reg_num (), 0);
2398 close_dump_file (DFI_tracer, print_rtl_with_bb, get_insns ());
2399 timevar_pop (TV_TRACER);
2402 /* If-conversion and CFG cleanup. */
2403 static void
2404 rest_of_handle_if_conversion (tree decl, rtx insns)
2406 open_dump_file (DFI_ce1, decl);
2407 if (flag_if_conversion)
2409 timevar_push (TV_IFCVT);
2410 if (rtl_dump_file)
2411 dump_flow_info (rtl_dump_file);
2412 cleanup_cfg (CLEANUP_EXPENSIVE);
2413 reg_scan (insns, max_reg_num (), 0);
2414 if_convert (0);
2415 timevar_pop (TV_IFCVT);
2417 timevar_push (TV_JUMP);
2418 cleanup_cfg (CLEANUP_EXPENSIVE);
2419 reg_scan (insns, max_reg_num (), 0);
2420 timevar_pop (TV_JUMP);
2421 close_dump_file (DFI_ce1, print_rtl_with_bb, get_insns ());
2424 /* Rerun if-conversion, as combine may have simplified things enough
2425 to now meet sequence length restrictions. */
2426 static void
2427 rest_of_handle_if_after_combine (tree decl, rtx insns)
2429 timevar_push (TV_IFCVT);
2430 open_dump_file (DFI_ce2, decl);
2432 no_new_pseudos = 0;
2433 if_convert (1);
2434 no_new_pseudos = 1;
2436 close_dump_file (DFI_ce2, print_rtl_with_bb, insns);
2437 timevar_pop (TV_IFCVT);
2440 static void
2441 rest_of_handle_web (tree decl, rtx insns)
2443 open_dump_file (DFI_web, decl);
2444 timevar_push (TV_WEB);
2445 web_main ();
2446 delete_trivially_dead_insns (insns, max_reg_num ());
2447 cleanup_cfg (CLEANUP_EXPENSIVE);
2449 timevar_pop (TV_WEB);
2450 close_dump_file (DFI_web, print_rtl_with_bb, insns);
2451 reg_scan (get_insns (), max_reg_num (), 0);
2454 /* Do branch profiling and static profile estimation passes. */
2455 static void
2456 rest_of_handle_branch_prob (tree decl, rtx insns)
2458 struct loops loops;
2460 timevar_push (TV_BRANCH_PROB);
2461 open_dump_file (DFI_bp, decl);
2463 if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
2464 branch_prob ();
2466 /* Discover and record the loop depth at the head of each basic
2467 block. The loop infrastructure does the real job for us. */
2468 flow_loops_find (&loops, LOOP_TREE);
2470 if (rtl_dump_file)
2471 flow_loops_dump (&loops, rtl_dump_file, NULL, 0);
2473 /* Estimate using heuristics if no profiling info is available. */
2474 if (flag_guess_branch_prob)
2475 estimate_probability (&loops);
2477 flow_loops_free (&loops);
2478 close_dump_file (DFI_bp, print_rtl_with_bb, insns);
2479 timevar_pop (TV_BRANCH_PROB);
2482 /* Do optimizations based on expression value profiles. */
2483 static void
2484 rest_of_handle_value_profile_transformations (tree decl, rtx insns)
2486 open_dump_file (DFI_vpt, decl);
2487 timevar_push (TV_VPT);
2489 if (value_profile_transformations ())
2490 cleanup_cfg (CLEANUP_EXPENSIVE);
2492 timevar_pop (TV_VPT);
2493 close_dump_file (DFI_vpt, print_rtl_with_bb, insns);
2496 /* Do control and data flow analysis; write some of the results to the
2497 dump file. */
2498 static void
2499 rest_of_handle_cfg (tree decl, rtx insns)
2501 open_dump_file (DFI_cfg, decl);
2502 if (rtl_dump_file)
2503 dump_flow_info (rtl_dump_file);
2504 if (optimize)
2505 cleanup_cfg (CLEANUP_EXPENSIVE
2506 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2508 /* It may make more sense to mark constant functions after dead code is
2509 eliminated by life_analysis, but we need to do it early, as -fprofile-arcs
2510 may insert code making function non-constant, but we still must consider
2511 it as constant, otherwise -fbranch-probabilities will not read data back.
2513 life_analysis rarely eliminates modification of external memory.
2515 if (optimize)
2516 mark_constant_function ();
2518 close_dump_file (DFI_cfg, print_rtl_with_bb, insns);
2521 /* Purge addressofs. */
2522 static void
2523 rest_of_handle_addressof (tree decl, rtx insns)
2525 open_dump_file (DFI_addressof, decl);
2527 purge_addressof (insns);
2528 if (optimize && purge_all_dead_edges (0))
2529 delete_unreachable_blocks ();
2530 reg_scan (insns, max_reg_num (), 1);
2532 close_dump_file (DFI_addressof, print_rtl, insns);
2535 /* We may have potential sibling or tail recursion sites. Select one
2536 (of possibly multiple) methods of performing the call. */
2537 static void
2538 rest_of_handle_sibling_calls (rtx insns)
2540 rtx insn;
2541 optimize_sibling_and_tail_recursive_calls ();
2543 /* Recompute the CFG as sibling optimization clobbers it randomly. */
2544 free_bb_for_insn ();
2545 find_exception_handler_labels ();
2546 rebuild_jump_labels (insns);
2547 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2549 /* There is pass ordering problem - we must lower NOTE_INSN_PREDICTION
2550 notes before simplifying cfg and we must do lowering after sibcall
2551 that unhides parts of RTL chain and cleans up the CFG.
2553 Until sibcall is replaced by tree-level optimizer, lets just
2554 sweep away the NOTE_INSN_PREDICTION notes that leaked out. */
2555 for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
2556 if (GET_CODE (insn) == NOTE
2557 && NOTE_LINE_NUMBER (insn) == NOTE_INSN_PREDICTION)
2558 delete_insn (insn);
2560 close_dump_file (DFI_sibling, print_rtl, get_insns ());
2563 /* Perform jump bypassing and control flow optimizations. */
2564 static void
2565 rest_of_handle_jump_bypass (tree decl, rtx insns)
2567 timevar_push (TV_BYPASS);
2568 open_dump_file (DFI_bypass, decl);
2570 cleanup_cfg (CLEANUP_EXPENSIVE);
2572 if (bypass_jumps (rtl_dump_file))
2574 rebuild_jump_labels (insns);
2575 cleanup_cfg (CLEANUP_EXPENSIVE);
2576 delete_trivially_dead_insns (insns, max_reg_num ());
2579 close_dump_file (DFI_bypass, print_rtl_with_bb, insns);
2580 timevar_pop (TV_BYPASS);
2582 ggc_collect ();
2584 #ifdef ENABLE_CHECKING
2585 verify_flow_info ();
2586 #endif
2589 /* Handle inlining of functions in rest_of_compilation. Return TRUE
2590 if we must exit rest_of_compilation upon return. */
2591 static bool
2592 rest_of_handle_inlining (tree decl)
2594 rtx insns;
2595 int inlinable = 0;
2596 tree parent;
2597 const char *lose;
2599 /* If we are reconsidering an inline function at the end of
2600 compilation, skip the stuff for making it inline. */
2601 if (cfun->rtl_inline_init)
2602 return 0;
2603 cfun->rtl_inline_init = 1;
2605 /* If this is nested inside an inlined external function, pretend
2606 it was only declared. Since we cannot inline such functions,
2607 generating code for this one is not only not necessary but will
2608 confuse some debugging output writers. */
2609 for (parent = DECL_CONTEXT (current_function_decl);
2610 parent != NULL_TREE;
2611 parent = get_containing_scope (parent))
2612 if (TREE_CODE (parent) == FUNCTION_DECL
2613 && DECL_INLINE (parent) && DECL_EXTERNAL (parent))
2615 DECL_INITIAL (decl) = 0;
2616 return true;
2618 else if (TYPE_P (parent))
2619 /* A function in a local class should be treated normally. */
2620 break;
2622 /* If requested, consider whether to make this function inline. */
2623 if ((DECL_INLINE (decl) && !flag_no_inline)
2624 || flag_inline_functions)
2626 timevar_push (TV_INTEGRATION);
2627 lose = function_cannot_inline_p (decl);
2628 timevar_pop (TV_INTEGRATION);
2629 if (lose || ! optimize)
2631 if (warn_inline && lose && DECL_INLINE (decl))
2633 char *msg = concat ("%J", lose, NULL);
2634 warning (msg, decl);
2635 free (msg);
2637 DECL_ABSTRACT_ORIGIN (decl) = 0;
2638 /* Don't really compile an extern inline function.
2639 If we can't make it inline, pretend
2640 it was only declared. */
2641 if (DECL_EXTERNAL (decl))
2643 DECL_INITIAL (decl) = 0;
2644 return true;
2647 else
2648 inlinable = DECL_INLINE (decl) = 1;
2651 insns = get_insns ();
2653 /* Dump the rtl code if we are dumping rtl. */
2655 if (open_dump_file (DFI_rtl, decl))
2657 if (DECL_SAVED_INSNS (decl) && DECL_SAVED_INSNS (decl)->saved_for_inline)
2658 fprintf (rtl_dump_file, ";; (integrable)\n\n");
2659 close_dump_file (DFI_rtl, print_rtl, insns);
2662 /* Convert from NOTE_INSN_EH_REGION style notes, and do other
2663 sorts of eh initialization. Delay this until after the
2664 initial rtl dump so that we can see the original nesting. */
2665 convert_from_eh_region_ranges ();
2667 /* If function is inline, and we don't yet know whether to
2668 compile it by itself, defer decision till end of compilation.
2669 wrapup_global_declarations will (indirectly) call
2670 rest_of_compilation again for those functions that need to
2671 be output. Also defer those functions that we are supposed
2672 to defer. */
2674 if (inlinable
2675 || (DECL_INLINE (decl)
2676 && flag_inline_functions
2677 && ((! TREE_PUBLIC (decl) && ! TREE_ADDRESSABLE (decl)
2678 && ! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))
2679 && ! flag_keep_inline_functions)
2680 || DECL_EXTERNAL (decl))))
2681 DECL_DEFER_OUTPUT (decl) = 1;
2683 if (DECL_INLINE (decl))
2684 /* DWARF wants separate debugging info for abstract and
2685 concrete instances of all inline functions, including those
2686 declared inline but not inlined, and those inlined even
2687 though they weren't declared inline. Conveniently, that's
2688 what DECL_INLINE means at this point. */
2689 (*debug_hooks->deferred_inline_function) (decl);
2691 if (DECL_DEFER_OUTPUT (decl))
2693 /* If -Wreturn-type, we have to do a bit of compilation. We just
2694 want to call cleanup the cfg to figure out whether or not we can
2695 fall off the end of the function; we do the minimum amount of
2696 work necessary to make that safe. */
2697 if (warn_return_type)
2699 int saved_optimize = optimize;
2701 optimize = 0;
2702 rebuild_jump_labels (insns);
2703 find_exception_handler_labels ();
2704 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2705 cleanup_cfg (CLEANUP_PRE_SIBCALL | CLEANUP_PRE_LOOP);
2706 optimize = saved_optimize;
2708 /* CFG is no longer maintained up-to-date. */
2709 free_bb_for_insn ();
2712 set_nothrow_function_flags ();
2713 if (current_function_nothrow)
2714 /* Now we know that this can't throw; set the flag for the benefit
2715 of other functions later in this translation unit. */
2716 TREE_NOTHROW (current_function_decl) = 1;
2718 timevar_push (TV_INTEGRATION);
2719 save_for_inline (decl);
2720 timevar_pop (TV_INTEGRATION);
2721 DECL_SAVED_INSNS (decl)->inlinable = inlinable;
2722 return true;
2725 /* If specified extern inline but we aren't inlining it, we are
2726 done. This goes for anything that gets here with DECL_EXTERNAL
2727 set, not just things with DECL_INLINE. */
2728 return (bool) DECL_EXTERNAL (decl);
2731 /* Try to identify useless null pointer tests and delete them. */
2732 static void
2733 rest_of_handle_null_pointer (tree decl, rtx insns)
2735 open_dump_file (DFI_null, decl);
2736 if (rtl_dump_file)
2737 dump_flow_info (rtl_dump_file);
2739 if (delete_null_pointer_checks (insns))
2740 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2742 close_dump_file (DFI_null, print_rtl_with_bb, insns);
2745 /* Try combining insns through substitution. */
2746 static void
2747 rest_of_handle_combine (tree decl, rtx insns)
2749 int rebuild_jump_labels_after_combine = 0;
2751 timevar_push (TV_COMBINE);
2752 open_dump_file (DFI_combine, decl);
2754 rebuild_jump_labels_after_combine
2755 = combine_instructions (insns, max_reg_num ());
2757 /* Combining insns may have turned an indirect jump into a
2758 direct jump. Rebuild the JUMP_LABEL fields of jumping
2759 instructions. */
2760 if (rebuild_jump_labels_after_combine)
2762 timevar_push (TV_JUMP);
2763 rebuild_jump_labels (insns);
2764 timevar_pop (TV_JUMP);
2766 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
2769 close_dump_file (DFI_combine, print_rtl_with_bb, insns);
2770 timevar_pop (TV_COMBINE);
2772 ggc_collect ();
2775 /* Perform life analysis. */
2776 static void
2777 rest_of_handle_life (tree decl, rtx insns)
2779 open_dump_file (DFI_life, decl);
2780 regclass_init ();
2782 #ifdef ENABLE_CHECKING
2783 verify_flow_info ();
2784 #endif
2785 life_analysis (insns, rtl_dump_file, PROP_FINAL);
2786 if (optimize)
2787 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_UPDATE_LIFE
2788 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2789 timevar_pop (TV_FLOW);
2791 if (warn_uninitialized)
2793 uninitialized_vars_warning (DECL_INITIAL (decl));
2794 if (extra_warnings)
2795 setjmp_args_warning ();
2798 if (optimize)
2800 if (!flag_new_regalloc && initialize_uninitialized_subregs ())
2802 /* Insns were inserted, and possibly pseudos created, so
2803 things might look a bit different. */
2804 insns = get_insns ();
2805 allocate_reg_life_data ();
2806 update_life_info (NULL, UPDATE_LIFE_GLOBAL_RM_NOTES,
2807 PROP_LOG_LINKS | PROP_REG_INFO | PROP_DEATH_NOTES);
2811 no_new_pseudos = 1;
2813 close_dump_file (DFI_life, print_rtl_with_bb, insns);
2815 ggc_collect ();
2818 /* Perform common subexpression elimination. Nonzero value from
2819 `cse_main' means that jumps were simplified and some code may now
2820 be unreachable, so do jump optimization again. */
2821 static void
2822 rest_of_handle_cse (tree decl, rtx insns)
2824 int tem;
2826 open_dump_file (DFI_cse, decl);
2827 if (rtl_dump_file)
2828 dump_flow_info (rtl_dump_file);
2829 timevar_push (TV_CSE);
2831 reg_scan (insns, max_reg_num (), 1);
2833 tem = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2834 if (tem)
2835 rebuild_jump_labels (insns);
2836 if (purge_all_dead_edges (0))
2837 delete_unreachable_blocks ();
2839 delete_trivially_dead_insns (insns, max_reg_num ());
2841 /* If we are not running more CSE passes, then we are no longer
2842 expecting CSE to be run. But always rerun it in a cheap mode. */
2843 cse_not_expected = !flag_rerun_cse_after_loop && !flag_gcse;
2845 if (tem || optimize > 1)
2846 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2847 /* Try to identify useless null pointer tests and delete them. */
2848 if (flag_delete_null_pointer_checks)
2850 timevar_push (TV_JUMP);
2852 if (delete_null_pointer_checks (insns))
2853 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2854 timevar_pop (TV_JUMP);
2857 /* The second pass of jump optimization is likely to have
2858 removed a bunch more instructions. */
2859 renumber_insns (rtl_dump_file);
2861 timevar_pop (TV_CSE);
2862 close_dump_file (DFI_cse, print_rtl_with_bb, insns);
2865 /* Run second CSE pass after loop optimizations. */
2866 static void
2867 rest_of_handle_cse2 (tree decl, rtx insns)
2869 int tem;
2871 timevar_push (TV_CSE2);
2872 open_dump_file (DFI_cse2, decl);
2873 if (rtl_dump_file)
2874 dump_flow_info (rtl_dump_file);
2875 /* CFG is no longer maintained up-to-date. */
2876 tem = cse_main (insns, max_reg_num (), 1, rtl_dump_file);
2877 purge_all_dead_edges (0);
2878 delete_trivially_dead_insns (insns, max_reg_num ());
2880 if (tem)
2882 timevar_push (TV_JUMP);
2883 rebuild_jump_labels (insns);
2884 cleanup_cfg (CLEANUP_EXPENSIVE);
2885 timevar_pop (TV_JUMP);
2887 reg_scan (insns, max_reg_num (), 0);
2888 close_dump_file (DFI_cse2, print_rtl_with_bb, insns);
2889 ggc_collect ();
2890 timevar_pop (TV_CSE2);
2893 /* Perform global cse. */
2894 static void
2895 rest_of_handle_gcse (tree decl, rtx insns)
2897 int save_csb, save_cfj;
2898 int tem2 = 0, tem;
2900 timevar_push (TV_GCSE);
2901 open_dump_file (DFI_gcse, decl);
2903 tem = gcse_main (insns, rtl_dump_file);
2904 rebuild_jump_labels (insns);
2905 delete_trivially_dead_insns (insns, max_reg_num ());
2907 save_csb = flag_cse_skip_blocks;
2908 save_cfj = flag_cse_follow_jumps;
2909 flag_cse_skip_blocks = flag_cse_follow_jumps = 0;
2911 /* Instantiate any remaining CONSTANT_P_RTX nodes. */
2912 if (current_function_calls_constant_p)
2913 purge_builtin_constant_p ();
2915 /* If -fexpensive-optimizations, re-run CSE to clean up things done
2916 by gcse. */
2917 if (flag_expensive_optimizations)
2919 timevar_push (TV_CSE);
2920 reg_scan (insns, max_reg_num (), 1);
2921 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2922 purge_all_dead_edges (0);
2923 delete_trivially_dead_insns (insns, max_reg_num ());
2924 timevar_pop (TV_CSE);
2925 cse_not_expected = !flag_rerun_cse_after_loop;
2928 /* If gcse or cse altered any jumps, rerun jump optimizations to clean
2929 things up. Then possibly re-run CSE again. */
2930 while (tem || tem2)
2932 tem = tem2 = 0;
2933 timevar_push (TV_JUMP);
2934 rebuild_jump_labels (insns);
2935 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2936 timevar_pop (TV_JUMP);
2938 if (flag_expensive_optimizations)
2940 timevar_push (TV_CSE);
2941 reg_scan (insns, max_reg_num (), 1);
2942 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2943 purge_all_dead_edges (0);
2944 delete_trivially_dead_insns (insns, max_reg_num ());
2945 timevar_pop (TV_CSE);
2949 close_dump_file (DFI_gcse, print_rtl_with_bb, insns);
2950 timevar_pop (TV_GCSE);
2952 ggc_collect ();
2953 flag_cse_skip_blocks = save_csb;
2954 flag_cse_follow_jumps = save_cfj;
2955 #ifdef ENABLE_CHECKING
2956 verify_flow_info ();
2957 #endif
2960 /* Move constant computations out of loops. */
2961 static void
2962 rest_of_handle_loop_optimize (tree decl, rtx insns)
2964 int do_unroll, do_prefetch;
2966 timevar_push (TV_LOOP);
2967 delete_dead_jumptables ();
2968 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2969 open_dump_file (DFI_loop, decl);
2971 /* CFG is no longer maintained up-to-date. */
2972 free_bb_for_insn ();
2974 if (flag_unroll_loops)
2975 do_unroll = 0; /* Having two unrollers is useless. */
2976 else
2977 do_unroll = flag_old_unroll_loops ? LOOP_UNROLL : LOOP_AUTO_UNROLL;
2978 do_prefetch = flag_prefetch_loop_arrays ? LOOP_PREFETCH : 0;
2980 if (flag_rerun_loop_opt)
2982 cleanup_barriers ();
2984 /* We only want to perform unrolling once. */
2985 loop_optimize (insns, rtl_dump_file, do_unroll);
2986 do_unroll = 0;
2988 /* The first call to loop_optimize makes some instructions
2989 trivially dead. We delete those instructions now in the
2990 hope that doing so will make the heuristics in loop work
2991 better and possibly speed up compilation. */
2992 delete_trivially_dead_insns (insns, max_reg_num ());
2994 /* The regscan pass is currently necessary as the alias
2995 analysis code depends on this information. */
2996 reg_scan (insns, max_reg_num (), 1);
2998 cleanup_barriers ();
2999 loop_optimize (insns, rtl_dump_file, do_unroll | LOOP_BCT | do_prefetch);
3001 /* Loop can create trivially dead instructions. */
3002 delete_trivially_dead_insns (insns, max_reg_num ());
3003 close_dump_file (DFI_loop, print_rtl, insns);
3004 timevar_pop (TV_LOOP);
3005 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
3007 ggc_collect ();
3010 /* Perform loop optimizations. It might be better to do them a bit
3011 sooner, but we want the profile feedback to work more
3012 efficiently. */
3013 static void
3014 rest_of_handle_loop2 (tree decl, rtx insns)
3016 struct loops *loops;
3017 timevar_push (TV_LOOP);
3018 open_dump_file (DFI_loop2, decl);
3019 if (rtl_dump_file)
3020 dump_flow_info (rtl_dump_file);
3022 loops = loop_optimizer_init (rtl_dump_file);
3024 if (loops)
3026 /* The optimizations: */
3027 if (flag_unswitch_loops)
3028 unswitch_loops (loops);
3030 if (flag_peel_loops || flag_unroll_loops)
3031 unroll_and_peel_loops (loops,
3032 (flag_peel_loops ? UAP_PEEL : 0) |
3033 (flag_unroll_loops ? UAP_UNROLL : 0) |
3034 (flag_unroll_all_loops ? UAP_UNROLL_ALL : 0));
3036 loop_optimizer_finalize (loops, rtl_dump_file);
3039 cleanup_cfg (CLEANUP_EXPENSIVE);
3040 delete_trivially_dead_insns (insns, max_reg_num ());
3041 reg_scan (insns, max_reg_num (), 0);
3042 if (rtl_dump_file)
3043 dump_flow_info (rtl_dump_file);
3044 close_dump_file (DFI_loop2, print_rtl_with_bb, get_insns ());
3045 timevar_pop (TV_LOOP);
3046 ggc_collect ();
3049 /* This is called from finish_function (within langhooks.parse_file)
3050 after each top-level definition is parsed.
3051 It is supposed to compile that function or variable
3052 and output the assembler code for it.
3053 After we return, the tree storage is freed. */
3055 void
3056 rest_of_compilation (tree decl)
3058 rtx insns;
3059 int rebuild_label_notes_after_reload;
3061 timevar_push (TV_REST_OF_COMPILATION);
3063 /* Register rtl specific functions for cfg. */
3064 rtl_register_cfg_hooks ();
3066 /* Now that we're out of the frontend, we shouldn't have any more
3067 CONCATs anywhere. */
3068 generating_concat_p = 0;
3070 /* When processing delayed functions, prepare_function_start() won't
3071 have been run to re-initialize it. */
3072 cse_not_expected = ! optimize;
3074 /* First, make sure that NOTE_BLOCK is set correctly for each
3075 NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END note. */
3076 if (!cfun->x_whole_function_mode_p)
3077 identify_blocks ();
3079 /* In function-at-a-time mode, we do not attempt to keep the BLOCK
3080 tree in sensible shape. So, we just recalculate it here. */
3081 if (cfun->x_whole_function_mode_p)
3082 reorder_blocks ();
3084 init_flow ();
3086 if (rest_of_handle_inlining (decl))
3087 goto exit_rest_of_compilation;
3089 /* If we're emitting a nested function, make sure its parent gets
3090 emitted as well. Doing otherwise confuses debug info. */
3092 tree parent;
3093 for (parent = DECL_CONTEXT (current_function_decl);
3094 parent != NULL_TREE;
3095 parent = get_containing_scope (parent))
3096 if (TREE_CODE (parent) == FUNCTION_DECL)
3097 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (parent)) = 1;
3100 /* We are now committed to emitting code for this function. Do any
3101 preparation, such as emitting abstract debug info for the inline
3102 before it gets mangled by optimization. */
3103 if (cgraph_function_possibly_inlined_p (decl))
3104 (*debug_hooks->outlining_inline_function) (decl);
3106 /* Remove any notes we don't need. That will make iterating
3107 over the instruction sequence faster, and allow the garbage
3108 collector to reclaim the memory used by the notes. */
3109 remove_unnecessary_notes ();
3110 reorder_blocks ();
3112 ggc_collect ();
3114 /* Initialize some variables used by the optimizers. */
3115 init_function_for_compilation ();
3117 if (! DECL_DEFER_OUTPUT (decl))
3118 TREE_ASM_WRITTEN (decl) = 1;
3120 /* Now that integrate will no longer see our rtl, we need not
3121 distinguish between the return value of this function and the
3122 return value of called functions. Also, we can remove all SETs
3123 of subregs of hard registers; they are only here because of
3124 integrate. Also, we can now initialize pseudos intended to
3125 carry magic hard reg data throughout the function. */
3126 rtx_equal_function_value_matters = 0;
3127 purge_hard_subreg_sets (get_insns ());
3129 /* Early return if there were errors. We can run afoul of our
3130 consistency checks, and there's not really much point in fixing them.
3131 Don't return yet if -Wreturn-type; we need to do cleanup_cfg. */
3132 if (((rtl_dump_and_exit || flag_syntax_only) && !warn_return_type)
3133 || errorcount || sorrycount)
3134 goto exit_rest_of_compilation;
3136 timevar_push (TV_JUMP);
3137 open_dump_file (DFI_sibling, decl);
3138 insns = get_insns ();
3139 rebuild_jump_labels (insns);
3140 find_exception_handler_labels ();
3141 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
3143 delete_unreachable_blocks ();
3145 /* We have to issue these warnings now already, because CFG cleanups
3146 further down may destroy the required information. */
3147 check_function_return_warnings ();
3149 /* Turn NOTE_INSN_PREDICTIONs into branch predictions. */
3150 if (flag_guess_branch_prob)
3152 timevar_push (TV_BRANCH_PROB);
3153 note_prediction_to_br_prob ();
3154 timevar_pop (TV_BRANCH_PROB);
3157 if (flag_optimize_sibling_calls)
3158 rest_of_handle_sibling_calls (insns);
3160 timevar_pop (TV_JUMP);
3162 insn_locators_initialize ();
3163 /* Complete generation of exception handling code. */
3164 if (doing_eh (0))
3166 timevar_push (TV_JUMP);
3167 open_dump_file (DFI_eh, decl);
3169 finish_eh_generation ();
3171 close_dump_file (DFI_eh, print_rtl, get_insns ());
3172 timevar_pop (TV_JUMP);
3175 /* Delay emitting hard_reg_initial_value sets until after EH landing pad
3176 generation, which might create new sets. */
3177 emit_initial_value_sets ();
3179 #ifdef FINALIZE_PIC
3180 /* If we are doing position-independent code generation, now
3181 is the time to output special prologues and epilogues.
3182 We do not want to do this earlier, because it just clutters
3183 up inline functions with meaningless insns. */
3184 if (flag_pic)
3185 FINALIZE_PIC;
3186 #endif
3188 insns = get_insns ();
3190 /* Copy any shared structure that should not be shared. */
3191 unshare_all_rtl (current_function_decl, insns);
3193 #ifdef SETJMP_VIA_SAVE_AREA
3194 /* This must be performed before virtual register instantiation.
3195 Please be aware the everything in the compiler that can look
3196 at the RTL up to this point must understand that REG_SAVE_AREA
3197 is just like a use of the REG contained inside. */
3198 if (current_function_calls_alloca)
3199 optimize_save_area_alloca (insns);
3200 #endif
3202 /* Instantiate all virtual registers. */
3203 instantiate_virtual_regs (current_function_decl, insns);
3205 open_dump_file (DFI_jump, decl);
3207 /* Always do one jump optimization pass to ensure that JUMP_LABEL fields
3208 are initialized and to compute whether control can drop off the end
3209 of the function. */
3211 timevar_push (TV_JUMP);
3212 /* Turn NOTE_INSN_EXPECTED_VALUE into REG_BR_PROB. Do this
3213 before jump optimization switches branch directions. */
3214 if (flag_guess_branch_prob)
3215 expected_value_to_br_prob ();
3217 reg_scan (insns, max_reg_num (), 0);
3218 rebuild_jump_labels (insns);
3219 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
3220 delete_trivially_dead_insns (insns, max_reg_num ());
3221 if (rtl_dump_file)
3222 dump_flow_info (rtl_dump_file);
3223 cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_PRE_LOOP
3224 | (flag_thread_jumps ? CLEANUP_THREADING : 0));
3226 if (optimize)
3228 free_bb_for_insn ();
3229 copy_loop_headers (insns);
3230 find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
3232 purge_line_number_notes (insns);
3234 timevar_pop (TV_JUMP);
3235 close_dump_file (DFI_jump, print_rtl, insns);
3237 /* Now is when we stop if -fsyntax-only and -Wreturn-type. */
3238 if (rtl_dump_and_exit || flag_syntax_only || DECL_DEFER_OUTPUT (decl))
3239 goto exit_rest_of_compilation;
3241 timevar_push (TV_JUMP);
3243 if (optimize)
3244 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
3246 if (flag_delete_null_pointer_checks)
3247 rest_of_handle_null_pointer (decl, insns);
3249 /* Jump optimization, and the removal of NULL pointer checks, may
3250 have reduced the number of instructions substantially. CSE, and
3251 future passes, allocate arrays whose dimensions involve the
3252 maximum instruction UID, so if we can reduce the maximum UID
3253 we'll save big on memory. */
3254 renumber_insns (rtl_dump_file);
3255 timevar_pop (TV_JUMP);
3257 close_dump_file (DFI_jump, print_rtl_with_bb, insns);
3259 ggc_collect ();
3261 if (optimize > 0)
3262 rest_of_handle_cse (decl, insns);
3264 rest_of_handle_addressof (decl, insns);
3266 ggc_collect ();
3268 if (optimize > 0)
3270 if (flag_gcse)
3271 rest_of_handle_gcse (decl, insns);
3273 if (flag_loop_optimize)
3274 rest_of_handle_loop_optimize (decl, insns);
3276 if (flag_gcse)
3277 rest_of_handle_jump_bypass (decl, insns);
3280 timevar_push (TV_FLOW);
3282 rest_of_handle_cfg (decl, insns);
3284 if (optimize > 0
3285 || profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
3287 rest_of_handle_branch_prob (decl, insns);
3289 if (flag_branch_probabilities
3290 && flag_profile_values
3291 && flag_value_profile_transformations)
3292 rest_of_handle_value_profile_transformations (decl, insns);
3294 /* Remove the death notes created for vpt. */
3295 if (flag_profile_values)
3296 count_or_remove_death_notes (NULL, 1);
3299 if (optimize > 0)
3300 rest_of_handle_if_conversion (decl, insns);
3302 if (flag_tracer)
3303 rest_of_handle_tracer (decl, insns);
3305 if (optimize > 0
3306 && (flag_unswitch_loops
3307 || flag_peel_loops
3308 || flag_unroll_loops))
3309 rest_of_handle_loop2 (decl, insns);
3311 if (flag_web)
3312 rest_of_handle_web (decl, insns);
3314 if (flag_rerun_cse_after_loop)
3315 rest_of_handle_cse2 (decl, insns);
3317 cse_not_expected = 1;
3319 rest_of_handle_life (decl, insns);
3321 if (optimize > 0)
3322 rest_of_handle_combine (decl, insns);
3324 if (flag_if_conversion)
3325 rest_of_handle_if_after_combine (decl, insns);
3327 if (optimize > 0 && (flag_regmove || flag_expensive_optimizations))
3328 rest_of_handle_regmove (decl, insns);
3330 /* Do unconditional splitting before register allocation to allow machine
3331 description to add extra information not needed previously. */
3332 split_all_insns (1);
3334 #ifdef OPTIMIZE_MODE_SWITCHING
3335 timevar_push (TV_MODE_SWITCH);
3337 no_new_pseudos = 0;
3338 optimize_mode_switching (NULL);
3339 no_new_pseudos = 1;
3341 timevar_pop (TV_MODE_SWITCH);
3342 #endif
3344 /* Any of the several passes since flow1 will have munged register
3345 lifetime data a bit. We need it to be up to date for scheduling
3346 (see handling of reg_known_equiv in init_alias_analysis). */
3347 recompute_reg_usage (insns, !optimize_size);
3349 #ifdef INSN_SCHEDULING
3350 rest_of_handle_sched (decl, insns);
3351 #endif
3353 /* Determine if the current function is a leaf before running reload
3354 since this can impact optimizations done by the prologue and
3355 epilogue thus changing register elimination offsets. */
3356 current_function_is_leaf = leaf_function_p ();
3358 timevar_push (TV_LOCAL_ALLOC);
3359 open_dump_file (DFI_lreg, decl);
3361 if (flag_new_regalloc)
3363 if (rest_of_handle_new_regalloc (decl, insns,
3364 &rebuild_label_notes_after_reload))
3365 goto exit_rest_of_compilation;
3367 else
3369 if (rest_of_handle_old_regalloc (decl, insns,
3370 &rebuild_label_notes_after_reload))
3371 goto exit_rest_of_compilation;
3374 ggc_collect ();
3376 open_dump_file (DFI_postreload, decl);
3378 /* Do a very simple CSE pass over just the hard registers. */
3379 if (optimize > 0)
3381 timevar_push (TV_RELOAD_CSE_REGS);
3382 reload_cse_regs (insns);
3383 timevar_pop (TV_RELOAD_CSE_REGS);
3386 /* Register allocation and reloading may have turned an indirect jump into
3387 a direct jump. If so, we must rebuild the JUMP_LABEL fields of
3388 jumping instructions. */
3389 if (rebuild_label_notes_after_reload)
3391 timevar_push (TV_JUMP);
3393 rebuild_jump_labels (insns);
3394 purge_all_dead_edges (0);
3396 timevar_pop (TV_JUMP);
3399 close_dump_file (DFI_postreload, print_rtl_with_bb, insns);
3401 /* Re-create the death notes which were deleted during reload. */
3402 timevar_push (TV_FLOW2);
3403 open_dump_file (DFI_flow2, decl);
3405 #ifdef ENABLE_CHECKING
3406 verify_flow_info ();
3407 #endif
3409 /* If optimizing, then go ahead and split insns now. */
3410 #ifndef STACK_REGS
3411 if (optimize > 0)
3412 #endif
3413 split_all_insns (0);
3415 if (flag_branch_target_load_optimize)
3417 open_dump_file (DFI_branch_target_load, decl);
3419 branch_target_load_optimize (insns, false);
3421 close_dump_file (DFI_branch_target_load, print_rtl_with_bb, insns);
3423 ggc_collect ();
3426 if (optimize)
3427 cleanup_cfg (CLEANUP_EXPENSIVE);
3429 /* On some machines, the prologue and epilogue code, or parts thereof,
3430 can be represented as RTL. Doing so lets us schedule insns between
3431 it and the rest of the code and also allows delayed branch
3432 scheduling to operate in the epilogue. */
3433 thread_prologue_and_epilogue_insns (insns);
3434 epilogue_completed = 1;
3436 if (optimize)
3438 life_analysis (insns, rtl_dump_file, PROP_FINAL);
3439 cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE
3440 | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
3442 /* This is kind of a heuristic. We need to run combine_stack_adjustments
3443 even for machines with possibly nonzero RETURN_POPS_ARGS
3444 and ACCUMULATE_OUTGOING_ARGS. We expect that only ports having
3445 push instructions will have popping returns. */
3446 #ifndef PUSH_ROUNDING
3447 if (!ACCUMULATE_OUTGOING_ARGS)
3448 #endif
3449 combine_stack_adjustments ();
3451 ggc_collect ();
3454 flow2_completed = 1;
3456 close_dump_file (DFI_flow2, print_rtl_with_bb, insns);
3457 timevar_pop (TV_FLOW2);
3459 #ifdef HAVE_peephole2
3460 if (optimize > 0 && flag_peephole2)
3462 timevar_push (TV_PEEPHOLE2);
3463 open_dump_file (DFI_peephole2, decl);
3465 peephole2_optimize (rtl_dump_file);
3467 close_dump_file (DFI_peephole2, print_rtl_with_bb, insns);
3468 timevar_pop (TV_PEEPHOLE2);
3470 #endif
3472 if (optimize > 0)
3474 if (flag_rename_registers || flag_cprop_registers)
3475 rest_of_handle_regrename (decl, insns);
3477 rest_of_handle_reorder_blocks (decl, insns);
3480 if (flag_if_conversion2)
3482 timevar_push (TV_IFCVT2);
3483 open_dump_file (DFI_ce3, decl);
3485 if_convert (1);
3487 close_dump_file (DFI_ce3, print_rtl_with_bb, insns);
3488 timevar_pop (TV_IFCVT2);
3491 if (flag_branch_target_load_optimize2)
3493 /* Leave this a warning for now so that it is possible to experiment
3494 with running this pass twice. In 3.6, we should either make this
3495 an error, or use separate dump files. */
3496 if (flag_branch_target_load_optimize)
3497 warning ("branch target register load optimization is not intended "
3498 "to be run twice");
3500 open_dump_file (DFI_branch_target_load, decl);
3502 branch_target_load_optimize (insns, true);
3504 close_dump_file (DFI_branch_target_load, print_rtl_with_bb, insns);
3506 ggc_collect ();
3509 #ifdef INSN_SCHEDULING
3510 if (optimize > 0 && flag_schedule_insns_after_reload)
3511 rest_of_handle_sched2 (decl, insns);
3512 #endif
3514 #ifdef LEAF_REGISTERS
3515 current_function_uses_only_leaf_regs
3516 = optimize > 0 && only_leaf_regs_used () && leaf_function_p ();
3517 #endif
3519 #ifdef STACK_REGS
3520 rest_of_handle_stack_regs (decl, insns);
3521 #endif
3523 compute_alignments ();
3525 /* CFG is no longer maintained up-to-date. */
3526 free_bb_for_insn ();
3528 if (targetm.machine_dependent_reorg != 0)
3529 rest_of_handle_machine_reorg (decl, insns);
3531 purge_line_number_notes (insns);
3532 cleanup_barriers ();
3534 #ifdef DELAY_SLOTS
3535 if (optimize > 0 && flag_delayed_branch)
3536 rest_of_handle_delay_slots (decl, insns);
3537 #endif
3539 #if defined (HAVE_ATTR_length) && !defined (STACK_REGS)
3540 timevar_push (TV_SHORTEN_BRANCH);
3541 split_all_insns_noflow ();
3542 timevar_pop (TV_SHORTEN_BRANCH);
3543 #endif
3545 convert_to_eh_region_ranges ();
3547 /* Shorten branches. */
3548 timevar_push (TV_SHORTEN_BRANCH);
3549 shorten_branches (get_insns ());
3550 timevar_pop (TV_SHORTEN_BRANCH);
3552 set_nothrow_function_flags ();
3553 if (current_function_nothrow)
3554 /* Now we know that this can't throw; set the flag for the benefit
3555 of other functions later in this translation unit. */
3556 TREE_NOTHROW (current_function_decl) = 1;
3558 rest_of_handle_final (decl, insns);
3560 /* Write DBX symbols if requested. */
3562 /* Note that for those inline functions where we don't initially
3563 know for certain that we will be generating an out-of-line copy,
3564 the first invocation of this routine (rest_of_compilation) will
3565 skip over this code by doing a `goto exit_rest_of_compilation;'.
3566 Later on, wrapup_global_declarations will (indirectly) call
3567 rest_of_compilation again for those inline functions that need
3568 to have out-of-line copies generated. During that call, we
3569 *will* be routed past here. */
3571 timevar_push (TV_SYMOUT);
3572 (*debug_hooks->function_decl) (decl);
3573 timevar_pop (TV_SYMOUT);
3575 exit_rest_of_compilation:
3577 coverage_end_function ();
3579 /* In case the function was not output,
3580 don't leave any temporary anonymous types
3581 queued up for sdb output. */
3582 #ifdef SDB_DEBUGGING_INFO
3583 if (write_symbols == SDB_DEBUG)
3584 sdbout_types (NULL_TREE);
3585 #endif
3587 reload_completed = 0;
3588 epilogue_completed = 0;
3589 flow2_completed = 0;
3590 no_new_pseudos = 0;
3592 timevar_push (TV_FINAL);
3594 /* Clear out the insn_length contents now that they are no
3595 longer valid. */
3596 init_insn_lengths ();
3598 /* Show no temporary slots allocated. */
3599 init_temp_slots ();
3601 free_basic_block_vars (0);
3602 free_bb_for_insn ();
3604 timevar_pop (TV_FINAL);
3606 if ((*targetm.binds_local_p) (current_function_decl))
3608 int pref = cfun->preferred_stack_boundary;
3609 if (cfun->recursive_call_emit
3610 && cfun->stack_alignment_needed > cfun->preferred_stack_boundary)
3611 pref = cfun->stack_alignment_needed;
3612 cgraph_rtl_info (current_function_decl)->preferred_incoming_stack_boundary
3613 = pref;
3616 /* Make sure volatile mem refs aren't considered valid operands for
3617 arithmetic insns. We must call this here if this is a nested inline
3618 function, since the above code leaves us in the init_recog state
3619 (from final.c), and the function context push/pop code does not
3620 save/restore volatile_ok.
3622 ??? Maybe it isn't necessary for expand_start_function to call this
3623 anymore if we do it here? */
3625 init_recog_no_volatile ();
3627 /* We're done with this function. Free up memory if we can. */
3628 free_after_parsing (cfun);
3629 if (! DECL_DEFER_OUTPUT (decl))
3631 free_after_compilation (cfun);
3632 DECL_SAVED_INSNS (decl) = 0;
3634 cfun = 0;
3636 ggc_collect ();
3638 timevar_pop (TV_REST_OF_COMPILATION);
3641 /* Display help for target options. */
3642 void
3643 display_target_options (void)
3645 int undoc, i;
3646 static bool displayed = false;
3648 /* Avoid double printing for --help --target-help. */
3649 if (displayed)
3650 return;
3652 displayed = true;
3654 if (ARRAY_SIZE (target_switches) > 1
3655 #ifdef TARGET_OPTIONS
3656 || ARRAY_SIZE (target_options) > 1
3657 #endif
3660 int doc = 0;
3662 undoc = 0;
3664 printf (_("\nTarget specific options:\n"));
3666 for (i = ARRAY_SIZE (target_switches); i--;)
3668 const char *option = target_switches[i].name;
3669 const char *description = target_switches[i].description;
3671 if (option == NULL || *option == 0)
3672 continue;
3673 else if (description == NULL)
3675 undoc = 1;
3677 if (extra_warnings)
3678 printf (_(" -m%-23s [undocumented]\n"), option);
3680 else if (*description != 0)
3681 doc += printf (" -m%-23s %s\n", option, _(description));
3684 #ifdef TARGET_OPTIONS
3685 for (i = ARRAY_SIZE (target_options); i--;)
3687 const char *option = target_options[i].prefix;
3688 const char *description = target_options[i].description;
3690 if (option == NULL || *option == 0)
3691 continue;
3692 else if (description == NULL)
3694 undoc = 1;
3696 if (extra_warnings)
3697 printf (_(" -m%-23s [undocumented]\n"), option);
3699 else if (*description != 0)
3700 doc += printf (" -m%-23s %s\n", option, _(description));
3702 #endif
3703 if (undoc)
3705 if (doc)
3706 printf (_("\nThere are undocumented target specific options as well.\n"));
3707 else
3708 printf (_(" They exist, but they are not documented.\n"));
3713 /* Parse a -d... command line switch. */
3715 void
3716 decode_d_option (const char *arg)
3718 int i, c, matched;
3720 while (*arg)
3721 switch (c = *arg++)
3723 case 'a':
3724 for (i = 0; i < (int) DFI_MAX; ++i)
3725 dump_file[i].enabled = 1;
3726 break;
3727 case 'A':
3728 flag_debug_asm = 1;
3729 break;
3730 case 'p':
3731 flag_print_asm_name = 1;
3732 break;
3733 case 'P':
3734 flag_dump_rtl_in_asm = 1;
3735 flag_print_asm_name = 1;
3736 break;
3737 case 'v':
3738 graph_dump_format = vcg;
3739 break;
3740 case 'x':
3741 rtl_dump_and_exit = 1;
3742 break;
3743 case 'y':
3744 set_yydebug = 1;
3745 break;
3746 case 'D': /* These are handled by the preprocessor. */
3747 case 'I':
3748 break;
3749 case 'H':
3750 setup_core_dumping();
3751 break;
3753 default:
3754 matched = 0;
3755 for (i = 0; i < (int) DFI_MAX; ++i)
3756 if (c == dump_file[i].debug_switch)
3758 dump_file[i].enabled = 1;
3759 matched = 1;
3762 if (! matched)
3763 warning ("unrecognized gcc debugging option: %c", c);
3764 break;
3768 /* Indexed by enum debug_info_type. */
3769 const char *const debug_type_names[] =
3771 "none", "stabs", "coff", "dwarf-1", "dwarf-2", "xcoff", "vms"
3774 /* Decode -m switches. */
3775 /* Decode the switch -mNAME. */
3777 void
3778 set_target_switch (const char *name)
3780 size_t j;
3781 int valid_target_option = 0;
3783 for (j = 0; j < ARRAY_SIZE (target_switches); j++)
3784 if (!strcmp (target_switches[j].name, name))
3786 if (target_switches[j].value < 0)
3787 target_flags &= ~-target_switches[j].value;
3788 else
3789 target_flags |= target_switches[j].value;
3790 if (name[0] != 0)
3792 if (target_switches[j].value < 0)
3793 target_flags_explicit |= -target_switches[j].value;
3794 else
3795 target_flags_explicit |= target_switches[j].value;
3797 valid_target_option = 1;
3800 #ifdef TARGET_OPTIONS
3801 if (!valid_target_option)
3802 for (j = 0; j < ARRAY_SIZE (target_options); j++)
3804 int len = strlen (target_options[j].prefix);
3805 if (target_options[j].value)
3807 if (!strcmp (target_options[j].prefix, name))
3809 *target_options[j].variable = target_options[j].value;
3810 valid_target_option = 1;
3813 else
3815 if (!strncmp (target_options[j].prefix, name, len))
3817 *target_options[j].variable = name + len;
3818 valid_target_option = 1;
3822 #endif
3824 if (!valid_target_option)
3825 error ("invalid option `%s'", name);
3828 /* Print version information to FILE.
3829 Each line begins with INDENT (for the case where FILE is the
3830 assembler output file). */
3832 void
3833 print_version (FILE *file, const char *indent)
3835 #ifndef __VERSION__
3836 #define __VERSION__ "[?]"
3837 #endif
3838 fnotice (file,
3839 #ifdef __GNUC__
3840 "%s%s%s version %s (%s)\n%s\tcompiled by GNU C version %s.\n"
3841 #else
3842 "%s%s%s version %s (%s) compiled by CC.\n"
3843 #endif
3844 , indent, *indent != 0 ? " " : "",
3845 lang_hooks.name, version_string, TARGET_NAME,
3846 indent, __VERSION__);
3847 fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n",
3848 indent, *indent != 0 ? " " : "",
3849 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE));
3852 /* Print an option value and return the adjusted position in the line.
3853 ??? We don't handle error returns from fprintf (disk full); presumably
3854 other code will catch a disk full though. */
3856 static int
3857 print_single_switch (FILE *file, int pos, int max,
3858 const char *indent, const char *sep, const char *term,
3859 const char *type, const char *name)
3861 /* The ultrix fprintf returns 0 on success, so compute the result we want
3862 here since we need it for the following test. */
3863 int len = strlen (sep) + strlen (type) + strlen (name);
3865 if (pos != 0
3866 && pos + len > max)
3868 fprintf (file, "%s", term);
3869 pos = 0;
3871 if (pos == 0)
3873 fprintf (file, "%s", indent);
3874 pos = strlen (indent);
3876 fprintf (file, "%s%s%s", sep, type, name);
3877 pos += len;
3878 return pos;
3881 /* Print active target switches to FILE.
3882 POS is the current cursor position and MAX is the size of a "line".
3883 Each line begins with INDENT and ends with TERM.
3884 Each switch is separated from the next by SEP. */
3886 static void
3887 print_switch_values (FILE *file, int pos, int max,
3888 const char *indent, const char *sep, const char *term)
3890 size_t j;
3891 const char **p;
3893 /* Fill in the -frandom-seed option, if the user didn't pass it, so
3894 that it can be printed below. This helps reproducibility. */
3895 randomize ();
3897 /* Print the options as passed. */
3898 pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term,
3899 _("options passed: "), "");
3901 for (p = &save_argv[1]; *p != NULL; p++)
3902 if (**p == '-')
3904 /* Ignore these. */
3905 if (strcmp (*p, "-o") == 0)
3907 if (p[1] != NULL)
3908 p++;
3909 continue;
3911 if (strcmp (*p, "-quiet") == 0)
3912 continue;
3913 if (strcmp (*p, "-version") == 0)
3914 continue;
3915 if ((*p)[1] == 'd')
3916 continue;
3918 pos = print_single_switch (file, pos, max, indent, sep, term, *p, "");
3920 if (pos > 0)
3921 fprintf (file, "%s", term);
3923 /* Print the -f and -m options that have been enabled.
3924 We don't handle language specific options but printing argv
3925 should suffice. */
3927 pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term,
3928 _("options enabled: "), "");
3930 for (j = 0; j < ARRAY_SIZE (f_options); j++)
3931 if (*f_options[j].variable == f_options[j].on_value)
3932 pos = print_single_switch (file, pos, max, indent, sep, term,
3933 "-f", f_options[j].string);
3935 /* Print target specific options. */
3937 for (j = 0; j < ARRAY_SIZE (target_switches); j++)
3938 if (target_switches[j].name[0] != '\0'
3939 && target_switches[j].value > 0
3940 && ((target_switches[j].value & target_flags)
3941 == target_switches[j].value))
3943 pos = print_single_switch (file, pos, max, indent, sep, term,
3944 "-m", target_switches[j].name);
3947 #ifdef TARGET_OPTIONS
3948 for (j = 0; j < ARRAY_SIZE (target_options); j++)
3949 if (*target_options[j].variable != NULL)
3951 char prefix[256];
3952 sprintf (prefix, "-m%s", target_options[j].prefix);
3953 pos = print_single_switch (file, pos, max, indent, sep, term,
3954 prefix, *target_options[j].variable);
3956 #endif
3958 fprintf (file, "%s", term);
3961 /* Open assembly code output file. Do this even if -fsyntax-only is
3962 on, because then the driver will have provided the name of a
3963 temporary file or bit bucket for us. NAME is the file specified on
3964 the command line, possibly NULL. */
3965 static void
3966 init_asm_output (const char *name)
3968 if (name == NULL && asm_file_name == 0)
3969 asm_out_file = stdout;
3970 else
3972 if (asm_file_name == 0)
3974 int len = strlen (dump_base_name);
3975 char *dumpname = xmalloc (len + 6);
3976 memcpy (dumpname, dump_base_name, len + 1);
3977 strip_off_ending (dumpname, len);
3978 strcat (dumpname, ".s");
3979 asm_file_name = dumpname;
3981 if (!strcmp (asm_file_name, "-"))
3982 asm_out_file = stdout;
3983 else
3984 asm_out_file = fopen (asm_file_name, "w+");
3985 if (asm_out_file == 0)
3986 fatal_error ("can't open %s for writing: %m", asm_file_name);
3989 #ifdef IO_BUFFER_SIZE
3990 setvbuf (asm_out_file, xmalloc (IO_BUFFER_SIZE),
3991 _IOFBF, IO_BUFFER_SIZE);
3992 #endif
3994 if (!flag_syntax_only)
3996 targetm.asm_out.file_start ();
3998 #ifdef ASM_COMMENT_START
3999 if (flag_verbose_asm)
4001 /* Print the list of options in effect. */
4002 print_version (asm_out_file, ASM_COMMENT_START);
4003 print_switch_values (asm_out_file, 0, MAX_LINE,
4004 ASM_COMMENT_START, " ", "\n");
4005 /* Add a blank line here so it appears in assembler output but not
4006 screen output. */
4007 fprintf (asm_out_file, "\n");
4009 #endif
4013 /* Default version of get_pch_validity.
4014 By default, every flag difference is fatal; that will be mostly right for
4015 most targets, but completely right for very few. */
4017 void *
4018 default_get_pch_validity (size_t *len)
4020 #ifdef TARGET_OPTIONS
4021 size_t i;
4022 #endif
4023 char *result, *r;
4025 *len = sizeof (target_flags) + 2;
4026 #ifdef TARGET_OPTIONS
4027 for (i = 0; i < ARRAY_SIZE (target_options); i++)
4029 *len += 1;
4030 if (*target_options[i].variable)
4031 *len += strlen (*target_options[i].variable);
4033 #endif
4035 result = r = xmalloc (*len);
4036 r[0] = flag_pic;
4037 r[1] = flag_pie;
4038 r += 2;
4039 memcpy (r, &target_flags, sizeof (target_flags));
4040 r += sizeof (target_flags);
4042 #ifdef TARGET_OPTIONS
4043 for (i = 0; i < ARRAY_SIZE (target_options); i++)
4045 const char *str = *target_options[i].variable;
4046 size_t l;
4047 if (! str)
4048 str = "";
4049 l = strlen (str) + 1;
4050 memcpy (r, str, l);
4051 r += l;
4053 #endif
4055 return result;
4058 /* Default version of pch_valid_p. */
4060 const char *
4061 default_pch_valid_p (const void *data_p, size_t len)
4063 const char *data = (const char *)data_p;
4064 const char *flag_that_differs = NULL;
4065 size_t i;
4067 /* -fpic and -fpie also usually make a PCH invalid. */
4068 if (data[0] != flag_pic)
4069 return _("created and used with different settings of -fpic");
4070 if (data[1] != flag_pie)
4071 return _("created and used with different settings of -fpie");
4072 data += 2;
4074 /* Check target_flags. */
4075 if (memcmp (data, &target_flags, sizeof (target_flags)) != 0)
4077 for (i = 0; i < ARRAY_SIZE (target_switches); i++)
4079 int bits;
4080 int tf;
4082 memcpy (&tf, data, sizeof (target_flags));
4084 bits = target_switches[i].value;
4085 if (bits < 0)
4086 bits = -bits;
4087 if ((target_flags & bits) != (tf & bits))
4089 flag_that_differs = target_switches[i].name;
4090 goto make_message;
4093 abort ();
4095 data += sizeof (target_flags);
4096 len -= sizeof (target_flags);
4098 /* Check string options. */
4099 #ifdef TARGET_OPTIONS
4100 for (i = 0; i < ARRAY_SIZE (target_options); i++)
4102 const char *str = *target_options[i].variable;
4103 size_t l;
4104 if (! str)
4105 str = "";
4106 l = strlen (str) + 1;
4107 if (len < l || memcmp (data, str, l) != 0)
4109 flag_that_differs = target_options[i].prefix;
4110 goto make_message;
4112 data += l;
4113 len -= l;
4115 #endif
4117 return NULL;
4119 make_message:
4121 char *r;
4122 asprintf (&r, _("created and used with differing settings of `-m%s'"),
4123 flag_that_differs);
4124 if (r == NULL)
4125 return _("out of memory");
4126 return r;
4130 /* Default tree printer. Handles declarations only. */
4131 static bool
4132 default_tree_printer (pretty_printer * pp, text_info *text)
4134 switch (*text->format_spec)
4136 case 'D':
4137 case 'F':
4138 case 'T':
4140 tree t = va_arg (*text->args_ptr, tree);
4141 const char *n = DECL_NAME (t)
4142 ? (*lang_hooks.decl_printable_name) (t, 2)
4143 : "<anonymous>";
4144 pp_string (pp, n);
4146 return true;
4148 default:
4149 return false;
4153 /* Initialization of the front end environment, before command line
4154 options are parsed. Signal handlers, internationalization etc.
4155 ARGV0 is main's argv[0]. */
4156 static void
4157 general_init (const char *argv0)
4159 const char *p;
4161 p = argv0 + strlen (argv0);
4162 while (p != argv0 && !IS_DIR_SEPARATOR (p[-1]))
4163 --p;
4164 progname = p;
4166 xmalloc_set_program_name (progname);
4168 hex_init ();
4170 gcc_init_libintl ();
4172 /* Initialize the diagnostics reporting machinery, so option parsing
4173 can give warnings and errors. */
4174 diagnostic_initialize (global_dc);
4175 /* Set a default printer. Language specific initializations will
4176 override it later. */
4177 pp_format_decoder (global_dc->printer) = &default_tree_printer;
4179 /* Trap fatal signals, e.g. SIGSEGV, and convert them to ICE messages. */
4180 #ifdef SIGSEGV
4181 signal (SIGSEGV, crash_signal);
4182 #endif
4183 #ifdef SIGILL
4184 signal (SIGILL, crash_signal);
4185 #endif
4186 #ifdef SIGBUS
4187 signal (SIGBUS, crash_signal);
4188 #endif
4189 #ifdef SIGABRT
4190 signal (SIGABRT, crash_signal);
4191 #endif
4192 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
4193 signal (SIGIOT, crash_signal);
4194 #endif
4195 #ifdef SIGFPE
4196 signal (SIGFPE, crash_signal);
4197 #endif
4199 /* Other host-specific signal setup. */
4200 (*host_hooks.extra_signals)();
4202 /* Initialize the garbage-collector, string pools and tree type hash
4203 table. */
4204 init_ggc ();
4205 init_stringpool ();
4206 init_ttree ();
4208 /* Initialize register usage now so switches may override. */
4209 init_reg_sets ();
4211 /* Register the language-independent parameters. */
4212 add_params (lang_independent_params, LAST_PARAM);
4214 /* This must be done after add_params but before argument processing. */
4215 init_ggc_heuristics();
4218 /* Process the options that have been parsed. */
4219 static void
4220 process_options (void)
4222 /* Allow the front end to perform consistency checks and do further
4223 initialization based on the command line options. This hook also
4224 sets the original filename if appropriate (e.g. foo.i -> foo.c)
4225 so we can correctly initialize debug output. */
4226 no_backend = (*lang_hooks.post_options) (&main_input_filename);
4227 input_filename = main_input_filename;
4229 #ifdef OVERRIDE_OPTIONS
4230 /* Some machines may reject certain combinations of options. */
4231 OVERRIDE_OPTIONS;
4232 #endif
4234 /* Set aux_base_name if not already set. */
4235 if (aux_base_name)
4237 else if (main_input_filename)
4239 char *name = xstrdup (lbasename (main_input_filename));
4241 strip_off_ending (name, strlen (name));
4242 aux_base_name = name;
4244 else
4245 aux_base_name = "gccaux";
4247 /* Set up the align_*_log variables, defaulting them to 1 if they
4248 were still unset. */
4249 if (align_loops <= 0) align_loops = 1;
4250 if (align_loops_max_skip > align_loops || !align_loops)
4251 align_loops_max_skip = align_loops - 1;
4252 align_loops_log = floor_log2 (align_loops * 2 - 1);
4253 if (align_jumps <= 0) align_jumps = 1;
4254 if (align_jumps_max_skip > align_jumps || !align_jumps)
4255 align_jumps_max_skip = align_jumps - 1;
4256 align_jumps_log = floor_log2 (align_jumps * 2 - 1);
4257 if (align_labels <= 0) align_labels = 1;
4258 align_labels_log = floor_log2 (align_labels * 2 - 1);
4259 if (align_labels_max_skip > align_labels || !align_labels)
4260 align_labels_max_skip = align_labels - 1;
4261 if (align_functions <= 0) align_functions = 1;
4262 align_functions_log = floor_log2 (align_functions * 2 - 1);
4264 /* Unrolling all loops implies that standard loop unrolling must also
4265 be done. */
4266 if (flag_unroll_all_loops)
4267 flag_unroll_loops = 1;
4269 if (flag_unroll_loops)
4271 flag_old_unroll_loops = 0;
4272 flag_old_unroll_all_loops = 0;
4275 if (flag_old_unroll_all_loops)
4276 flag_old_unroll_loops = 1;
4278 /* Old loop unrolling requires that strength_reduction be on also. Silently
4279 turn on strength reduction here if it isn't already on. Also, the loop
4280 unrolling code assumes that cse will be run after loop, so that must
4281 be turned on also. */
4282 if (flag_old_unroll_loops)
4284 flag_strength_reduce = 1;
4285 flag_rerun_cse_after_loop = 1;
4287 if (flag_unroll_loops || flag_peel_loops)
4288 flag_rerun_cse_after_loop = 1;
4290 if (flag_non_call_exceptions)
4291 flag_asynchronous_unwind_tables = 1;
4292 if (flag_asynchronous_unwind_tables)
4293 flag_unwind_tables = 1;
4295 /* Disable unit-at-a-time mode for frontends not supporting callgraph
4296 interface. */
4297 if (flag_unit_at_a_time && ! lang_hooks.callgraph.expand_function)
4298 flag_unit_at_a_time = 0;
4300 if (flag_value_profile_transformations)
4301 flag_profile_values = 1;
4303 /* Warn about options that are not supported on this machine. */
4304 #ifndef INSN_SCHEDULING
4305 if (flag_schedule_insns || flag_schedule_insns_after_reload)
4306 warning ("instruction scheduling not supported on this target machine");
4307 #endif
4308 #ifndef DELAY_SLOTS
4309 if (flag_delayed_branch)
4310 warning ("this target machine does not have delayed branches");
4311 #endif
4313 user_label_prefix = USER_LABEL_PREFIX;
4314 if (flag_leading_underscore != -1)
4316 /* If the default prefix is more complicated than "" or "_",
4317 issue a warning and ignore this option. */
4318 if (user_label_prefix[0] == 0 ||
4319 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0))
4321 user_label_prefix = flag_leading_underscore ? "_" : "";
4323 else
4324 warning ("-f%sleading-underscore not supported on this target machine",
4325 flag_leading_underscore ? "" : "no-");
4328 /* If we are in verbose mode, write out the version and maybe all the
4329 option flags in use. */
4330 if (version_flag)
4332 print_version (stderr, "");
4333 if (! quiet_flag)
4334 print_switch_values (stderr, 0, MAX_LINE, "", " ", "\n");
4337 if (flag_syntax_only)
4339 write_symbols = NO_DEBUG;
4340 profile_flag = 0;
4343 /* A lot of code assumes write_symbols == NO_DEBUG if the debugging
4344 level is 0. */
4345 if (debug_info_level == DINFO_LEVEL_NONE)
4346 write_symbols = NO_DEBUG;
4348 /* Now we know write_symbols, set up the debug hooks based on it.
4349 By default we do nothing for debug output. */
4350 if (write_symbols == NO_DEBUG)
4351 debug_hooks = &do_nothing_debug_hooks;
4352 #if defined(DBX_DEBUGGING_INFO)
4353 else if (write_symbols == DBX_DEBUG)
4354 debug_hooks = &dbx_debug_hooks;
4355 #endif
4356 #if defined(XCOFF_DEBUGGING_INFO)
4357 else if (write_symbols == XCOFF_DEBUG)
4358 debug_hooks = &xcoff_debug_hooks;
4359 #endif
4360 #ifdef SDB_DEBUGGING_INFO
4361 else if (write_symbols == SDB_DEBUG)
4362 debug_hooks = &sdb_debug_hooks;
4363 #endif
4364 #ifdef DWARF_DEBUGGING_INFO
4365 else if (write_symbols == DWARF_DEBUG)
4366 debug_hooks = &dwarf_debug_hooks;
4367 #endif
4368 #ifdef DWARF2_DEBUGGING_INFO
4369 else if (write_symbols == DWARF2_DEBUG)
4370 debug_hooks = &dwarf2_debug_hooks;
4371 #endif
4372 #ifdef VMS_DEBUGGING_INFO
4373 else if (write_symbols == VMS_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)
4374 debug_hooks = &vmsdbg_debug_hooks;
4375 #endif
4376 else
4377 error ("target system does not support the \"%s\" debug format",
4378 debug_type_names[write_symbols]);
4380 /* If auxiliary info generation is desired, open the output file.
4381 This goes in the same directory as the source file--unlike
4382 all the other output files. */
4383 if (flag_gen_aux_info)
4385 aux_info_file = fopen (aux_info_file_name, "w");
4386 if (aux_info_file == 0)
4387 fatal_error ("can't open %s: %m", aux_info_file_name);
4390 if (! targetm.have_named_sections)
4392 if (flag_function_sections)
4394 warning ("-ffunction-sections not supported for this target");
4395 flag_function_sections = 0;
4397 if (flag_data_sections)
4399 warning ("-fdata-sections not supported for this target");
4400 flag_data_sections = 0;
4404 if (flag_function_sections && profile_flag)
4406 warning ("-ffunction-sections disabled; it makes profiling impossible");
4407 flag_function_sections = 0;
4410 #ifndef HAVE_prefetch
4411 if (flag_prefetch_loop_arrays)
4413 warning ("-fprefetch-loop-arrays not supported for this target");
4414 flag_prefetch_loop_arrays = 0;
4416 #else
4417 if (flag_prefetch_loop_arrays && !HAVE_prefetch)
4419 warning ("-fprefetch-loop-arrays not supported for this target (try -march switches)");
4420 flag_prefetch_loop_arrays = 0;
4422 #endif
4424 /* This combination of options isn't handled for i386 targets and doesn't
4425 make much sense anyway, so don't allow it. */
4426 if (flag_prefetch_loop_arrays && optimize_size)
4428 warning ("-fprefetch-loop-arrays is not supported with -Os");
4429 flag_prefetch_loop_arrays = 0;
4432 #ifndef OBJECT_FORMAT_ELF
4433 if (flag_function_sections && write_symbols != NO_DEBUG)
4434 warning ("-ffunction-sections may affect debugging on some targets");
4435 #endif
4437 /* The presence of IEEE signaling NaNs, implies all math can trap. */
4438 if (flag_signaling_nans)
4439 flag_trapping_math = 1;
4442 /* Initialize the compiler back end. */
4443 static void
4444 backend_init (void)
4446 init_adjust_machine_modes ();
4448 init_emit_once (debug_info_level == DINFO_LEVEL_NORMAL
4449 || debug_info_level == DINFO_LEVEL_VERBOSE
4450 #ifdef VMS_DEBUGGING_INFO
4451 /* Enable line number info for traceback. */
4452 || debug_info_level > DINFO_LEVEL_NONE
4453 #endif
4454 || flag_test_coverage
4455 || warn_notreached);
4457 init_regs ();
4458 init_fake_stack_mems ();
4459 init_alias_once ();
4460 init_loop ();
4461 init_reload ();
4462 init_function_once ();
4463 init_varasm_once ();
4465 /* The following initialization functions need to generate rtl, so
4466 provide a dummy function context for them. */
4467 init_dummy_function_start ();
4468 init_expmed ();
4469 if (flag_caller_saves)
4470 init_caller_save ();
4471 expand_dummy_function_end ();
4474 /* Language-dependent initialization. Returns nonzero on success. */
4475 static int
4476 lang_dependent_init (const char *name)
4478 if (dump_base_name == 0)
4479 dump_base_name = name ? name : "gccdump";
4481 /* Other front-end initialization. */
4482 if ((*lang_hooks.init) () == 0)
4483 return 0;
4485 init_asm_output (name);
4487 /* These create various _DECL nodes, so need to be called after the
4488 front end is initialized. */
4489 init_eh ();
4490 init_optabs ();
4492 /* The following initialization functions need to generate rtl, so
4493 provide a dummy function context for them. */
4494 init_dummy_function_start ();
4495 init_expr_once ();
4496 expand_dummy_function_end ();
4498 /* If dbx symbol table desired, initialize writing it and output the
4499 predefined types. */
4500 timevar_push (TV_SYMOUT);
4502 #ifdef DWARF2_UNWIND_INFO
4503 if (dwarf2out_do_frame ())
4504 dwarf2out_frame_init ();
4505 #endif
4507 /* Now we have the correct original filename, we can initialize
4508 debug output. */
4509 (*debug_hooks->init) (name);
4511 timevar_pop (TV_SYMOUT);
4513 return 1;
4516 /* Clean up: close opened files, etc. */
4518 static void
4519 finalize (void)
4521 /* Close the dump files. */
4522 if (flag_gen_aux_info)
4524 fclose (aux_info_file);
4525 if (errorcount)
4526 unlink (aux_info_file_name);
4529 /* Close non-debugging input and output files. Take special care to note
4530 whether fclose returns an error, since the pages might still be on the
4531 buffer chain while the file is open. */
4533 if (asm_out_file)
4535 if (ferror (asm_out_file) != 0)
4536 fatal_error ("error writing to %s: %m", asm_file_name);
4537 if (fclose (asm_out_file) != 0)
4538 fatal_error ("error closing %s: %m", asm_file_name);
4541 /* Do whatever is necessary to finish printing the graphs. */
4542 if (graph_dump_format != no_graph)
4544 int i;
4546 for (i = 0; i < (int) DFI_MAX; ++i)
4547 if (dump_file[i].initialized && dump_file[i].graph_dump_p)
4549 char seq[16];
4550 char *suffix;
4552 sprintf (seq, DUMPFILE_FORMAT, i);
4553 suffix = concat (seq, dump_file[i].extension, NULL);
4554 finish_graph_dump_file (dump_base_name, suffix);
4555 free (suffix);
4559 if (mem_report)
4561 ggc_print_statistics ();
4562 stringpool_statistics ();
4563 dump_tree_statistics ();
4566 /* Free up memory for the benefit of leak detectors. */
4567 free_reg_info ();
4569 /* Language-specific end of compilation actions. */
4570 (*lang_hooks.finish) ();
4573 /* Initialize the compiler, and compile the input file. */
4574 static void
4575 do_compile (void)
4577 /* Initialize timing first. The C front ends read the main file in
4578 the post_options hook, and C++ does file timings. */
4579 if (time_report || !quiet_flag || flag_detailed_statistics)
4580 timevar_init ();
4581 timevar_start (TV_TOTAL);
4583 process_options ();
4585 /* Don't do any more if an error has already occurred. */
4586 if (!errorcount)
4588 /* Set up the back-end if requested. */
4589 if (!no_backend)
4590 backend_init ();
4592 /* Language-dependent initialization. Returns true on success. */
4593 if (lang_dependent_init (main_input_filename))
4595 if (flag_unit_at_a_time)
4597 open_dump_file (DFI_cgraph, NULL);
4598 cgraph_dump_file = rtl_dump_file;
4599 rtl_dump_file = NULL;
4602 compile_file ();
4604 if (flag_unit_at_a_time)
4606 rtl_dump_file = cgraph_dump_file;
4607 cgraph_dump_file = NULL;
4608 close_dump_file (DFI_cgraph, NULL, NULL_RTX);
4612 finalize ();
4615 /* Stop timing and print the times. */
4616 timevar_stop (TV_TOTAL);
4617 timevar_print (stderr);
4620 /* Entry point of cc1, cc1plus, jc1, f771, etc.
4621 Exit code is FATAL_EXIT_CODE if can't open files or if there were
4622 any errors, or SUCCESS_EXIT_CODE if compilation succeeded.
4624 It is not safe to call this function more than once. */
4627 toplev_main (unsigned int argc, const char **argv)
4629 save_argv = argv;
4631 /* Initialization of GCC's environment, and diagnostics. */
4632 general_init (argv[0]);
4634 /* Parse the options and do minimal processing; basically just
4635 enough to default flags appropriately. */
4636 decode_options (argc, argv);
4638 randomize ();
4640 /* Exit early if we can (e.g. -help). */
4641 if (!exit_after_options)
4642 do_compile ();
4644 if (errorcount || sorrycount)
4645 return (FATAL_EXIT_CODE);
4647 return (SUCCESS_EXIT_CODE);