]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/gcc/toplev.c
Gcc 3.3.3 20031106.
[FreeBSD/FreeBSD.git] / contrib / gcc / toplev.c
1 /* Top level of GNU C compiler
2    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3    1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4
5 This file is part of GCC.
6
7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2, or (at your option) any later
10 version.
11
12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GCC; see the file COPYING.  If not, write to the Free
19 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20 02111-1307, USA.  */
21
22 /* 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.  */
26
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 <signal.h>
32
33 #ifdef HAVE_SYS_RESOURCE_H
34 # include <sys/resource.h>
35 #endif
36
37 #ifdef HAVE_SYS_TIMES_H
38 # include <sys/times.h>
39 #endif
40
41 #include "input.h"
42 #include "tree.h"
43 #include "rtl.h"
44 #include "tm_p.h"
45 #include "flags.h"
46 #include "insn-attr.h"
47 #include "insn-config.h"
48 #include "insn-flags.h"
49 #include "hard-reg-set.h"
50 #include "recog.h"
51 #include "output.h"
52 #include "except.h"
53 #include "function.h"
54 #include "toplev.h"
55 #include "expr.h"
56 #include "basic-block.h"
57 #include "intl.h"
58 #include "ggc.h"
59 #include "graph.h"
60 #include "loop.h"
61 #include "regs.h"
62 #include "timevar.h"
63 #include "diagnostic.h"
64 #include "ssa.h"
65 #include "params.h"
66 #include "reload.h"
67 #include "dwarf2asm.h"
68 #include "integrate.h"
69 #include "real.h"
70 #include "debug.h"
71 #include "target.h"
72 #include "langhooks.h"
73 #include "cfglayout.h"
74
75 #if defined (DWARF2_UNWIND_INFO) || defined (DWARF2_DEBUGGING_INFO)
76 #include "dwarf2out.h"
77 #endif
78
79 #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
80 #include "dbxout.h"
81 #endif
82
83 #ifdef SDB_DEBUGGING_INFO
84 #include "sdbout.h"
85 #endif
86
87 #ifdef XCOFF_DEBUGGING_INFO
88 #include "xcoffout.h"           /* Needed for external data
89                                    declarations for e.g. AIX 4.x.  */
90 #endif
91 \f
92 /* Carry information from ASM_DECLARE_OBJECT_NAME
93    to ASM_FINISH_DECLARE_OBJECT.  */
94
95 extern int size_directive_output;
96 extern tree last_assemble_variable_decl;
97
98 extern void reg_alloc PARAMS ((void));
99
100 static void general_init PARAMS ((char *));
101 static void parse_options_and_default_flags PARAMS ((int, char **));
102 static void do_compile PARAMS ((void));
103 static void process_options PARAMS ((void));
104 static void backend_init PARAMS ((void));
105 static int lang_dependent_init PARAMS ((const char *));
106 static void init_asm_output PARAMS ((const char *));
107 static void finalize PARAMS ((void));
108
109 static void set_target_switch PARAMS ((const char *));
110
111 static void crash_signal PARAMS ((int)) ATTRIBUTE_NORETURN;
112 static void compile_file PARAMS ((void));
113 static void display_help PARAMS ((void));
114 static void display_target_options PARAMS ((void));
115
116 static void decode_d_option PARAMS ((const char *));
117 static int decode_f_option PARAMS ((const char *));
118 static int decode_W_option PARAMS ((const char *));
119 static int decode_g_option PARAMS ((const char *));
120 static unsigned int independent_decode_option PARAMS ((int, char **));
121
122 static void print_version PARAMS ((FILE *, const char *));
123 static int print_single_switch PARAMS ((FILE *, int, int, const char *,
124                                       const char *, const char *,
125                                       const char *, const char *));
126 static void print_switch_values PARAMS ((FILE *, int, int, const char *,
127                                        const char *, const char *));
128
129 /* Nonzero to dump debug info whilst parsing (-dy option).  */
130 static int set_yydebug;
131
132 /* Length of line when printing switch values.  */
133 #define MAX_LINE 75
134
135 /* Name of program invoked, sans directories.  */
136
137 const char *progname;
138
139 /* Copy of arguments to toplev_main.  */
140 int save_argc;
141 char **save_argv;
142 \f
143 /* Name of current original source file (what was input to cpp).
144    This comes from each #-command in the actual input.  */
145
146 const char *input_filename;
147
148 /* Name of top-level original source file (what was input to cpp).
149    This comes from the #-command at the beginning of the actual input.
150    If there isn't any there, then this is the cc1 input file name.  */
151
152 const char *main_input_filename;
153
154 /* Current line number in real source file.  */
155
156 int lineno;
157
158 /* Nonzero if it is unsafe to create any new pseudo registers.  */
159 int no_new_pseudos;
160
161 /* Stack of currently pending input files.  */
162
163 struct file_stack *input_file_stack;
164
165 /* Incremented on each change to input_file_stack.  */
166 int input_file_stack_tick;
167
168 /* Name to use as base of names for dump output files.  */
169
170 const char *dump_base_name;
171
172 /* Name to use as a base for auxiliary output files.  */
173
174 const char *aux_base_name;
175
176 /* Format to use to print dumpfile index value */
177 #ifndef DUMPFILE_FORMAT
178 #define DUMPFILE_FORMAT ".%02d."
179 #endif
180
181 /* Bit flags that specify the machine subtype we are compiling for.
182    Bits are tested using macros TARGET_... defined in the tm.h file
183    and set by `-m...' switches.  Must be defined in rtlanal.c.  */
184
185 extern int target_flags;
186
187 /* A mask of target_flags that includes bit X if X was set or cleared
188    on the command line.  */
189
190 int target_flags_explicit;
191
192 /* Debug hooks - dependent upon command line options.  */
193
194 const struct gcc_debug_hooks *debug_hooks = &do_nothing_debug_hooks;
195
196 /* Describes a dump file.  */
197
198 struct dump_file_info
199 {
200   /* The unique extension to apply, e.g. ".jump".  */
201   const char *const extension;
202
203   /* The -d<c> character that enables this dump file.  */
204   char const debug_switch;
205
206   /* True if there is a corresponding graph dump file.  */
207   char const graph_dump_p;
208
209   /* True if the user selected this dump.  */
210   char enabled;
211
212   /* True if the files have been initialized (ie truncated).  */
213   char initialized;
214 };
215
216 /* Enumerate the extant dump files.  */
217
218 enum dump_file_index
219 {
220   DFI_rtl,
221   DFI_sibling,
222   DFI_eh,
223   DFI_jump,
224   DFI_ssa,
225   DFI_ssa_ccp,
226   DFI_ssa_dce,
227   DFI_ussa,
228   DFI_null,
229   DFI_cse,
230   DFI_addressof,
231   DFI_gcse,
232   DFI_loop,
233   DFI_cfg,
234   DFI_bp,
235   DFI_ce1,
236   DFI_tracer,
237   DFI_cse2,
238   DFI_life,
239   DFI_combine,
240   DFI_ce2,
241   DFI_regmove,
242   DFI_sched,
243   DFI_lreg,
244   DFI_greg,
245   DFI_postreload,
246   DFI_flow2,
247   DFI_peephole2,
248   DFI_rnreg,
249   DFI_ce3,
250   DFI_sched2,
251   DFI_stack,
252   DFI_bbro,
253   DFI_mach,
254   DFI_dbr,
255   DFI_MAX
256 };
257
258 /* Describes all the dump files.  Should be kept in order of the
259    pass and in sync with dump_file_index above.
260
261    Remaining -d letters:
262
263         "              o q         "
264         "       H JK   OPQ  TUV  YZ"
265 */
266
267 static struct dump_file_info dump_file[DFI_MAX] =
268 {
269   { "rtl",      'r', 0, 0, 0 },
270   { "sibling",  'i', 0, 0, 0 },
271   { "eh",       'h', 0, 0, 0 },
272   { "jump",     'j', 0, 0, 0 },
273   { "ssa",      'e', 1, 0, 0 },
274   { "ssaccp",   'W', 1, 0, 0 },
275   { "ssadce",   'X', 1, 0, 0 },
276   { "ussa",     'e', 1, 0, 0 }, /* Yes, duplicate enable switch.  */
277   { "null",     'u', 0, 0, 0 },
278   { "cse",      's', 0, 0, 0 },
279   { "addressof", 'F', 0, 0, 0 },
280   { "gcse",     'G', 1, 0, 0 },
281   { "loop",     'L', 1, 0, 0 },
282   { "cfg",      'f', 1, 0, 0 },
283   { "bp",       'b', 1, 0, 0 },
284   { "ce1",      'C', 1, 0, 0 },
285   { "tracer",   'T', 1, 0, 0 },
286   { "cse2",     't', 1, 0, 0 },
287   { "life",     'f', 1, 0, 0 }, /* Yes, duplicate enable switch.  */
288   { "combine",  'c', 1, 0, 0 },
289   { "ce2",      'C', 1, 0, 0 },
290   { "regmove",  'N', 1, 0, 0 },
291   { "sched",    'S', 1, 0, 0 },
292   { "lreg",     'l', 1, 0, 0 },
293   { "greg",     'g', 1, 0, 0 },
294   { "postreload", 'o', 1, 0, 0 },
295   { "flow2",    'w', 1, 0, 0 },
296   { "peephole2", 'z', 1, 0, 0 },
297   { "rnreg",    'n', 1, 0, 0 },
298   { "ce3",      'E', 1, 0, 0 },
299   { "sched2",   'R', 1, 0, 0 },
300   { "stack",    'k', 1, 0, 0 },
301   { "bbro",     'B', 1, 0, 0 },
302   { "mach",     'M', 1, 0, 0 },
303   { "dbr",      'd', 0, 0, 0 },
304 };
305
306 static int open_dump_file PARAMS ((enum dump_file_index, tree));
307 static void close_dump_file PARAMS ((enum dump_file_index,
308                                      void (*) (FILE *, rtx), rtx));
309
310 /* Other flags saying which kinds of debugging dump have been requested.  */
311
312 int rtl_dump_and_exit;
313 int flag_print_asm_name;
314 static int version_flag;
315 static char *filename;
316 enum graph_dump_types graph_dump_format;
317
318 /* Name for output file of assembly code, specified with -o.  */
319
320 char *asm_file_name;
321
322 /* Value of the -G xx switch, and whether it was passed or not.  */
323 int g_switch_value;
324 int g_switch_set;
325
326 /* Type(s) of debugging information we are producing (if any).
327    See flags.h for the definitions of the different possible
328    types of debugging information.  */
329 enum debug_info_type write_symbols = NO_DEBUG;
330
331 /* Level of debugging information we are producing.  See flags.h
332    for the definitions of the different possible levels.  */
333 enum debug_info_level debug_info_level = DINFO_LEVEL_NONE;
334
335 /* Nonzero means use GNU-only extensions in the generated symbolic
336    debugging information.  */
337 /* Currently, this only has an effect when write_symbols is set to
338    DBX_DEBUG, XCOFF_DEBUG, or DWARF_DEBUG.  */
339 int use_gnu_debug_info_extensions = 0;
340
341 /* Nonzero means do optimizations.  -O.
342    Particular numeric values stand for particular amounts of optimization;
343    thus, -O2 stores 2 here.  However, the optimizations beyond the basic
344    ones are not controlled directly by this variable.  Instead, they are
345    controlled by individual `flag_...' variables that are defaulted
346    based on this variable.  */
347
348 int optimize = 0;
349
350 /* Nonzero means optimize for size.  -Os.
351    The only valid values are zero and nonzero. When optimize_size is
352    nonzero, optimize defaults to 2, but certain individual code
353    bloating optimizations are disabled.  */
354
355 int optimize_size = 0;
356
357 /* Nonzero if we should exit after parsing options.  */
358 static int exit_after_options = 0;
359
360 /* The FUNCTION_DECL for the function currently being compiled,
361    or 0 if between functions.  */
362 tree current_function_decl;
363
364 /* Set to the FUNC_BEGIN label of the current function, or NULL_TREE
365    if none.  */
366 tree current_function_func_begin_label;
367
368 /* Nonzero if doing dwarf2 duplicate elimination.  */
369
370 int flag_eliminate_dwarf2_dups = 0;
371
372 /* Nonzero if generating code to do profiling.  */
373
374 int profile_flag = 0;
375
376 /* Nonzero if generating code to profile program flow graph arcs.  */
377
378 int profile_arc_flag = 0;
379
380 /* Nonzero if generating info for gcov to calculate line test coverage.  */
381
382 int flag_test_coverage = 0;
383
384 /* Nonzero indicates that branch taken probabilities should be calculated.  */
385
386 int flag_branch_probabilities = 0;
387
388 /* Nonzero if basic blocks should be reordered.  */
389
390 int flag_reorder_blocks = 0;
391
392 /* Nonzero if functions should be reordered.  */
393
394 int flag_reorder_functions = 0;
395
396 /* Nonzero if registers should be renamed.  */
397
398 int flag_rename_registers = 0;
399 int flag_cprop_registers = 0;
400
401 /* Nonzero for -pedantic switch: warn about anything
402    that standard spec forbids.  */
403
404 int pedantic = 0;
405
406 /* Temporarily suppress certain warnings.
407    This is set while reading code from a system header file.  */
408
409 int in_system_header = 0;
410
411 /* Don't print functions as they are compiled.  -quiet.  */
412
413 int quiet_flag = 0;
414
415 /* Print times taken by the various passes.  -ftime-report.  */
416
417 int time_report = 0;
418
419 /* Print memory still in use at end of compilation (which may have little
420    to do with peak memory consumption).  -fmem-report.  */
421
422 int mem_report = 0;
423
424 /* Non-zero means to collect statistics which might be expensive
425    and to print them when we are done.  */
426 int flag_detailed_statistics = 0;
427
428 \f
429 /* -f flags.  */
430
431 /* Nonzero means `char' should be signed.  */
432
433 int flag_signed_char;
434
435 /* Nonzero means give an enum type only as many bytes as it needs.  */
436
437 int flag_short_enums;
438
439 /* Nonzero for -fcaller-saves: allocate values in regs that need to
440    be saved across function calls, if that produces overall better code.
441    Optional now, so people can test it.  */
442
443 #ifdef DEFAULT_CALLER_SAVES
444 int flag_caller_saves = 1;
445 #else
446 int flag_caller_saves = 0;
447 #endif
448
449 /* Nonzero if structures and unions should be returned in memory.
450
451    This should only be defined if compatibility with another compiler or
452    with an ABI is needed, because it results in slower code.  */
453
454 #ifndef DEFAULT_PCC_STRUCT_RETURN
455 #define DEFAULT_PCC_STRUCT_RETURN 1
456 #endif
457
458 /* Nonzero for -fpcc-struct-return: return values the same way PCC does.  */
459
460 int flag_pcc_struct_return = DEFAULT_PCC_STRUCT_RETURN;
461
462 /* Nonzero for -fforce-mem: load memory value into a register
463    before arithmetic on it.  This makes better cse but slower compilation.  */
464
465 int flag_force_mem = 0;
466
467 /* Nonzero for -fforce-addr: load memory address into a register before
468    reference to memory.  This makes better cse but slower compilation.  */
469
470 int flag_force_addr = 0;
471
472 /* Nonzero for -fdefer-pop: don't pop args after each function call;
473    instead save them up to pop many calls' args with one insns.  */
474
475 int flag_defer_pop = 0;
476
477 /* Nonzero for -ffloat-store: don't allocate floats and doubles
478    in extended-precision registers.  */
479
480 int flag_float_store = 0;
481
482 /* Nonzero for -fcse-follow-jumps:
483    have cse follow jumps to do a more extensive job.  */
484
485 int flag_cse_follow_jumps;
486
487 /* Nonzero for -fcse-skip-blocks:
488    have cse follow a branch around a block.  */
489 int flag_cse_skip_blocks;
490
491 /* Nonzero for -fexpensive-optimizations:
492    perform miscellaneous relatively-expensive optimizations.  */
493 int flag_expensive_optimizations;
494
495 /* Nonzero for -fthread-jumps:
496    have jump optimize output of loop.  */
497
498 int flag_thread_jumps;
499
500 /* Nonzero enables strength-reduction in loop.c.  */
501
502 int flag_strength_reduce = 0;
503
504 /* Nonzero enables loop unrolling in unroll.c.  Only loops for which the
505    number of iterations can be calculated at compile-time (UNROLL_COMPLETELY,
506    UNROLL_MODULO) or at run-time (preconditioned to be UNROLL_MODULO) are
507    unrolled.  */
508
509 int flag_unroll_loops;
510
511 /* Nonzero enables loop unrolling in unroll.c.  All loops are unrolled.
512    This is generally not a win.  */
513
514 int flag_unroll_all_loops;
515
516 /* Nonzero enables prefetch optimizations for arrays in loops.  */
517
518 int flag_prefetch_loop_arrays;
519
520 /* Nonzero forces all invariant computations in loops to be moved
521    outside the loop.  */
522
523 int flag_move_all_movables = 0;
524
525 /* Nonzero forces all general induction variables in loops to be
526    strength reduced.  */
527
528 int flag_reduce_all_givs = 0;
529
530 /* Nonzero to perform full register move optimization passes.  This is the
531    default for -O2.  */
532
533 int flag_regmove = 0;
534
535 /* Nonzero for -fwritable-strings:
536    store string constants in data segment and don't uniquize them.  */
537
538 int flag_writable_strings = 0;
539
540 /* Nonzero means don't put addresses of constant functions in registers.
541    Used for compiling the Unix kernel, where strange substitutions are
542    done on the assembly output.  */
543
544 int flag_no_function_cse = 0;
545
546 /* Nonzero for -fomit-frame-pointer:
547    don't make a frame pointer in simple functions that don't require one.  */
548
549 int flag_omit_frame_pointer = 0;
550
551 /* Nonzero means place each function into its own section on those platforms
552    which support arbitrary section names and unlimited numbers of sections.  */
553
554 int flag_function_sections = 0;
555
556 /* ... and similar for data.  */
557
558 int flag_data_sections = 0;
559
560 /* Nonzero to inhibit use of define_optimization peephole opts.  */
561
562 int flag_no_peephole = 0;
563
564 /* Nonzero allows GCC to optimize sibling and tail recursive calls.  */
565
566 int flag_optimize_sibling_calls = 0;
567
568 /* Nonzero means the front end generally wants `errno' maintained by math
569    operations, like built-in SQRT.  */
570
571 int flag_errno_math = 1;
572
573 /* Nonzero means that unsafe floating-point math optimizations are allowed
574    for the sake of speed.  IEEE compliance is not guaranteed, and operations
575    are allowed to assume that their arguments and results are "normal"
576    (e.g., nonnegative for SQRT).  */
577
578 int flag_unsafe_math_optimizations = 0;
579
580 /* Nonzero means that no NaNs or +-Infs are expected.  */
581
582 int flag_finite_math_only = 0;
583
584 /* Zero means that floating-point math operations cannot generate a
585    (user-visible) trap.  This is the case, for example, in nonstop
586    IEEE 754 arithmetic.  Trapping conditions include division by zero,
587    overflow, underflow, invalid and inexact, but does not include 
588    operations on signaling NaNs (see below).  */
589
590 int flag_trapping_math = 1;
591
592 /* Nonzero means disable transformations observable by signaling NaNs.
593    This option implies that any operation on a IEEE signaling NaN can
594    generate a (user-visible) trap.  */
595
596 int flag_signaling_nans = 0;
597
598 /* 0 means straightforward implementation of complex divide acceptable.
599    1 means wide ranges of inputs must work for complex divide.
600    2 means C99-like requirements for complex divide (not yet implemented).  */
601
602 int flag_complex_divide_method = 0;
603
604 /* Nonzero means all references through pointers are volatile.  */
605
606 int flag_volatile;
607
608 /* Nonzero means treat all global and extern variables as volatile.  */
609
610 int flag_volatile_global;
611
612 /* Nonzero means treat all static variables as volatile.  */
613
614 int flag_volatile_static;
615
616 /* Nonzero means just do syntax checking; don't output anything.  */
617
618 int flag_syntax_only = 0;
619
620 /* Nonzero means perform global cse.  */
621
622 static int flag_gcse;
623
624 /* Nonzero means perform loop optimizer.  */
625
626 static int flag_loop_optimize;
627
628 /* Nonzero means perform crossjumping.  */
629
630 static int flag_crossjumping;
631
632 /* Nonzero means perform if conversion.  */
633
634 static int flag_if_conversion;
635
636 /* Nonzero means perform if conversion after reload.  */
637
638 static int flag_if_conversion2;
639
640 /* Nonzero means to use global dataflow analysis to eliminate
641    useless null pointer tests.  */
642
643 static int flag_delete_null_pointer_checks;
644
645 /* Nonzero means to do the enhanced load motion during gcse, which trys
646    to hoist loads by not killing them when a store to the same location
647    is seen.  */
648
649 int flag_gcse_lm = 1;
650
651 /* Nonzero means to perform store motion after gcse, which will try to
652    move stores closer to the exit block.  Its not very effective without
653    flag_gcse_lm.  */
654
655 int flag_gcse_sm = 1;
656
657 /* Nonzero means to rerun cse after loop optimization.  This increases
658    compilation time about 20% and picks up a few more common expressions.  */
659
660 static int flag_rerun_cse_after_loop;
661
662 /* Nonzero means to run loop optimizations twice.  */
663
664 int flag_rerun_loop_opt;
665
666 /* Nonzero for -finline-functions: ok to inline functions that look like
667    good inline candidates.  */
668
669 int flag_inline_functions;
670
671 /* Nonzero for -fkeep-inline-functions: even if we make a function
672    go inline everywhere, keep its definition around for debugging
673    purposes.  */
674
675 int flag_keep_inline_functions;
676
677 /* Nonzero means that functions will not be inlined.  */
678
679 int flag_no_inline = 2;
680
681 /* Nonzero means that we don't want inlining by virtue of -fno-inline,
682    not just because the tree inliner turned us off.  */
683
684 int flag_really_no_inline = 2;
685
686 /* Nonzero means that we should emit static const variables
687    regardless of whether or not optimization is turned on.  */
688
689 int flag_keep_static_consts = 1;
690
691 /* Nonzero means we should be saving declaration info into a .X file.  */
692
693 int flag_gen_aux_info = 0;
694
695 /* Specified name of aux-info file.  */
696
697 static char *aux_info_file_name;
698
699 /* Nonzero means make the text shared if supported.  */
700
701 int flag_shared_data;
702
703 /* Nonzero means schedule into delayed branch slots if supported.  */
704
705 int flag_delayed_branch;
706
707 /* Nonzero if we are compiling pure (sharable) code.
708    Value is 1 if we are doing "small" pic; value is 2 if we're doing
709    "large" pic.  */
710
711 int flag_pic;
712
713 /* Set to the default thread-local storage (tls) model to use.  */
714
715 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
716
717 /* Nonzero means generate extra code for exception handling and enable
718    exception handling.  */
719
720 int flag_exceptions;
721
722 /* Nonzero means generate frame unwind info table when supported.  */
723
724 int flag_unwind_tables = 0;
725
726 /* Nonzero means generate frame unwind info table exact at each insn boundary */
727
728 int flag_asynchronous_unwind_tables = 0;
729
730 /* Nonzero means don't place uninitialized global data in common storage
731    by default.  */
732
733 int flag_no_common;
734
735 /* Nonzero means change certain warnings into errors.
736    Usually these are warnings about failure to conform to some standard.  */
737
738 int flag_pedantic_errors = 0;
739
740 /* flag_schedule_insns means schedule insns within basic blocks (before
741    local_alloc).
742    flag_schedule_insns_after_reload means schedule insns after
743    global_alloc.  */
744
745 int flag_schedule_insns = 0;
746 int flag_schedule_insns_after_reload = 0;
747
748 /* The following flags have effect only for scheduling before register
749    allocation:
750
751    flag_schedule_interblock means schedule insns accross basic blocks.
752    flag_schedule_speculative means allow speculative motion of non-load insns.
753    flag_schedule_speculative_load means allow speculative motion of some
754    load insns.
755    flag_schedule_speculative_load_dangerous allows speculative motion of more
756    load insns.  */
757
758 int flag_schedule_interblock = 1;
759 int flag_schedule_speculative = 1;
760 int flag_schedule_speculative_load = 0;
761 int flag_schedule_speculative_load_dangerous = 0;
762
763 int flag_single_precision_constant;
764
765 /* flag_branch_on_count_reg means try to replace add-1,compare,branch tupple
766    by a cheaper branch on a count register.  */
767 int flag_branch_on_count_reg = 1;
768
769 /* -finhibit-size-directive inhibits output of .size for ELF.
770    This is used only for compiling crtstuff.c,
771    and it may be extended to other effects
772    needed for crtstuff.c on other systems.  */
773 int flag_inhibit_size_directive = 0;
774
775 /* -fverbose-asm causes extra commentary information to be produced in
776    the generated assembly code (to make it more readable).  This option
777    is generally only of use to those who actually need to read the
778    generated assembly code (perhaps while debugging the compiler itself).
779    -fno-verbose-asm, the default, causes the extra information
780    to be omitted and is useful when comparing two assembler files.  */
781
782 int flag_verbose_asm = 0;
783
784 /* -dA causes debug commentary information to be produced in
785    the generated assembly code (to make it more readable).  This option
786    is generally only of use to those who actually need to read the
787    generated assembly code (perhaps while debugging the compiler itself).
788    Currently, this switch is only used by dwarfout.c; however, it is intended
789    to be a catchall for printing debug information in the assembler file.  */
790
791 int flag_debug_asm = 0;
792
793 /* -dP causes the rtl to be emitted as a comment in assembly.  */
794
795 int flag_dump_rtl_in_asm = 0;
796
797 /* -fgnu-linker specifies use of the GNU linker for initializations.
798    (Or, more generally, a linker that handles initializations.)
799    -fno-gnu-linker says that collect2 will be used.  */
800 #ifdef USE_COLLECT2
801 int flag_gnu_linker = 0;
802 #else
803 int flag_gnu_linker = 1;
804 #endif
805
806 /* Nonzero means put zero initialized data in the bss section.  */
807 int flag_zero_initialized_in_bss = 1;
808
809 /* Enable SSA.  */
810 int flag_ssa = 0;
811
812 /* Enable ssa conditional constant propagation.  */
813 int flag_ssa_ccp = 0;
814
815 /* Enable ssa aggressive dead code elimination.  */
816 int flag_ssa_dce = 0;
817
818 /* Tag all structures with __attribute__(packed).  */
819 int flag_pack_struct = 0;
820
821 /* Emit code to check for stack overflow; also may cause large objects
822    to be allocated dynamically.  */
823 int flag_stack_check;
824
825 /* When non-NULL, indicates that whenever space is allocated on the
826    stack, the resulting stack pointer must not pass this
827    address---that is, for stacks that grow downward, the stack pointer
828    must always be greater than or equal to this address; for stacks
829    that grow upward, the stack pointer must be less than this address.
830    At present, the rtx may be either a REG or a SYMBOL_REF, although
831    the support provided depends on the backend.  */
832 rtx stack_limit_rtx;
833
834 /* 0 if pointer arguments may alias each other.  True in C.
835    1 if pointer arguments may not alias each other but may alias
836    global variables.
837    2 if pointer arguments may not alias each other and may not
838    alias global variables.  True in Fortran.
839    This defaults to 0 for C.  */
840 int flag_argument_noalias = 0;
841
842 /* Nonzero if we should do (language-dependent) alias analysis.
843    Typically, this analysis will assume that expressions of certain
844    types do not alias expressions of certain other types.  Only used
845    if alias analysis (in general) is enabled.  */
846 int flag_strict_aliasing = 0;
847
848 /* Instrument functions with calls at entry and exit, for profiling.  */
849 int flag_instrument_function_entry_exit = 0;
850
851 /* Nonzero means ignore `#ident' directives.  0 means handle them.
852    On SVR4 targets, it also controls whether or not to emit a
853    string identifying the compiler.  */
854
855 int flag_no_ident = 0;
856
857 /* This will perform a peephole pass before sched2.  */
858 int flag_peephole2 = 0;
859
860 /* This will try to guess branch probabilities.  */
861 int flag_guess_branch_prob = 0;
862
863 /* -fcheck-bounds causes gcc to generate array bounds checks.
864    For C, C++, ObjC: defaults to off.
865    For Java: defaults to on.
866    For Fortran: defaults to off.  */
867 int flag_bounds_check = 0;
868
869 /* This will attempt to merge constant section constants, if 1 only
870    string constants and constants from constant pool, if 2 also constant
871    variables.  */
872 int flag_merge_constants = 1;
873
874 /* If one, renumber instruction UIDs to reduce the number of
875    unused UIDs if there are a lot of instructions.  If greater than
876    one, unconditionally renumber instruction UIDs.  */
877 int flag_renumber_insns = 1;
878
879 /* If nonzero, use the graph coloring register allocator.  */
880 int flag_new_regalloc = 0;
881
882 /* Nonzero if we perform superblock formation.  */
883
884 int flag_tracer = 0;
885
886 /* Values of the -falign-* flags: how much to align labels in code.
887    0 means `use default', 1 means `don't align'.
888    For each variable, there is an _log variant which is the power
889    of two not less than the variable, for .align output.  */
890
891 int align_loops;
892 int align_loops_log;
893 int align_loops_max_skip;
894 int align_jumps;
895 int align_jumps_log;
896 int align_jumps_max_skip;
897 int align_labels;
898 int align_labels_log;
899 int align_labels_max_skip;
900 int align_functions;
901 int align_functions_log;
902
903 /* Like align_functions_log above, but used by front-ends to force the
904    minimum function alignment.  Zero means no alignment is forced.  */
905 int force_align_functions_log;
906
907 /* Table of supported debugging formats.  */
908 static const struct
909 {
910   const char *const arg;
911   /* Since PREFERRED_DEBUGGING_TYPE isn't necessarily a
912      constant expression, we use NO_DEBUG in its place.  */
913   const enum debug_info_type debug_type;
914   const int use_extensions_p;
915   const char *const description;
916 } *da,
917 debug_args[] =
918 {
919   { "",       NO_DEBUG, DEFAULT_GDB_EXTENSIONS,
920     N_("Generate debugging info in default format") },
921   { "gdb",    NO_DEBUG, 1, N_("Generate debugging info in default extended format") },
922 #ifdef DBX_DEBUGGING_INFO
923   { "stabs",  DBX_DEBUG, 0, N_("Generate STABS format debug info") },
924   { "stabs+", DBX_DEBUG, 1, N_("Generate extended STABS format debug info") },
925 #endif
926 #ifdef DWARF_DEBUGGING_INFO
927   { "dwarf",  DWARF_DEBUG, 0, N_("Generate DWARF-1 format debug info") },
928   { "dwarf+", DWARF_DEBUG, 1,
929     N_("Generate extended DWARF-1 format debug info") },
930 #endif
931 #ifdef DWARF2_DEBUGGING_INFO
932   { "dwarf-2", DWARF2_DEBUG, 0, N_("Generate DWARF-2 debug info") },
933 #endif
934 #ifdef XCOFF_DEBUGGING_INFO
935   { "xcoff",  XCOFF_DEBUG, 0, N_("Generate XCOFF format debug info") },
936   { "xcoff+", XCOFF_DEBUG, 1, N_("Generate extended XCOFF format debug info") },
937 #endif
938 #ifdef SDB_DEBUGGING_INFO
939   { "coff", SDB_DEBUG, 0, N_("Generate COFF format debug info") },
940 #endif
941 #ifdef VMS_DEBUGGING_INFO
942   { "vms", VMS_DEBUG, 0, N_("Generate VMS format debug info") },
943 #endif
944   { 0, 0, 0, 0 }
945 };
946
947 typedef struct
948 {
949   const char *const string;
950   int *const variable;
951   const int on_value;
952   const char *const description;
953 }
954 lang_independent_options;
955
956 int flag_trapv = 0;
957
958 /* Add or remove a leading underscore from user symbols.  */
959 int flag_leading_underscore = -1;
960
961 /* The user symbol prefix after having resolved same.  */
962 const char *user_label_prefix;
963
964 static const param_info lang_independent_params[] = {
965 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \
966   { OPTION, DEFAULT, HELP },
967 #include "params.def"
968 #undef DEFPARAM
969   { NULL, 0, NULL }
970 };
971
972 /* Table of language-independent -f options.
973    STRING is the option name.  VARIABLE is the address of the variable.
974    ON_VALUE is the value to store in VARIABLE
975     if `-fSTRING' is seen as an option.
976    (If `-fno-STRING' is seen as an option, the opposite value is stored.)  */
977
978 static const lang_independent_options f_options[] =
979 {
980   {"eliminate-dwarf2-dups", &flag_eliminate_dwarf2_dups, 1,
981    N_("Perform DWARF2 duplicate elimination") },
982   {"float-store", &flag_float_store, 1,
983    N_("Do not store floats in registers") },
984   {"volatile", &flag_volatile, 1,
985    N_("Consider all mem refs through pointers as volatile") },
986   {"volatile-global", &flag_volatile_global, 1,
987    N_("Consider all mem refs to global data to be volatile") },
988   {"volatile-static", &flag_volatile_static, 1,
989    N_("Consider all mem refs to static data to be volatile") },
990   {"defer-pop", &flag_defer_pop, 1,
991    N_("Defer popping functions args from stack until later") },
992   {"omit-frame-pointer", &flag_omit_frame_pointer, 1,
993    N_("When possible do not generate stack frames") },
994   {"optimize-sibling-calls", &flag_optimize_sibling_calls, 1,
995    N_("Optimize sibling and tail recursive calls") },
996   {"tracer", &flag_tracer, 1,
997    N_("Perform superblock formation via tail duplication") },
998   {"cse-follow-jumps", &flag_cse_follow_jumps, 1,
999    N_("When running CSE, follow jumps to their targets") },
1000   {"cse-skip-blocks", &flag_cse_skip_blocks, 1,
1001    N_("When running CSE, follow conditional jumps") },
1002   {"expensive-optimizations", &flag_expensive_optimizations, 1,
1003    N_("Perform a number of minor, expensive optimizations") },
1004   {"thread-jumps", &flag_thread_jumps, 1,
1005    N_("Perform jump threading optimizations") },
1006   {"strength-reduce", &flag_strength_reduce, 1,
1007    N_("Perform strength reduction optimizations") },
1008   {"unroll-loops", &flag_unroll_loops, 1,
1009    N_("Perform loop unrolling when iteration count is known") },
1010   {"unroll-all-loops", &flag_unroll_all_loops, 1,
1011    N_("Perform loop unrolling for all loops") },
1012   {"prefetch-loop-arrays", &flag_prefetch_loop_arrays, 1,
1013    N_("Generate prefetch instructions, if available, for arrays in loops") },
1014   {"move-all-movables", &flag_move_all_movables, 1,
1015    N_("Force all loop invariant computations out of loops") },
1016   {"reduce-all-givs", &flag_reduce_all_givs, 1,
1017    N_("Strength reduce all loop general induction variables") },
1018   {"writable-strings", &flag_writable_strings, 1,
1019    N_("Store strings in writable data section") },
1020   {"peephole", &flag_no_peephole, 0,
1021    N_("Enable machine specific peephole optimizations") },
1022   {"force-mem", &flag_force_mem, 1,
1023    N_("Copy memory operands into registers before using") },
1024   {"force-addr", &flag_force_addr, 1,
1025    N_("Copy memory address constants into regs before using") },
1026   {"function-cse", &flag_no_function_cse, 0,
1027    N_("Allow function addresses to be held in registers") },
1028   {"inline-functions", &flag_inline_functions, 1,
1029    N_("Integrate simple functions into their callers") },
1030   {"keep-inline-functions", &flag_keep_inline_functions, 1,
1031    N_("Generate code for funcs even if they are fully inlined") },
1032   {"inline", &flag_no_inline, 0,
1033    N_("Pay attention to the 'inline' keyword") },
1034   {"keep-static-consts", &flag_keep_static_consts, 1,
1035    N_("Emit static const variables even if they are not used") },
1036   {"syntax-only", &flag_syntax_only, 1,
1037    N_("Check for syntax errors, then stop") },
1038   {"shared-data", &flag_shared_data, 1,
1039    N_("Mark data as shared rather than private") },
1040   {"caller-saves", &flag_caller_saves, 1,
1041    N_("Enable saving registers around function calls") },
1042   {"pcc-struct-return", &flag_pcc_struct_return, 1,
1043    N_("Return 'short' aggregates in memory, not registers") },
1044   {"reg-struct-return", &flag_pcc_struct_return, 0,
1045    N_("Return 'short' aggregates in registers") },
1046   {"delayed-branch", &flag_delayed_branch, 1,
1047    N_("Attempt to fill delay slots of branch instructions") },
1048   {"gcse", &flag_gcse, 1,
1049    N_("Perform the global common subexpression elimination") },
1050   {"gcse-lm", &flag_gcse_lm, 1,
1051    N_("Perform enhanced load motion during global subexpression elimination") },
1052   {"gcse-sm", &flag_gcse_sm, 1,
1053    N_("Perform store motion after global subexpression elimination") },
1054   {"loop-optimize", &flag_loop_optimize, 1,
1055    N_("Perform the loop optimizations") },
1056   {"crossjumping", &flag_crossjumping, 1,
1057    N_("Perform cross-jumping optimization") },
1058   {"if-conversion", &flag_if_conversion, 1,
1059    N_("Perform conversion of conditional jumps to branchless equivalents") },
1060   {"if-conversion2", &flag_if_conversion2, 1,
1061    N_("Perform conversion of conditional jumps to conditional execution") },
1062   {"rerun-cse-after-loop", &flag_rerun_cse_after_loop, 1,
1063    N_("Run CSE pass after loop optimizations") },
1064   {"rerun-loop-opt", &flag_rerun_loop_opt, 1,
1065    N_("Run the loop optimizer twice") },
1066   {"delete-null-pointer-checks", &flag_delete_null_pointer_checks, 1,
1067    N_("Delete useless null pointer checks") },
1068   {"schedule-insns", &flag_schedule_insns, 1,
1069    N_("Reschedule instructions before register allocation") },
1070   {"schedule-insns2", &flag_schedule_insns_after_reload, 1,
1071    N_("Reschedule instructions after register allocation") },
1072   {"sched-interblock",&flag_schedule_interblock, 1,
1073    N_("Enable scheduling across basic blocks") },
1074   {"sched-spec",&flag_schedule_speculative, 1,
1075    N_("Allow speculative motion of non-loads") },
1076   {"sched-spec-load",&flag_schedule_speculative_load, 1,
1077    N_("Allow speculative motion of some loads") },
1078   {"sched-spec-load-dangerous",&flag_schedule_speculative_load_dangerous, 1,
1079    N_("Allow speculative motion of more loads") },
1080   {"branch-count-reg",&flag_branch_on_count_reg, 1,
1081    N_("Replace add,compare,branch with branch on count reg") },
1082   {"pic", &flag_pic, 1,
1083    N_("Generate position independent code, if possible") },
1084   {"PIC", &flag_pic, 2, ""},
1085   {"exceptions", &flag_exceptions, 1,
1086    N_("Enable exception handling") },
1087   {"unwind-tables", &flag_unwind_tables, 1,
1088    N_("Just generate unwind tables for exception handling") },
1089   {"asynchronous-unwind-tables", &flag_asynchronous_unwind_tables, 1,
1090    N_("Generate unwind tables exact at each instruction boundary") },
1091   {"non-call-exceptions", &flag_non_call_exceptions, 1,
1092    N_("Support synchronous non-call exceptions") },
1093   {"profile-arcs", &profile_arc_flag, 1,
1094    N_("Insert arc based program profiling code") },
1095   {"test-coverage", &flag_test_coverage, 1,
1096    N_("Create data files needed by gcov") },
1097   {"branch-probabilities", &flag_branch_probabilities, 1,
1098    N_("Use profiling information for branch probabilities") },
1099   {"profile", &profile_flag, 1,
1100    N_("Enable basic program profiling code") },
1101   {"reorder-blocks", &flag_reorder_blocks, 1,
1102    N_("Reorder basic blocks to improve code placement") },
1103   {"reorder-functions", &flag_reorder_functions, 1,
1104    N_("Reorder functions to improve code placement") },
1105   {"rename-registers", &flag_rename_registers, 1,
1106    N_("Do the register renaming optimization pass") },
1107   {"cprop-registers", &flag_cprop_registers, 1,
1108    N_("Do the register copy-propagation optimization pass") },
1109   {"common", &flag_no_common, 0,
1110    N_("Do not put uninitialized globals in the common section") },
1111   {"inhibit-size-directive", &flag_inhibit_size_directive, 1,
1112    N_("Do not generate .size directives") },
1113   {"function-sections", &flag_function_sections, 1,
1114    N_("place each function into its own section") },
1115   {"data-sections", &flag_data_sections, 1,
1116    N_("place data items into their own section") },
1117   {"verbose-asm", &flag_verbose_asm, 1,
1118    N_("Add extra commentary to assembler output") },
1119   {"gnu-linker", &flag_gnu_linker, 1,
1120    N_("Output GNU ld formatted global initializers") },
1121   {"regmove", &flag_regmove, 1,
1122    N_("Enables a register move optimization") },
1123   {"optimize-register-move", &flag_regmove, 1,
1124    N_("Do the full regmove optimization pass") },
1125   {"pack-struct", &flag_pack_struct, 1,
1126    N_("Pack structure members together without holes") },
1127   {"stack-check", &flag_stack_check, 1,
1128    N_("Insert stack checking code into the program") },
1129   {"argument-alias", &flag_argument_noalias, 0,
1130    N_("Specify that arguments may alias each other & globals") },
1131   {"argument-noalias", &flag_argument_noalias, 1,
1132    N_("Assume arguments may alias globals but not each other") },
1133   {"argument-noalias-global", &flag_argument_noalias, 2,
1134    N_("Assume arguments do not alias each other or globals") },
1135   {"strict-aliasing", &flag_strict_aliasing, 1,
1136    N_("Assume strict aliasing rules apply") },
1137   {"align-loops", &align_loops, 0,
1138    N_("Align the start of loops") },
1139   {"align-jumps", &align_jumps, 0,
1140    N_("Align labels which are only reached by jumping") },
1141   {"align-labels", &align_labels, 0,
1142    N_("Align all labels") },
1143   {"align-functions", &align_functions, 0,
1144    N_("Align the start of functions") },
1145   {"merge-constants", &flag_merge_constants, 1,
1146    N_("Attempt to merge identical constants across compilation units") },
1147   {"merge-all-constants", &flag_merge_constants, 2,
1148    N_("Attempt to merge identical constants and constant variables") },
1149   {"dump-unnumbered", &flag_dump_unnumbered, 1,
1150    N_("Suppress output of instruction numbers and line number notes in debugging dumps") },
1151   {"instrument-functions", &flag_instrument_function_entry_exit, 1,
1152    N_("Instrument function entry/exit with profiling calls") },
1153   {"zero-initialized-in-bss", &flag_zero_initialized_in_bss, 1,
1154    N_("Put zero initialized data in the bss section") },
1155   {"ssa", &flag_ssa, 1,
1156    N_("Enable SSA optimizations") },
1157   {"ssa-ccp", &flag_ssa_ccp, 1,
1158    N_("Enable SSA conditional constant propagation") },
1159   {"ssa-dce", &flag_ssa_dce, 1,
1160    N_("Enable aggressive SSA dead code elimination") },
1161   {"leading-underscore", &flag_leading_underscore, 1,
1162    N_("External symbols have a leading underscore") },
1163   {"ident", &flag_no_ident, 0,
1164    N_("Process #ident directives") },
1165   { "peephole2", &flag_peephole2, 1,
1166    N_("Enables an rtl peephole pass run before sched2") },
1167   {"finite-math-only", &flag_finite_math_only, 1,
1168    N_("Assume no NaNs or +-Infs are generated") },
1169   { "guess-branch-probability", &flag_guess_branch_prob, 1,
1170    N_("Enables guessing of branch probabilities") },
1171   {"math-errno", &flag_errno_math, 1,
1172    N_("Set errno after built-in math functions") },
1173   {"trapping-math", &flag_trapping_math, 1,
1174    N_("Floating-point operations can trap") },
1175   {"unsafe-math-optimizations", &flag_unsafe_math_optimizations, 1,
1176    N_("Allow math optimizations that may violate IEEE or ANSI standards") },
1177   {"signaling-nans", &flag_signaling_nans, 1,
1178    N_("Disable optimizations observable by IEEE signaling NaNs") },
1179   {"bounds-check", &flag_bounds_check, 1,
1180    N_("Generate code to check bounds before indexing arrays") },
1181   {"single-precision-constant", &flag_single_precision_constant, 1,
1182    N_("Convert floating point constant to single precision constant") },
1183   {"time-report", &time_report, 1,
1184    N_("Report time taken by each compiler pass at end of run") },
1185   {"mem-report", &mem_report, 1,
1186    N_("Report on permanent memory allocation at end of run") },
1187   { "trapv", &flag_trapv, 1,
1188    N_("Trap for signed overflow in addition / subtraction / multiplication") },
1189   { "new-ra", &flag_new_regalloc, 1,
1190    N_("Use graph coloring register allocation.") },
1191 };
1192
1193 /* Table of language-specific options.  */
1194
1195 static const struct lang_opt
1196 {
1197   const char *const option;
1198   const char *const description;
1199 }
1200 documented_lang_options[] =
1201 {
1202   /* In order not to overload the --help output, the convention
1203      used here is to only describe those options which are not
1204      enabled by default.  */
1205
1206   { "-ansi",
1207     N_("Compile just for ISO C90") },
1208   { "-std= ",
1209     N_("Determine language standard") },
1210
1211   { "-fsigned-bitfields", "" },
1212   { "-funsigned-bitfields",
1213     N_("Make bit-fields by unsigned by default") },
1214   { "-fno-signed-bitfields", "" },
1215   { "-fno-unsigned-bitfields","" },
1216   { "-fsigned-char",
1217     N_("Make 'char' be signed by default") },
1218   { "-funsigned-char",
1219     N_("Make 'char' be unsigned by default") },
1220   { "-fno-signed-char", "" },
1221   { "-fno-unsigned-char", "" },
1222
1223   { "-fasm", "" },
1224   { "-fno-asm",
1225     N_("Do not recognize the 'asm' keyword") },
1226   { "-fbuiltin", "" },
1227   { "-fno-builtin",
1228     N_("Do not recognize any built in functions") },
1229   { "-fhosted",
1230     N_("Assume normal C execution environment") },
1231   { "-fno-hosted", "" },
1232   { "-ffreestanding",
1233     N_("Assume that standard libraries & main might not exist") },
1234   { "-fno-freestanding", "" },
1235   { "-fcond-mismatch",
1236     N_("Allow different types as args of ? operator") },
1237   { "-fno-cond-mismatch", "" },
1238   { "-fdollars-in-identifiers",
1239     N_("Allow the use of $ inside identifiers") },
1240   { "-fno-dollars-in-identifiers", "" },
1241   { "-fpreprocessed", "" },
1242   { "-fno-preprocessed", "" },
1243   { "-fshort-double",
1244     N_("Use the same size for double as for float") },
1245   { "-fno-short-double", "" },
1246   { "-fshort-enums",
1247     N_("Use the smallest fitting integer to hold enums") },
1248   { "-fno-short-enums", "" },
1249   { "-fshort-wchar",
1250     N_("Override the underlying type for wchar_t to `unsigned short'") },
1251   { "-fno-short-wchar", "" },
1252
1253   { "-Wall",
1254     N_("Enable most warning messages") },
1255   { "-Wbad-function-cast",
1256     N_("Warn about casting functions to incompatible types") },
1257   { "-Wno-bad-function-cast", "" },
1258   { "-Wmissing-format-attribute",
1259     N_("Warn about functions which might be candidates for format attributes") },
1260   { "-Wno-missing-format-attribute", "" },
1261   { "-Wcast-qual",
1262     N_("Warn about casts which discard qualifiers") },
1263   { "-Wno-cast-qual", "" },
1264   { "-Wchar-subscripts",
1265     N_("Warn about subscripts whose type is 'char'") },
1266   { "-Wno-char-subscripts", "" },
1267   { "-Wcomment",
1268     N_("Warn if nested comments are detected") },
1269   { "-Wno-comment", "" },
1270   { "-Wcomments",
1271     N_("Warn if nested comments are detected") },
1272   { "-Wno-comments", "" },
1273   { "-Wconversion",
1274     N_("Warn about possibly confusing type conversions") },
1275   { "-Wno-conversion", "" },
1276   { "-Wdiv-by-zero", "" },
1277   { "-Wno-div-by-zero",
1278     N_("Do not warn about compile-time integer division by zero") },
1279   { "-Wfloat-equal",
1280     N_("Warn about testing equality of floating point numbers") },
1281   { "-Wno-float-equal", "" },
1282   { "-Wformat",
1283     N_("Warn about printf/scanf/strftime/strfmon format anomalies") },
1284   { "-Wno-format", "" },
1285   { "-Wformat-extra-args", "" },
1286   { "-Wno-format-extra-args",
1287     N_("Don't warn about too many arguments to format functions") },
1288   { "-Wformat-nonliteral",
1289     N_("Warn about non-string-literal format strings") },
1290   { "-Wno-format-nonliteral", "" },
1291   { "-Wformat-security",
1292     N_("Warn about possible security problems with format functions") },
1293   { "-Wno-format-security", "" },
1294   { "-Wformat-y2k", "" },
1295   { "-Wno-format-y2k",
1296     N_("Don't warn about strftime formats yielding 2 digit years") },
1297   { "-Wimplicit-function-declaration",
1298     N_("Warn about implicit function declarations") },
1299   { "-Wno-implicit-function-declaration", "" },
1300   { "-Werror-implicit-function-declaration", "" },
1301   { "-Wimplicit-int",
1302     N_("Warn when a declaration does not specify a type") },
1303   { "-Wno-implicit-int", "" },
1304   { "-Wimplicit", "" },
1305   { "-Wno-implicit", "" },
1306   { "-Wimport",
1307     N_("Warn about the use of the #import directive") },
1308   { "-Wno-import", "" },
1309   { "-Wlong-long","" },
1310   { "-Wno-long-long",
1311     N_("Do not warn about using 'long long' when -pedantic") },
1312   { "-Wmain",
1313     N_("Warn about suspicious declarations of main") },
1314   { "-Wno-main", "" },
1315   { "-Wmissing-braces",
1316     N_("Warn about possibly missing braces around initializers") },
1317   { "-Wno-missing-braces", "" },
1318   { "-Wmissing-declarations",
1319     N_("Warn about global funcs without previous declarations") },
1320   { "-Wno-missing-declarations", "" },
1321   { "-Wmissing-prototypes",
1322     N_("Warn about global funcs without prototypes") },
1323   { "-Wno-missing-prototypes", "" },
1324   { "-Wmultichar",
1325     N_("Warn about use of multicharacter literals") },
1326   { "-Wno-multichar", "" },
1327   { "-Wnested-externs",
1328     N_("Warn about externs not at file scope level") },
1329   { "-Wno-nested-externs", "" },
1330   { "-Wparentheses",
1331     N_("Warn about possible missing parentheses") },
1332   { "-Wno-parentheses", "" },
1333   { "-Wpointer-arith",
1334     N_("Warn about function pointer arithmetic") },
1335   { "-Wno-pointer-arith", "" },
1336   { "-Wredundant-decls",
1337     N_("Warn about multiple declarations of the same object") },
1338   { "-Wno-redundant-decls", "" },
1339   { "-Wreturn-type",
1340     N_("Warn whenever a function's return-type defaults to int") },
1341   { "-Wno-return-type", "" },
1342   { "-Wsequence-point",
1343     N_("Warn about possible violations of sequence point rules") },
1344   { "-Wno-sequence-point", "" },
1345   { "-Wsign-compare",
1346     N_("Warn about signed/unsigned comparisons") },
1347   { "-Wno-sign-compare", "" },
1348   { "-Wstrict-prototypes",
1349     N_("Warn about non-prototyped function decls") },
1350   { "-Wno-strict-prototypes", "" },
1351   { "-Wtraditional",
1352     N_("Warn about constructs whose meanings change in ISO C") },
1353   { "-Wno-traditional", "" },
1354   { "-Wtrigraphs",
1355     N_("Warn when trigraphs are encountered") },
1356   { "-Wno-trigraphs", "" },
1357   { "-Wundef", "" },
1358   { "-Wno-undef", "" },
1359   { "-Wunknown-pragmas",
1360     N_("Warn about unrecognized pragmas") },
1361   { "-Wno-unknown-pragmas", "" },
1362   { "-Wwrite-strings",
1363     N_("Mark strings as 'const char *'") },
1364   { "-Wno-write-strings", "" },
1365
1366 #define DEFINE_LANG_NAME(NAME) { NULL, NAME },
1367
1368 #include "options.h"
1369
1370 };
1371
1372 /* Here is a table, controlled by the tm.h file, listing each -m switch
1373    and which bits in `target_switches' it should set or clear.
1374    If VALUE is positive, it is bits to set.
1375    If VALUE is negative, -VALUE is bits to clear.
1376    (The sign bit is not used so there is no confusion.)  */
1377
1378 static const struct
1379 {
1380   const char *const name;
1381   const int value;
1382   const char *const description;
1383 }
1384 target_switches[] = TARGET_SWITCHES;
1385
1386 /* This table is similar, but allows the switch to have a value.  */
1387
1388 #ifdef TARGET_OPTIONS
1389 static const struct
1390 {
1391   const char *const prefix;
1392   const char **const variable;
1393   const char *const description;
1394 }
1395 target_options[] = TARGET_OPTIONS;
1396 #endif
1397 \f
1398 /* Options controlling warnings.  */
1399
1400 /* Don't print warning messages.  -w.  */
1401
1402 int inhibit_warnings = 0;
1403
1404 /* Don't suppress warnings from system headers.  -Wsystem-headers.  */
1405
1406 int warn_system_headers = 0;
1407
1408 /* Print various extra warnings.  -W.  */
1409
1410 int extra_warnings = 0;
1411
1412 /* Treat warnings as errors.  -Werror.  */
1413
1414 int warnings_are_errors = 0;
1415
1416 /* Nonzero to warn about unused variables, functions et.al.  */
1417
1418 int warn_unused_function;
1419 int warn_unused_label;
1420 int warn_unused_parameter;
1421 int warn_unused_variable;
1422 int warn_unused_value;
1423
1424 /* Nonzero to warn about code which is never reached.  */
1425
1426 int warn_notreached;
1427
1428 /* Nonzero to warn about variables used before they are initialized.  */
1429
1430 int warn_uninitialized;
1431
1432 /* Nonzero means warn about all declarations which shadow others.  */
1433
1434 int warn_shadow;
1435
1436 /* Warn if a switch on an enum, that does not have a default case,
1437    fails to have a case for every enum value.  */
1438
1439 int warn_switch;
1440
1441 /* Warn if a switch does not have a default case.  */
1442
1443 int warn_switch_default;
1444
1445 /* Warn if a switch on an enum fails to have a case for every enum
1446    value (regardless of the presence or otherwise of a default case).  */
1447
1448 int warn_switch_enum;
1449
1450 /* Nonzero means warn about function definitions that default the return type
1451    or that use a null return and have a return-type other than void.  */
1452
1453 int warn_return_type;
1454
1455 /* Nonzero means warn about pointer casts that increase the required
1456    alignment of the target type (and might therefore lead to a crash
1457    due to a misaligned access).  */
1458
1459 int warn_cast_align;
1460
1461 /* Nonzero means warn about any objects definitions whose size is larger
1462    than N bytes.  Also want about function definitions whose returned
1463    values are larger than N bytes. The value N is in `larger_than_size'.  */
1464
1465 int warn_larger_than;
1466 HOST_WIDE_INT larger_than_size;
1467
1468 /* Nonzero means warn if inline function is too large.  */
1469
1470 int warn_inline;
1471
1472 /* Warn if a function returns an aggregate,
1473    since there are often incompatible calling conventions for doing this.  */
1474
1475 int warn_aggregate_return;
1476
1477 /* Warn if packed attribute on struct is unnecessary and inefficient.  */
1478
1479 int warn_packed;
1480
1481 /* Warn when gcc pads a structure to an alignment boundary.  */
1482
1483 int warn_padded;
1484
1485 /* Warn when an optimization pass is disabled.  */
1486
1487 int warn_disabled_optimization;
1488
1489 /* Warn about functions which might be candidates for attribute noreturn.  */
1490
1491 int warn_missing_noreturn;
1492
1493 /* Nonzero means warn about uses of __attribute__((deprecated))
1494    declarations.  */
1495
1496 int warn_deprecated_decl = 1;
1497
1498 /* Nonzero means warn about constructs which might not be
1499    strict-aliasing safe.  */
1500
1501 int warn_strict_aliasing;
1502
1503 /* Likewise for -W.  */
1504
1505 static const lang_independent_options W_options[] =
1506 {
1507   {"unused-function", &warn_unused_function, 1,
1508    N_("Warn when a function is unused") },
1509   {"unused-label", &warn_unused_label, 1,
1510    N_("Warn when a label is unused") },
1511   {"unused-parameter", &warn_unused_parameter, 1,
1512    N_("Warn when a function parameter is unused") },
1513   {"unused-variable", &warn_unused_variable, 1,
1514    N_("Warn when a variable is unused") },
1515   {"unused-value", &warn_unused_value, 1,
1516    N_("Warn when an expression value is unused") },
1517   {"system-headers", &warn_system_headers, 1,
1518    N_("Do not suppress warnings from system headers") },
1519   {"error", &warnings_are_errors, 1,
1520    N_("Treat all warnings as errors") },
1521   {"shadow", &warn_shadow, 1,
1522    N_("Warn when one local variable shadows another") },
1523   {"switch", &warn_switch, 1,
1524    N_("Warn about enumerated switches, with no default, missing a case") },
1525   {"switch-default", &warn_switch_default, 1,
1526    N_("Warn about enumerated switches missing a default case") },
1527   {"switch-enum", &warn_switch_enum, 1,
1528    N_("Warn about all enumerated switches missing a specific case") },
1529   {"aggregate-return", &warn_aggregate_return, 1,
1530    N_("Warn about returning structures, unions or arrays") },
1531   {"cast-align", &warn_cast_align, 1,
1532    N_("Warn about pointer casts which increase alignment") },
1533   {"unreachable-code", &warn_notreached, 1,
1534    N_("Warn about code that will never be executed") },
1535   {"uninitialized", &warn_uninitialized, 1,
1536    N_("Warn about uninitialized automatic variables") },
1537   {"inline", &warn_inline, 1,
1538    N_("Warn when an inlined function cannot be inlined") },
1539   {"packed", &warn_packed, 1,
1540    N_("Warn when the packed attribute has no effect on struct layout") },
1541   {"padded", &warn_padded, 1,
1542    N_("Warn when padding is required to align struct members") },
1543   {"disabled-optimization", &warn_disabled_optimization, 1,
1544    N_("Warn when an optimization pass is disabled") },
1545   {"deprecated-declarations", &warn_deprecated_decl, 1,
1546    N_("Warn about uses of __attribute__((deprecated)) declarations") },
1547   {"missing-noreturn", &warn_missing_noreturn, 1,
1548    N_("Warn about functions which might be candidates for attribute noreturn") },
1549   {"strict-aliasing", &warn_strict_aliasing, 1,
1550    N_ ("Warn about code which might break the strict aliasing rules") }
1551 };
1552
1553 void
1554 set_Wunused (setting)
1555      int setting;
1556 {
1557   warn_unused_function = setting;
1558   warn_unused_label = setting;
1559   /* Unused function parameter warnings are reported when either ``-W
1560      -Wunused'' or ``-Wunused-parameter'' is specified.  Differentiate
1561      -Wunused by setting WARN_UNUSED_PARAMETER to -1.  */
1562   if (!setting)
1563     warn_unused_parameter = 0;
1564   else if (!warn_unused_parameter)
1565     warn_unused_parameter = -1;
1566   warn_unused_variable = setting;
1567   warn_unused_value = setting;
1568 }
1569
1570 /* The following routines are useful in setting all the flags that
1571    -ffast-math and -fno-fast-math imply.  */
1572
1573 void
1574 set_fast_math_flags (set)
1575      int set;
1576 {
1577   flag_trapping_math = !set;
1578   flag_unsafe_math_optimizations = set;
1579   flag_finite_math_only = set;
1580   flag_errno_math = !set;
1581   if (set)
1582     flag_signaling_nans = 0;
1583 }
1584
1585 /* Return true iff flags are set as if -ffast-math.  */
1586 bool
1587 fast_math_flags_set_p ()
1588 {
1589   return (!flag_trapping_math
1590           && flag_unsafe_math_optimizations
1591           && flag_finite_math_only
1592           && !flag_errno_math);
1593 }
1594
1595 \f
1596 /* Output files for assembler code (real compiler output)
1597    and debugging dumps.  */
1598
1599 FILE *asm_out_file;
1600 FILE *aux_info_file;
1601 FILE *rtl_dump_file = NULL;
1602
1603 /* Decode the string P as an integral parameter.
1604    If the string is indeed an integer return its numeric value else
1605    issue an Invalid Option error for the option PNAME and return DEFVAL.
1606    If PNAME is zero just return DEFVAL, do not call error.  */
1607
1608 int
1609 read_integral_parameter (p, pname, defval)
1610      const char *p;
1611      const char *pname;
1612      const int  defval;
1613 {
1614   const char *endp = p;
1615
1616   while (*endp)
1617     {
1618       if (ISDIGIT (*endp))
1619         endp++;
1620       else
1621         break;
1622     }
1623
1624   if (*endp != 0)
1625     {
1626       if (pname != 0)
1627         error ("invalid option `%s'", pname);
1628       return defval;
1629     }
1630
1631   return atoi (p);
1632 }
1633 \f
1634 /* This calls abort and is used to avoid problems when abort is a macro.
1635    It is used when we need to pass the address of abort.  */
1636
1637 void
1638 do_abort ()
1639 {
1640   abort ();
1641 }
1642
1643 /* When `malloc.c' is compiled with `rcheck' defined,
1644    it calls this function to report clobberage.  */
1645
1646 void
1647 botch (s)
1648      const char *s ATTRIBUTE_UNUSED;
1649 {
1650   abort ();
1651 }
1652 \f
1653 /* Return the logarithm of X, base 2, considering X unsigned,
1654    if X is a power of 2.  Otherwise, returns -1.
1655
1656    This should be used via the `exact_log2' macro.  */
1657
1658 int
1659 exact_log2_wide (x)
1660      unsigned HOST_WIDE_INT x;
1661 {
1662   int log = 0;
1663   /* Test for 0 or a power of 2.  */
1664   if (x == 0 || x != (x & -x))
1665     return -1;
1666   while ((x >>= 1) != 0)
1667     log++;
1668   return log;
1669 }
1670
1671 /* Given X, an unsigned number, return the largest int Y such that 2**Y <= X.
1672    If X is 0, return -1.
1673
1674    This should be used via the floor_log2 macro.  */
1675
1676 int
1677 floor_log2_wide (x)
1678      unsigned HOST_WIDE_INT x;
1679 {
1680   int log = -1;
1681   while (x != 0)
1682     log++,
1683     x >>= 1;
1684   return log;
1685 }
1686
1687 /* Handler for fatal signals, such as SIGSEGV.  These are transformed
1688    into ICE messages, which is much more user friendly.  */
1689
1690 static void
1691 crash_signal (signo)
1692      int signo;
1693 {
1694   internal_error ("%s", strsignal (signo));
1695 }
1696
1697 /* Strip off a legitimate source ending from the input string NAME of
1698    length LEN.  Rather than having to know the names used by all of
1699    our front ends, we strip off an ending of a period followed by
1700    up to five characters.  (Java uses ".class".)  */
1701
1702 void
1703 strip_off_ending (name, len)
1704      char *name;
1705      int len;
1706 {
1707   int i;
1708   for (i = 2; i < 6 && len > i; i++)
1709     {
1710       if (name[len - i] == '.')
1711         {
1712           name[len - i] = '\0';
1713           break;
1714         }
1715     }
1716 }
1717
1718 /* Output a quoted string.  */
1719
1720 void
1721 output_quoted_string (asm_file, string)
1722      FILE *asm_file;
1723      const char *string;
1724 {
1725 #ifdef OUTPUT_QUOTED_STRING
1726   OUTPUT_QUOTED_STRING (asm_file, string);
1727 #else
1728   char c;
1729
1730   putc ('\"', asm_file);
1731   while ((c = *string++) != 0)
1732     {
1733       if (ISPRINT (c))
1734         {
1735           if (c == '\"' || c == '\\')
1736             putc ('\\', asm_file);
1737           putc (c, asm_file);
1738         }
1739       else
1740         fprintf (asm_file, "\\%03o", (unsigned char) c);
1741     }
1742   putc ('\"', asm_file);
1743 #endif
1744 }
1745
1746 /* Output NAME into FILE after having turned it into something
1747    usable as an identifier in a target's assembly file.  */
1748 void
1749 output_clean_symbol_name (file, name)
1750      FILE *file;
1751      const char *name;
1752 {
1753   /* Make a copy of NAME.  */
1754   char *id = xstrdup (name);
1755
1756   /* Make it look like a valid identifier for an assembler.  */
1757   clean_symbol_name (id);
1758
1759   fputs (id, file);
1760   free (id);
1761 }
1762
1763
1764 /* Output a file name in the form wanted by System V.  */
1765
1766 void
1767 output_file_directive (asm_file, input_name)
1768      FILE *asm_file;
1769      const char *input_name;
1770 {
1771   int len = strlen (input_name);
1772   const char *na = input_name + len;
1773
1774   /* NA gets INPUT_NAME sans directory names.  */
1775   while (na > input_name)
1776     {
1777       if (IS_DIR_SEPARATOR (na[-1]))
1778         break;
1779       na--;
1780     }
1781
1782 #ifdef ASM_OUTPUT_MAIN_SOURCE_FILENAME
1783   ASM_OUTPUT_MAIN_SOURCE_FILENAME (asm_file, na);
1784 #else
1785 #ifdef ASM_OUTPUT_SOURCE_FILENAME
1786   ASM_OUTPUT_SOURCE_FILENAME (asm_file, na);
1787 #else
1788   fprintf (asm_file, "\t.file\t");
1789   output_quoted_string (asm_file, na);
1790   fputc ('\n', asm_file);
1791 #endif
1792 #endif
1793 }
1794 \f
1795 /* Routine to open a dump file.  Return true if the dump file is enabled.  */
1796
1797 static int
1798 open_dump_file (index, decl)
1799      enum dump_file_index index;
1800      tree decl;
1801 {
1802   char *dump_name;
1803   const char *open_arg;
1804   char seq[16];
1805
1806   if (! dump_file[index].enabled)
1807     return 0;
1808
1809   timevar_push (TV_DUMP);
1810   if (rtl_dump_file != NULL)
1811     fclose (rtl_dump_file);
1812
1813   sprintf (seq, DUMPFILE_FORMAT, index);
1814
1815   if (! dump_file[index].initialized)
1816     {
1817       /* If we've not initialized the files, do so now.  */
1818       if (graph_dump_format != no_graph
1819           && dump_file[index].graph_dump_p)
1820         {
1821           dump_name = concat (seq, dump_file[index].extension, NULL);
1822           clean_graph_dump_file (dump_base_name, dump_name);
1823           free (dump_name);
1824         }
1825       dump_file[index].initialized = 1;
1826       open_arg = "w";
1827     }
1828   else
1829     open_arg = "a";
1830
1831   dump_name = concat (dump_base_name, seq,
1832                       dump_file[index].extension, NULL);
1833
1834   rtl_dump_file = fopen (dump_name, open_arg);
1835   if (rtl_dump_file == NULL)
1836     fatal_io_error ("can't open %s", dump_name);
1837
1838   free (dump_name);
1839
1840   if (decl)
1841     fprintf (rtl_dump_file, "\n;; Function %s%s\n\n",
1842              (*lang_hooks.decl_printable_name) (decl, 2),
1843              cfun->function_frequency == FUNCTION_FREQUENCY_HOT
1844              ? " (hot)"
1845              : cfun->function_frequency == FUNCTION_FREQUENCY_UNLIKELY_EXECUTED
1846              ? " (unlikely executed)"
1847              : "");
1848
1849   timevar_pop (TV_DUMP);
1850   return 1;
1851 }
1852
1853 /* Routine to close a dump file.  */
1854
1855 static void
1856 close_dump_file (index, func, insns)
1857      enum dump_file_index index;
1858      void (*func) PARAMS ((FILE *, rtx));
1859      rtx insns;
1860 {
1861   if (! rtl_dump_file)
1862     return;
1863
1864   timevar_push (TV_DUMP);
1865   if (insns
1866       && graph_dump_format != no_graph
1867       && dump_file[index].graph_dump_p)
1868     {
1869       char seq[16];
1870       char *suffix;
1871
1872       sprintf (seq, DUMPFILE_FORMAT, index);
1873       suffix = concat (seq, dump_file[index].extension, NULL);
1874       print_rtl_graph_with_bb (dump_base_name, suffix, insns);
1875       free (suffix);
1876     }
1877
1878   if (func && insns)
1879     func (rtl_dump_file, insns);
1880
1881   fflush (rtl_dump_file);
1882   fclose (rtl_dump_file);
1883
1884   rtl_dump_file = NULL;
1885   timevar_pop (TV_DUMP);
1886 }
1887
1888 /* Do any final processing required for the declarations in VEC, of
1889    which there are LEN.  We write out inline functions and variables
1890    that have been deferred until this point, but which are required.
1891    Returns nonzero if anything was put out.  */
1892
1893 int
1894 wrapup_global_declarations (vec, len)
1895      tree *vec;
1896      int len;
1897 {
1898   tree decl;
1899   int i;
1900   int reconsider;
1901   int output_something = 0;
1902
1903   for (i = 0; i < len; i++)
1904     {
1905       decl = vec[i];
1906
1907       /* We're not deferring this any longer.  Assignment is
1908          conditional to avoid needlessly dirtying PCH pages. */
1909       if (DECL_DEFER_OUTPUT (decl) != 0)
1910         DECL_DEFER_OUTPUT (decl) = 0;
1911
1912       if (TREE_CODE (decl) == VAR_DECL && DECL_SIZE (decl) == 0)
1913         (*lang_hooks.finish_incomplete_decl) (decl);
1914     }
1915
1916   /* Now emit any global variables or functions that we have been
1917      putting off.  We need to loop in case one of the things emitted
1918      here references another one which comes earlier in the list.  */
1919   do
1920     {
1921       reconsider = 0;
1922       for (i = 0; i < len; i++)
1923         {
1924           decl = vec[i];
1925
1926           if (TREE_ASM_WRITTEN (decl) || DECL_EXTERNAL (decl))
1927             continue;
1928
1929           /* Don't write out static consts, unless we still need them.
1930
1931              We also keep static consts if not optimizing (for debugging),
1932              unless the user specified -fno-keep-static-consts.
1933              ??? They might be better written into the debug information.
1934              This is possible when using DWARF.
1935
1936              A language processor that wants static constants to be always
1937              written out (even if it is not used) is responsible for
1938              calling rest_of_decl_compilation itself.  E.g. the C front-end
1939              calls rest_of_decl_compilation from finish_decl.
1940              One motivation for this is that is conventional in some
1941              environments to write things like:
1942              static const char rcsid[] = "... version string ...";
1943              intending to force the string to be in the executable.
1944
1945              A language processor that would prefer to have unneeded
1946              static constants "optimized away" would just defer writing
1947              them out until here.  E.g. C++ does this, because static
1948              constants are often defined in header files.
1949
1950              ??? A tempting alternative (for both C and C++) would be
1951              to force a constant to be written if and only if it is
1952              defined in a main file, as opposed to an include file.  */
1953
1954           if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl))
1955             {
1956               bool needed = 1;
1957
1958               if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
1959                 /* needed */;
1960               else if (DECL_COMDAT (decl))
1961                 needed = 0;
1962               else if (TREE_READONLY (decl) && !TREE_PUBLIC (decl)
1963                        && (optimize || !flag_keep_static_consts
1964                            || DECL_ARTIFICIAL (decl)))
1965                 needed = 0;
1966
1967               if (needed)
1968                 {
1969                   reconsider = 1;
1970                   rest_of_decl_compilation (decl, NULL, 1, 1);
1971                 }
1972             }
1973
1974           if (TREE_CODE (decl) == FUNCTION_DECL
1975               && DECL_INITIAL (decl) != 0
1976               && DECL_SAVED_INSNS (decl) != 0
1977               && (flag_keep_inline_functions
1978                   || (TREE_PUBLIC (decl) && !DECL_COMDAT (decl))
1979                   || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))))
1980             {
1981               reconsider = 1;
1982               output_inline_function (decl);
1983             }
1984         }
1985
1986       if (reconsider)
1987         output_something = 1;
1988     }
1989   while (reconsider);
1990
1991   return output_something;
1992 }
1993
1994 /* Issue appropriate warnings for the global declarations in VEC (of
1995    which there are LEN).  Output debugging information for them.  */
1996
1997 void
1998 check_global_declarations (vec, len)
1999      tree *vec;
2000      int len;
2001 {
2002   tree decl;
2003   int i;
2004
2005   for (i = 0; i < len; i++)
2006     {
2007       decl = vec[i];
2008
2009       if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl)
2010           && ! TREE_ASM_WRITTEN (decl))
2011         /* Cancel the RTL for this decl so that, if debugging info
2012            output for global variables is still to come,
2013            this one will be omitted.  */
2014         SET_DECL_RTL (decl, NULL_RTX);
2015
2016       /* Warn about any function
2017          declared static but not defined.
2018          We don't warn about variables,
2019          because many programs have static variables
2020          that exist only to get some text into the object file.  */
2021       if (TREE_CODE (decl) == FUNCTION_DECL
2022           && (warn_unused_function
2023               || TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
2024           && DECL_INITIAL (decl) == 0
2025           && DECL_EXTERNAL (decl)
2026           && ! DECL_ARTIFICIAL (decl)
2027           && ! TREE_PUBLIC (decl))
2028         {
2029           if (TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl)))
2030             pedwarn_with_decl (decl,
2031                                "`%s' used but never defined");
2032           else
2033             warning_with_decl (decl,
2034                                "`%s' declared `static' but never defined");
2035           /* This symbol is effectively an "extern" declaration now.  */
2036           TREE_PUBLIC (decl) = 1;
2037           assemble_external (decl);
2038         }
2039
2040       /* Warn about static fns or vars defined but not used.  */
2041       if (((warn_unused_function && TREE_CODE (decl) == FUNCTION_DECL)
2042            /* We don't warn about "static const" variables because the
2043               "rcs_id" idiom uses that construction.  */
2044            || (warn_unused_variable
2045                && TREE_CODE (decl) == VAR_DECL && ! TREE_READONLY (decl)))
2046           && ! DECL_IN_SYSTEM_HEADER (decl)
2047           && ! TREE_USED (decl)
2048           /* The TREE_USED bit for file-scope decls is kept in the identifier,
2049              to handle multiple external decls in different scopes.  */
2050           && ! TREE_USED (DECL_NAME (decl))
2051           && ! DECL_EXTERNAL (decl)
2052           && ! TREE_PUBLIC (decl)
2053           /* Global register variables must be declared to reserve them.  */
2054           && ! (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
2055           /* Otherwise, ask the language.  */
2056           && (*lang_hooks.decls.warn_unused_global) (decl))
2057         warning_with_decl (decl, "`%s' defined but not used");
2058
2059       /* Avoid confusing the debug information machinery when there are
2060          errors.  */
2061       if (errorcount == 0 && sorrycount == 0)
2062         {
2063           timevar_push (TV_SYMOUT);
2064           (*debug_hooks->global_decl) (decl);
2065           timevar_pop (TV_SYMOUT);
2066         }
2067     }
2068 }
2069
2070 /* Save the current INPUT_FILENAME and LINENO on the top entry in the
2071    INPUT_FILE_STACK.  Push a new entry for FILE and LINE, and set the
2072    INPUT_FILENAME and LINENO accordingly.  */
2073
2074 void
2075 push_srcloc (file, line)
2076      const char *file;
2077      int line;
2078 {
2079   struct file_stack *fs;
2080
2081   if (input_file_stack)
2082     {
2083       input_file_stack->name = input_filename;
2084       input_file_stack->line = lineno;
2085     }
2086
2087   fs = (struct file_stack *) xmalloc (sizeof (struct file_stack));
2088   fs->name = input_filename = file;
2089   fs->line = lineno = line;
2090   fs->next = input_file_stack;
2091   input_file_stack = fs;
2092   input_file_stack_tick++;
2093 }
2094
2095 /* Pop the top entry off the stack of presently open source files.
2096    Restore the INPUT_FILENAME and LINENO from the new topmost entry on
2097    the stack.  */
2098
2099 void
2100 pop_srcloc ()
2101 {
2102   struct file_stack *fs;
2103
2104   fs = input_file_stack;
2105   input_file_stack = fs->next;
2106   free (fs);
2107   input_file_stack_tick++;
2108   /* The initial source file is never popped.  */
2109   if (!input_file_stack)
2110     abort ();
2111   input_filename = input_file_stack->name;
2112   lineno = input_file_stack->line;
2113 }
2114
2115 /* Compile an entire translation unit.  Write a file of assembly
2116    output and various debugging dumps.  */
2117
2118 static void
2119 compile_file ()
2120 {
2121   /* Initialize yet another pass.  */
2122
2123   init_final (main_input_filename);
2124   init_branch_prob (aux_base_name);
2125
2126   timevar_push (TV_PARSE);
2127
2128   /* Call the parser, which parses the entire file (calling
2129      rest_of_compilation for each function).  */
2130   (*lang_hooks.parse_file) (set_yydebug);
2131
2132   /* In case there were missing block closers,
2133      get us back to the global binding level.  */
2134   (*lang_hooks.clear_binding_stack) ();
2135
2136   /* Compilation is now finished except for writing
2137      what's left of the symbol table output.  */
2138   timevar_pop (TV_PARSE);
2139
2140   if (flag_syntax_only)
2141     return;
2142
2143   (*lang_hooks.decls.final_write_globals)();
2144
2145     /* This must occur after the loop to output deferred functions.  Else
2146        the profiler initializer would not be emitted if all the functions
2147        in this compilation unit were deferred.
2148
2149        output_func_start_profiler can not cause any additional functions or
2150        data to need to be output, so it need not be in the deferred function
2151        loop above.  */
2152     output_func_start_profiler ();
2153
2154   /* Write out any pending weak symbol declarations.  */
2155
2156   weak_finish ();
2157
2158   /* Do dbx symbols.  */
2159   timevar_push (TV_SYMOUT);
2160
2161 #ifdef DWARF2_UNWIND_INFO
2162   if (dwarf2out_do_frame ())
2163     dwarf2out_frame_finish ();
2164 #endif
2165
2166   (*debug_hooks->finish) (main_input_filename);
2167   timevar_pop (TV_SYMOUT);
2168
2169   /* Output some stuff at end of file if nec.  */
2170
2171   dw2_output_indirect_constants ();
2172
2173   end_final (aux_base_name);
2174
2175   if (profile_arc_flag || flag_test_coverage || flag_branch_probabilities)
2176     {
2177       timevar_push (TV_DUMP);
2178       open_dump_file (DFI_bp, NULL);
2179
2180       end_branch_prob ();
2181
2182       close_dump_file (DFI_bp, NULL, NULL_RTX);
2183       timevar_pop (TV_DUMP);
2184     }
2185
2186 #ifdef ASM_FILE_END
2187   ASM_FILE_END (asm_out_file);
2188 #endif
2189
2190   /* Attach a special .ident directive to the end of the file to identify
2191      the version of GCC which compiled this code.  The format of the .ident
2192      string is patterned after the ones produced by native SVR4 compilers.  */
2193 #ifdef IDENT_ASM_OP
2194   if (!flag_no_ident)
2195     fprintf (asm_out_file, "%s\"GCC: (GNU) %s\"\n",
2196              IDENT_ASM_OP, version_string);
2197 #endif
2198
2199   if (optimize > 0 && open_dump_file (DFI_combine, NULL))
2200     {
2201       timevar_push (TV_DUMP);
2202       dump_combine_total_stats (rtl_dump_file);
2203       close_dump_file (DFI_combine, NULL, NULL_RTX);
2204       timevar_pop (TV_DUMP);
2205     }
2206 }
2207 \f
2208 /* This is called from various places for FUNCTION_DECL, VAR_DECL,
2209    and TYPE_DECL nodes.
2210
2211    This does nothing for local (non-static) variables, unless the
2212    variable is a register variable with an ASMSPEC.  In that case, or
2213    if the variable is not an automatic, it sets up the RTL and
2214    outputs any assembler code (label definition, storage allocation
2215    and initialization).
2216
2217    DECL is the declaration.  If ASMSPEC is nonzero, it specifies
2218    the assembler symbol name to be used.  TOP_LEVEL is nonzero
2219    if this declaration is not within a function.  */
2220
2221 void
2222 rest_of_decl_compilation (decl, asmspec, top_level, at_end)
2223      tree decl;
2224      const char *asmspec;
2225      int top_level;
2226      int at_end;
2227 {
2228   /* Declarations of variables, and of functions defined elsewhere.  */
2229
2230 /* The most obvious approach, to put an #ifndef around where
2231    this macro is used, doesn't work since it's inside a macro call.  */
2232 #ifndef ASM_FINISH_DECLARE_OBJECT
2233 #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP, END)
2234 #endif
2235
2236   /* We deferred calling assemble_alias so that we could collect
2237      other attributes such as visibility.  Emit the alias now.  */
2238   {
2239     tree alias;
2240     alias = lookup_attribute ("alias", DECL_ATTRIBUTES (decl));
2241     if (alias)
2242       {
2243         alias = TREE_VALUE (TREE_VALUE (alias));
2244         alias = get_identifier (TREE_STRING_POINTER (alias));
2245         assemble_alias (decl, alias);
2246       }
2247   }
2248
2249   /* Forward declarations for nested functions are not "external",
2250      but we need to treat them as if they were.  */
2251   if (TREE_STATIC (decl) || DECL_EXTERNAL (decl)
2252       || TREE_CODE (decl) == FUNCTION_DECL)
2253     {
2254       timevar_push (TV_VARCONST);
2255
2256       if (asmspec)
2257         make_decl_rtl (decl, asmspec);
2258
2259       /* Don't output anything when a tentative file-scope definition
2260          is seen.  But at end of compilation, do output code for them.  */
2261       if (at_end || !DECL_DEFER_OUTPUT (decl))
2262         assemble_variable (decl, top_level, at_end, 0);
2263       if (decl == last_assemble_variable_decl)
2264         {
2265           ASM_FINISH_DECLARE_OBJECT (asm_out_file, decl,
2266                                      top_level, at_end);
2267         }
2268
2269       timevar_pop (TV_VARCONST);
2270     }
2271   else if (DECL_REGISTER (decl) && asmspec != 0)
2272     {
2273       if (decode_reg_name (asmspec) >= 0)
2274         {
2275           SET_DECL_RTL (decl, NULL_RTX);
2276           make_decl_rtl (decl, asmspec);
2277         }
2278       else
2279         {
2280           error ("invalid register name `%s' for register variable", asmspec);
2281           DECL_REGISTER (decl) = 0;
2282           if (!top_level)
2283             expand_decl (decl);
2284         }
2285     }
2286 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
2287   else if ((write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
2288            && TREE_CODE (decl) == TYPE_DECL)
2289     {
2290       timevar_push (TV_SYMOUT);
2291       dbxout_symbol (decl, 0);
2292       timevar_pop (TV_SYMOUT);
2293     }
2294 #endif
2295 #ifdef SDB_DEBUGGING_INFO
2296   else if (write_symbols == SDB_DEBUG && top_level
2297            && TREE_CODE (decl) == TYPE_DECL)
2298     {
2299       timevar_push (TV_SYMOUT);
2300       sdbout_symbol (decl, 0);
2301       timevar_pop (TV_SYMOUT);
2302     }
2303 #endif
2304 #ifdef DWARF2_DEBUGGING_INFO
2305   else if ((write_symbols == DWARF2_DEBUG
2306            || write_symbols == VMS_AND_DWARF2_DEBUG)
2307            && top_level
2308            && TREE_CODE (decl) == TYPE_DECL)
2309     {
2310       timevar_push (TV_SYMOUT);
2311       dwarf2out_decl (decl);
2312       timevar_pop (TV_SYMOUT);
2313     }
2314 #endif
2315 }
2316
2317 /* Called after finishing a record, union or enumeral type.  */
2318
2319 void
2320 rest_of_type_compilation (type, toplev)
2321 #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO) || defined (SDB_DEBUGGING_INFO)
2322      tree type;
2323      int toplev;
2324 #else
2325      tree type ATTRIBUTE_UNUSED;
2326      int toplev ATTRIBUTE_UNUSED;
2327 #endif
2328 {
2329   /* Avoid confusing the debug information machinery when there are
2330      errors.  */
2331   if (errorcount != 0 || sorrycount != 0)
2332     return;
2333
2334   timevar_push (TV_SYMOUT);
2335 #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO)
2336   if (write_symbols == DBX_DEBUG || write_symbols == XCOFF_DEBUG)
2337     dbxout_symbol (TYPE_STUB_DECL (type), !toplev);
2338 #endif
2339 #ifdef SDB_DEBUGGING_INFO
2340   if (write_symbols == SDB_DEBUG)
2341     sdbout_symbol (TYPE_STUB_DECL (type), !toplev);
2342 #endif
2343 #ifdef DWARF2_DEBUGGING_INFO
2344   if ((write_symbols == DWARF2_DEBUG
2345        || write_symbols == VMS_AND_DWARF2_DEBUG)
2346       && toplev)
2347     dwarf2out_decl (TYPE_STUB_DECL (type));
2348 #endif
2349   timevar_pop (TV_SYMOUT);
2350 }
2351
2352 /* This is called from finish_function (within langhooks.parse_file)
2353    after each top-level definition is parsed.
2354    It is supposed to compile that function or variable
2355    and output the assembler code for it.
2356    After we return, the tree storage is freed.  */
2357
2358 void
2359 rest_of_compilation (decl)
2360      tree decl;
2361 {
2362   rtx insns;
2363   int tem;
2364   int failure = 0;
2365   int rebuild_label_notes_after_reload;
2366   int register_life_up_to_date;
2367
2368   timevar_push (TV_REST_OF_COMPILATION);
2369
2370   /* Now that we're out of the frontend, we shouldn't have any more
2371      CONCATs anywhere.  */
2372   generating_concat_p = 0;
2373
2374   /* When processing delayed functions, prepare_function_start() won't
2375      have been run to re-initialize it.  */
2376   cse_not_expected = ! optimize;
2377
2378   /* First, make sure that NOTE_BLOCK is set correctly for each
2379      NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END note.  */
2380   if (!cfun->x_whole_function_mode_p)
2381     identify_blocks ();
2382
2383   /* In function-at-a-time mode, we do not attempt to keep the BLOCK
2384      tree in sensible shape.  So, we just recalculate it here.  */
2385   if (cfun->x_whole_function_mode_p)
2386     reorder_blocks ();
2387
2388   init_flow ();
2389
2390   /* If we are reconsidering an inline function
2391      at the end of compilation, skip the stuff for making it inline.  */
2392
2393   if (DECL_SAVED_INSNS (decl) == 0)
2394     {
2395       int inlinable = 0;
2396       tree parent;
2397       const char *lose;
2398
2399       /* If this is nested inside an inlined external function, pretend
2400          it was only declared.  Since we cannot inline such functions,
2401          generating code for this one is not only not necessary but will
2402          confuse some debugging output writers.  */
2403       for (parent = DECL_CONTEXT (current_function_decl);
2404            parent != NULL_TREE;
2405            parent = get_containing_scope (parent))
2406         if (TREE_CODE (parent) == FUNCTION_DECL
2407             && DECL_INLINE (parent) && DECL_EXTERNAL (parent))
2408           {
2409             DECL_INITIAL (decl) = 0;
2410             goto exit_rest_of_compilation;
2411           }
2412         else if (TYPE_P (parent))
2413           /* A function in a local class should be treated normally.  */
2414           break;
2415
2416       /* If requested, consider whether to make this function inline.  */
2417       if ((DECL_INLINE (decl) && !flag_no_inline)
2418           || flag_inline_functions)
2419         {
2420           timevar_push (TV_INTEGRATION);
2421           lose = function_cannot_inline_p (decl);
2422           timevar_pop (TV_INTEGRATION);
2423           if (lose || ! optimize)
2424             {
2425               if (warn_inline && DECL_INLINE (decl))
2426                 warning_with_decl (decl, lose);
2427               DECL_ABSTRACT_ORIGIN (decl) = 0;
2428               /* Don't really compile an extern inline function.
2429                  If we can't make it inline, pretend
2430                  it was only declared.  */
2431               if (DECL_EXTERNAL (decl))
2432                 {
2433                   DECL_INITIAL (decl) = 0;
2434                   goto exit_rest_of_compilation;
2435                 }
2436             }
2437           else 
2438             {
2439               /* ??? Note that we used to just make it look like if
2440                  the "inline" keyword was specified when we decide
2441                  to inline it (because of -finline-functions).
2442                  garloff at suse dot de, 2002-04-24: Add another flag to
2443                  actually record this piece of information.  */
2444               if (!DECL_INLINE (decl))
2445                 DID_INLINE_FUNC (decl) = 1;
2446               inlinable = DECL_INLINE (decl) = 1;
2447             }
2448         }
2449
2450       insns = get_insns ();
2451
2452       /* Dump the rtl code if we are dumping rtl.  */
2453
2454       if (open_dump_file (DFI_rtl, decl))
2455         {
2456           if (DECL_SAVED_INSNS (decl))
2457             fprintf (rtl_dump_file, ";; (integrable)\n\n");
2458           close_dump_file (DFI_rtl, print_rtl, insns);
2459         }
2460
2461       /* Convert from NOTE_INSN_EH_REGION style notes, and do other
2462          sorts of eh initialization.  Delay this until after the
2463          initial rtl dump so that we can see the original nesting.  */
2464       convert_from_eh_region_ranges ();
2465
2466       /* If function is inline, and we don't yet know whether to
2467          compile it by itself, defer decision till end of compilation.
2468          wrapup_global_declarations will (indirectly) call
2469          rest_of_compilation again for those functions that need to
2470          be output.  Also defer those functions that we are supposed
2471          to defer.  */
2472
2473       if (inlinable
2474           || (DECL_INLINE (decl)
2475               && ((! TREE_PUBLIC (decl) && ! TREE_ADDRESSABLE (decl)
2476                    && ! TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (decl))
2477                    && ! flag_keep_inline_functions)
2478                   || DECL_EXTERNAL (decl))))
2479         DECL_DEFER_OUTPUT (decl) = 1;
2480
2481       if (DECL_INLINE (decl))
2482         /* DWARF wants separate debugging info for abstract and
2483            concrete instances of all inline functions, including those
2484            declared inline but not inlined, and those inlined even
2485            though they weren't declared inline.  Conveniently, that's
2486            what DECL_INLINE means at this point.  */
2487         (*debug_hooks->deferred_inline_function) (decl);
2488
2489       if (DECL_DEFER_OUTPUT (decl))
2490         {
2491           /* If -Wreturn-type, we have to do a bit of compilation.  We just
2492              want to call cleanup the cfg to figure out whether or not we can
2493              fall off the end of the function; we do the minimum amount of
2494              work necessary to make that safe.  */
2495           if (warn_return_type)
2496             {
2497               int saved_optimize = optimize;
2498
2499               optimize = 0;
2500               rebuild_jump_labels (insns);
2501               find_exception_handler_labels ();
2502               find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2503               cleanup_cfg (CLEANUP_PRE_SIBCALL | CLEANUP_PRE_LOOP);
2504               optimize = saved_optimize;
2505
2506               /* CFG is no longer maintained up-to-date.  */
2507               free_bb_for_insn ();
2508             }
2509
2510           set_nothrow_function_flags ();
2511           if (current_function_nothrow)
2512             /* Now we know that this can't throw; set the flag for the benefit
2513                of other functions later in this translation unit.  */
2514             TREE_NOTHROW (current_function_decl) = 1;
2515
2516           timevar_push (TV_INTEGRATION);
2517           save_for_inline (decl);
2518           timevar_pop (TV_INTEGRATION);
2519           DECL_SAVED_INSNS (decl)->inlinable = inlinable;
2520           goto exit_rest_of_compilation;
2521         }
2522
2523       /* If specified extern inline but we aren't inlining it, we are
2524          done.  This goes for anything that gets here with DECL_EXTERNAL
2525          set, not just things with DECL_INLINE.  */
2526       if (DECL_EXTERNAL (decl))
2527         goto exit_rest_of_compilation;
2528     }
2529
2530   /* If we're emitting a nested function, make sure its parent gets
2531      emitted as well.  Doing otherwise confuses debug info.  */
2532   {
2533     tree parent;
2534     for (parent = DECL_CONTEXT (current_function_decl);
2535          parent != NULL_TREE;
2536          parent = get_containing_scope (parent))
2537       if (TREE_CODE (parent) == FUNCTION_DECL)
2538         TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (parent)) = 1;
2539   }
2540
2541   /* We are now committed to emitting code for this function.  Do any
2542      preparation, such as emitting abstract debug info for the inline
2543      before it gets mangled by optimization.  */
2544   if (DECL_INLINE (decl))
2545     (*debug_hooks->outlining_inline_function) (decl);
2546
2547   /* Remove any notes we don't need.  That will make iterating
2548      over the instruction sequence faster, and allow the garbage
2549      collector to reclaim the memory used by the notes.  */
2550   remove_unnecessary_notes ();
2551   reorder_blocks ();
2552
2553   ggc_collect ();
2554
2555   /* Initialize some variables used by the optimizers.  */
2556   init_function_for_compilation ();
2557
2558   if (! DECL_DEFER_OUTPUT (decl))
2559     TREE_ASM_WRITTEN (decl) = 1;
2560
2561   /* Now that integrate will no longer see our rtl, we need not
2562      distinguish between the return value of this function and the
2563      return value of called functions.  Also, we can remove all SETs
2564      of subregs of hard registers; they are only here because of
2565      integrate.  Also, we can now initialize pseudos intended to
2566      carry magic hard reg data throughout the function.  */
2567   rtx_equal_function_value_matters = 0;
2568   purge_hard_subreg_sets (get_insns ());
2569
2570   /* Early return if there were errors.  We can run afoul of our
2571      consistency checks, and there's not really much point in fixing them.
2572      Don't return yet if -Wreturn-type; we need to do cleanup_cfg.  */
2573   if (((rtl_dump_and_exit || flag_syntax_only) && !warn_return_type)
2574       || errorcount || sorrycount)
2575     goto exit_rest_of_compilation;
2576
2577   timevar_push (TV_JUMP);
2578   open_dump_file (DFI_sibling, decl);
2579   insns = get_insns ();
2580   rebuild_jump_labels (insns);
2581   find_exception_handler_labels ();
2582   find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2583
2584   delete_unreachable_blocks ();
2585
2586   /* We have to issue these warnings now already, because CFG cleanups
2587      further down may destroy the required information.  */
2588   check_function_return_warnings ();
2589
2590   /* Turn NOTE_INSN_PREDICTIONs into branch predictions.  */
2591   if (flag_guess_branch_prob)
2592     {
2593       timevar_push (TV_BRANCH_PROB);
2594       note_prediction_to_br_prob ();
2595       timevar_pop (TV_BRANCH_PROB);
2596     }
2597
2598   /* We may have potential sibling or tail recursion sites.  Select one
2599      (of possibly multiple) methods of performing the call.  */
2600   if (flag_optimize_sibling_calls)
2601     {
2602       rtx insn;
2603       optimize_sibling_and_tail_recursive_calls ();
2604
2605       /* Recompute the CFG as sibling optimization clobbers it randomly.  */
2606       free_bb_for_insn ();
2607       find_exception_handler_labels ();
2608       rebuild_jump_labels (insns);
2609       find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2610
2611       /* There is pass ordering problem - we must lower NOTE_INSN_PREDICTION
2612          notes before simplifying cfg and we must do lowering after sibcall
2613          that unhides parts of RTL chain and cleans up the CFG.
2614
2615          Until sibcall is replaced by tree-level optimizer, lets just
2616          sweep away the NOTE_INSN_PREDICTION notes that leaked out.  */
2617       for (insn = get_insns (); insn; insn = NEXT_INSN (insn))
2618         if (GET_CODE (insn) == NOTE
2619             && NOTE_LINE_NUMBER (insn) == NOTE_INSN_PREDICTION)
2620           delete_insn (insn);
2621     }
2622   close_dump_file (DFI_sibling, print_rtl, get_insns ());
2623   timevar_pop (TV_JUMP);
2624
2625   scope_to_insns_initialize ();
2626   /* Complete generation of exception handling code.  */
2627   if (doing_eh (0))
2628     {
2629       timevar_push (TV_JUMP);
2630       open_dump_file (DFI_eh, decl);
2631
2632       finish_eh_generation ();
2633
2634       close_dump_file (DFI_eh, print_rtl, get_insns ());
2635       timevar_pop (TV_JUMP);
2636     }
2637
2638   /* Delay emitting hard_reg_initial_value sets until after EH landing pad
2639      generation, which might create new sets.  */
2640   emit_initial_value_sets ();
2641
2642 #ifdef FINALIZE_PIC
2643   /* If we are doing position-independent code generation, now
2644      is the time to output special prologues and epilogues.
2645      We do not want to do this earlier, because it just clutters
2646      up inline functions with meaningless insns.  */
2647   if (flag_pic)
2648     FINALIZE_PIC;
2649 #endif
2650
2651   insns = get_insns ();
2652
2653   /* Copy any shared structure that should not be shared.  */
2654   unshare_all_rtl (current_function_decl, insns);
2655
2656 #ifdef SETJMP_VIA_SAVE_AREA
2657   /* This must be performed before virtual register instantiation.
2658      Please be aware the everything in the compiler that can look
2659      at the RTL up to this point must understand that REG_SAVE_AREA
2660      is just like a use of the REG contained inside.  */
2661   if (current_function_calls_alloca)
2662     optimize_save_area_alloca (insns);
2663 #endif
2664
2665   /* Instantiate all virtual registers.  */
2666   instantiate_virtual_regs (current_function_decl, insns);
2667
2668   open_dump_file (DFI_jump, decl);
2669
2670   /* Always do one jump optimization pass to ensure that JUMP_LABEL fields
2671      are initialized and to compute whether control can drop off the end
2672      of the function.  */
2673
2674   timevar_push (TV_JUMP);
2675   /* Turn NOTE_INSN_EXPECTED_VALUE into REG_BR_PROB.  Do this
2676      before jump optimization switches branch directions.  */
2677   if (flag_guess_branch_prob)
2678     expected_value_to_br_prob ();
2679
2680   reg_scan (insns, max_reg_num (), 0);
2681   rebuild_jump_labels (insns);
2682   find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2683   delete_trivially_dead_insns (insns, max_reg_num ());
2684   if (rtl_dump_file)
2685     dump_flow_info (rtl_dump_file);
2686   cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_PRE_LOOP
2687                | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2688
2689   /* CFG is no longer maintained up-to-date.  */
2690   if (optimize)
2691     {
2692       free_bb_for_insn ();
2693       copy_loop_headers (insns);
2694       find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2695     }
2696   purge_line_number_notes (insns);
2697
2698   timevar_pop (TV_JUMP);
2699   close_dump_file (DFI_jump, print_rtl, insns);
2700
2701   /* Now is when we stop if -fsyntax-only and -Wreturn-type.  */
2702   if (rtl_dump_and_exit || flag_syntax_only || DECL_DEFER_OUTPUT (decl))
2703     {
2704       goto exit_rest_of_compilation;
2705     }
2706
2707   /* Long term, this should probably move before the jump optimizer too,
2708      but I didn't want to disturb the rtl_dump_and_exit and related
2709      stuff at this time.  */
2710   if (optimize > 0 && flag_ssa)
2711     {
2712       /* Convert to SSA form.  */
2713
2714       timevar_push (TV_TO_SSA);
2715       open_dump_file (DFI_ssa, decl);
2716
2717       cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2718       convert_to_ssa ();
2719
2720       close_dump_file (DFI_ssa, print_rtl_with_bb, insns);
2721       timevar_pop (TV_TO_SSA);
2722
2723       /* Perform sparse conditional constant propagation, if requested.  */
2724       if (flag_ssa_ccp)
2725         {
2726           timevar_push (TV_SSA_CCP);
2727           open_dump_file (DFI_ssa_ccp, decl);
2728
2729           ssa_const_prop ();
2730
2731           close_dump_file (DFI_ssa_ccp, print_rtl_with_bb, get_insns ());
2732           timevar_pop (TV_SSA_CCP);
2733         }
2734
2735       /* It would be useful to cleanup the CFG at this point, but block
2736          merging and possibly other transformations might leave a PHI
2737          node in the middle of a basic block, which is a strict no-no.  */
2738
2739       /* The SSA implementation uses basic block numbers in its phi
2740          nodes.  Thus, changing the control-flow graph or the basic
2741          blocks, e.g., calling find_basic_blocks () or cleanup_cfg (),
2742          may cause problems.  */
2743
2744       if (flag_ssa_dce)
2745         {
2746           /* Remove dead code.  */
2747
2748           timevar_push (TV_SSA_DCE);
2749           open_dump_file (DFI_ssa_dce, decl);
2750
2751           insns = get_insns ();
2752           ssa_eliminate_dead_code ();
2753
2754           close_dump_file (DFI_ssa_dce, print_rtl_with_bb, insns);
2755           timevar_pop (TV_SSA_DCE);
2756         }
2757
2758       /* Convert from SSA form.  */
2759
2760       timevar_push (TV_FROM_SSA);
2761       open_dump_file (DFI_ussa, decl);
2762
2763       convert_from_ssa ();
2764       /* New registers have been created.  Rescan their usage.  */
2765       reg_scan (insns, max_reg_num (), 1);
2766
2767       close_dump_file (DFI_ussa, print_rtl_with_bb, insns);
2768       timevar_pop (TV_FROM_SSA);
2769
2770       ggc_collect ();
2771     }
2772
2773   timevar_push (TV_JUMP);
2774   if (optimize)
2775     cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2776
2777   /* Try to identify useless null pointer tests and delete them.  */
2778   if (flag_delete_null_pointer_checks)
2779     {
2780       open_dump_file (DFI_null, decl);
2781       if (rtl_dump_file)
2782         dump_flow_info (rtl_dump_file);
2783
2784       if (delete_null_pointer_checks (insns))
2785         cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2786
2787       close_dump_file (DFI_null, print_rtl_with_bb, insns);
2788     }
2789
2790   /* Jump optimization, and the removal of NULL pointer checks, may
2791      have reduced the number of instructions substantially.  CSE, and
2792      future passes, allocate arrays whose dimensions involve the
2793      maximum instruction UID, so if we can reduce the maximum UID
2794      we'll save big on memory.  */
2795   renumber_insns (rtl_dump_file);
2796   timevar_pop (TV_JUMP);
2797
2798   close_dump_file (DFI_jump, print_rtl_with_bb, insns);
2799
2800   ggc_collect ();
2801
2802   /* Perform common subexpression elimination.
2803      Nonzero value from `cse_main' means that jumps were simplified
2804      and some code may now be unreachable, so do
2805      jump optimization again.  */
2806
2807   if (optimize > 0)
2808     {
2809       open_dump_file (DFI_cse, decl);
2810       if (rtl_dump_file)
2811         dump_flow_info (rtl_dump_file);
2812       timevar_push (TV_CSE);
2813
2814       reg_scan (insns, max_reg_num (), 1);
2815
2816       tem = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2817       if (tem)
2818         rebuild_jump_labels (insns);
2819       if (purge_all_dead_edges (0))
2820         delete_unreachable_blocks ();
2821
2822       delete_trivially_dead_insns (insns, max_reg_num ());
2823
2824       /* If we are not running more CSE passes, then we are no longer
2825          expecting CSE to be run.  But always rerun it in a cheap mode.  */
2826       cse_not_expected = !flag_rerun_cse_after_loop && !flag_gcse;
2827
2828       if (tem || optimize > 1)
2829         cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2830       /* Try to identify useless null pointer tests and delete them.  */
2831       if (flag_delete_null_pointer_checks)
2832         {
2833           timevar_push (TV_JUMP);
2834
2835           if (delete_null_pointer_checks (insns))
2836             cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2837           timevar_pop (TV_JUMP);
2838         }
2839
2840       /* The second pass of jump optimization is likely to have
2841          removed a bunch more instructions.  */
2842       renumber_insns (rtl_dump_file);
2843
2844       timevar_pop (TV_CSE);
2845       close_dump_file (DFI_cse, print_rtl_with_bb, insns);
2846     }
2847
2848   open_dump_file (DFI_addressof, decl);
2849
2850   purge_addressof (insns);
2851   if (optimize && purge_all_dead_edges (0))
2852     delete_unreachable_blocks ();
2853   reg_scan (insns, max_reg_num (), 1);
2854
2855   close_dump_file (DFI_addressof, print_rtl, insns);
2856
2857   ggc_collect ();
2858
2859   /* Perform global cse.  */
2860
2861   if (optimize > 0 && flag_gcse)
2862     {
2863       int save_csb, save_cfj;
2864       int tem2 = 0;
2865
2866       timevar_push (TV_GCSE);
2867       open_dump_file (DFI_gcse, decl);
2868
2869       tem = gcse_main (insns, rtl_dump_file);
2870       rebuild_jump_labels (insns);
2871       delete_trivially_dead_insns (insns, max_reg_num ());
2872
2873       save_csb = flag_cse_skip_blocks;
2874       save_cfj = flag_cse_follow_jumps;
2875       flag_cse_skip_blocks = flag_cse_follow_jumps = 0;
2876
2877       /* If -fexpensive-optimizations, re-run CSE to clean up things done
2878          by gcse.  */
2879       if (flag_expensive_optimizations)
2880         {
2881           timevar_push (TV_CSE);
2882           reg_scan (insns, max_reg_num (), 1);
2883           tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2884           purge_all_dead_edges (0);
2885           delete_trivially_dead_insns (insns, max_reg_num ());
2886           timevar_pop (TV_CSE);
2887           cse_not_expected = !flag_rerun_cse_after_loop;
2888         }
2889
2890       /* If gcse or cse altered any jumps, rerun jump optimizations to clean
2891          things up.  Then possibly re-run CSE again.  */
2892       while (tem || tem2)
2893         {
2894           tem = tem2 = 0;
2895           timevar_push (TV_JUMP);
2896           rebuild_jump_labels (insns);
2897           cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2898           timevar_pop (TV_JUMP);
2899
2900           if (flag_expensive_optimizations)
2901             {
2902               timevar_push (TV_CSE);
2903               reg_scan (insns, max_reg_num (), 1);
2904               tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2905               purge_all_dead_edges (0);
2906               delete_trivially_dead_insns (insns, max_reg_num ());
2907               timevar_pop (TV_CSE);
2908             }
2909         }
2910
2911       close_dump_file (DFI_gcse, print_rtl_with_bb, insns);
2912       timevar_pop (TV_GCSE);
2913
2914       ggc_collect ();
2915       flag_cse_skip_blocks = save_csb;
2916       flag_cse_follow_jumps = save_cfj;
2917 #ifdef ENABLE_CHECKING
2918       verify_flow_info ();
2919 #endif
2920     }
2921
2922   /* Move constant computations out of loops.  */
2923
2924   if (optimize > 0 && flag_loop_optimize)
2925     {
2926       int do_unroll, do_prefetch;
2927
2928       timevar_push (TV_LOOP);
2929       delete_dead_jumptables ();
2930       cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_PRE_LOOP);
2931       open_dump_file (DFI_loop, decl);
2932       /* CFG is no longer maintained up-to-date.  */
2933       free_bb_for_insn ();
2934
2935       do_unroll = flag_unroll_loops ? LOOP_UNROLL : LOOP_AUTO_UNROLL;
2936       do_prefetch = flag_prefetch_loop_arrays ? LOOP_PREFETCH : 0;
2937       if (flag_rerun_loop_opt)
2938         {
2939           cleanup_barriers ();
2940
2941           /* We only want to perform unrolling once.  */
2942           loop_optimize (insns, rtl_dump_file, do_unroll);
2943           do_unroll = 0;
2944
2945           /* The first call to loop_optimize makes some instructions
2946              trivially dead.  We delete those instructions now in the
2947              hope that doing so will make the heuristics in loop work
2948              better and possibly speed up compilation.  */
2949           delete_trivially_dead_insns (insns, max_reg_num ());
2950
2951           /* The regscan pass is currently necessary as the alias
2952                   analysis code depends on this information.  */
2953           reg_scan (insns, max_reg_num (), 1);
2954         }
2955       cleanup_barriers ();
2956       loop_optimize (insns, rtl_dump_file, do_unroll | LOOP_BCT | do_prefetch);
2957
2958       /* Loop can create trivially dead instructions.  */
2959       delete_trivially_dead_insns (insns, max_reg_num ());
2960       close_dump_file (DFI_loop, print_rtl, insns);
2961       timevar_pop (TV_LOOP);
2962       find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
2963
2964       ggc_collect ();
2965     }
2966
2967   /* Do control and data flow analysis; wrote some of the results to
2968      the dump file.  */
2969
2970   timevar_push (TV_FLOW);
2971   open_dump_file (DFI_cfg, decl);
2972   if (rtl_dump_file)
2973     dump_flow_info (rtl_dump_file);
2974   if (optimize)
2975     cleanup_cfg (CLEANUP_EXPENSIVE
2976                  | (flag_thread_jumps ? CLEANUP_THREADING : 0));
2977
2978   /* It may make more sense to mark constant functions after dead code is
2979      eliminated by life_analyzis, but we need to do it early, as -fprofile-arcs
2980      may insert code making function non-constant, but we still must consider
2981      it as constant, otherwise -fbranch-probabilities will not read data back.
2982
2983      life_analyzis rarely eliminates modification of external memory.
2984    */
2985   if (optimize)
2986     mark_constant_function ();
2987
2988   close_dump_file (DFI_cfg, print_rtl_with_bb, insns);
2989
2990   /* Do branch profiling and static profile estimation passes.  */
2991   if (optimize > 0 || cfun->arc_profile || flag_branch_probabilities)
2992     {
2993       struct loops loops;
2994
2995       timevar_push (TV_BRANCH_PROB);
2996       open_dump_file (DFI_bp, decl);
2997       if (cfun->arc_profile || flag_branch_probabilities)
2998         branch_prob ();
2999
3000       /* Discover and record the loop depth at the head of each basic
3001          block.  The loop infrastructure does the real job for us.  */
3002       flow_loops_find (&loops, LOOP_TREE);
3003
3004       if (rtl_dump_file)
3005         flow_loops_dump (&loops, rtl_dump_file, NULL, 0);
3006
3007       /* Estimate using heuristics if no profiling info is available.  */
3008       if (flag_guess_branch_prob)
3009         estimate_probability (&loops);
3010
3011       flow_loops_free (&loops);
3012       close_dump_file (DFI_bp, print_rtl_with_bb, insns);
3013       timevar_pop (TV_BRANCH_PROB);
3014     }
3015   if (optimize > 0)
3016     {
3017       open_dump_file (DFI_ce1, decl);
3018       if (flag_if_conversion)
3019         {
3020           timevar_push (TV_IFCVT);
3021           if (rtl_dump_file)
3022             dump_flow_info (rtl_dump_file);
3023           cleanup_cfg (CLEANUP_EXPENSIVE);
3024           reg_scan (insns, max_reg_num (), 0);
3025           if_convert (0);
3026           timevar_pop (TV_IFCVT);
3027         }
3028       timevar_push (TV_JUMP);
3029       cleanup_cfg (CLEANUP_EXPENSIVE);
3030       reg_scan (insns, max_reg_num (), 0);
3031       timevar_pop (TV_JUMP);
3032       close_dump_file (DFI_ce1, print_rtl_with_bb, get_insns ());
3033     }
3034   if (flag_tracer)
3035     {
3036       timevar_push (TV_TRACER);
3037       open_dump_file (DFI_tracer, decl);
3038       if (rtl_dump_file)
3039         dump_flow_info (rtl_dump_file);
3040       tracer ();
3041       cleanup_cfg (CLEANUP_EXPENSIVE);
3042       reg_scan (insns, max_reg_num (), 0);
3043       close_dump_file (DFI_tracer, print_rtl_with_bb, get_insns ());
3044       timevar_pop (TV_TRACER);
3045     }
3046
3047   if (flag_rerun_cse_after_loop)
3048     {
3049       timevar_push (TV_CSE2);
3050       open_dump_file (DFI_cse2, decl);
3051       if (rtl_dump_file)
3052         dump_flow_info (rtl_dump_file);
3053       /* CFG is no longer maintained up-to-date.  */
3054       tem = cse_main (insns, max_reg_num (), 1, rtl_dump_file);
3055       purge_all_dead_edges (0);
3056       delete_trivially_dead_insns (insns, max_reg_num ());
3057
3058       if (tem)
3059         {
3060           timevar_push (TV_JUMP);
3061           rebuild_jump_labels (insns);
3062           cleanup_cfg (CLEANUP_EXPENSIVE);
3063           timevar_pop (TV_JUMP);
3064         }
3065       reg_scan (insns, max_reg_num (), 0);
3066       close_dump_file (DFI_cse2, print_rtl_with_bb, insns);
3067       ggc_collect ();
3068       timevar_pop (TV_CSE2);
3069     }
3070
3071   cse_not_expected = 1;
3072
3073   open_dump_file (DFI_life, decl);
3074   regclass_init ();
3075
3076 #ifdef ENABLE_CHECKING
3077   verify_flow_info ();
3078 #endif
3079   life_analysis (insns, rtl_dump_file, PROP_FINAL);
3080   if (optimize)
3081     cleanup_cfg ((optimize ? CLEANUP_EXPENSIVE : 0) | CLEANUP_UPDATE_LIFE
3082                  | (flag_thread_jumps ? CLEANUP_THREADING : 0));
3083   timevar_pop (TV_FLOW);
3084
3085   if (warn_uninitialized || extra_warnings)
3086     {
3087       uninitialized_vars_warning (DECL_INITIAL (decl));
3088       if (extra_warnings)
3089         setjmp_args_warning ();
3090     }
3091
3092   if (optimize)
3093     {
3094       if (!flag_new_regalloc && initialize_uninitialized_subregs ())
3095         {
3096           /* Insns were inserted, and possibly pseudos created, so
3097              things might look a bit different.  */
3098           insns = get_insns ();
3099           allocate_reg_life_data ();
3100           update_life_info (NULL, UPDATE_LIFE_GLOBAL_RM_NOTES,
3101                             PROP_LOG_LINKS | PROP_REG_INFO | PROP_DEATH_NOTES);
3102         }
3103     }
3104
3105   no_new_pseudos = 1;
3106
3107   close_dump_file (DFI_life, print_rtl_with_bb, insns);
3108
3109   ggc_collect ();
3110
3111   /* If -opt, try combining insns through substitution.  */
3112
3113   if (optimize > 0)
3114     {
3115       int rebuild_jump_labels_after_combine = 0;
3116
3117       timevar_push (TV_COMBINE);
3118       open_dump_file (DFI_combine, decl);
3119
3120       rebuild_jump_labels_after_combine
3121         = combine_instructions (insns, max_reg_num ());
3122
3123       /* Combining insns may have turned an indirect jump into a
3124          direct jump.  Rebuid the JUMP_LABEL fields of jumping
3125          instructions.  */
3126       if (rebuild_jump_labels_after_combine)
3127         {
3128           timevar_push (TV_JUMP);
3129           rebuild_jump_labels (insns);
3130           timevar_pop (TV_JUMP);
3131
3132           cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
3133         }
3134
3135       close_dump_file (DFI_combine, print_rtl_with_bb, insns);
3136       timevar_pop (TV_COMBINE);
3137
3138       ggc_collect ();
3139     }
3140
3141   /* Rerun if-conversion, as combine may have simplified things enough to
3142      now meet sequence length restrictions.  */
3143   if (flag_if_conversion)
3144     {
3145       timevar_push (TV_IFCVT);
3146       open_dump_file (DFI_ce2, decl);
3147
3148       no_new_pseudos = 0;
3149       if_convert (1);
3150       no_new_pseudos = 1;
3151
3152       close_dump_file (DFI_ce2, print_rtl_with_bb, insns);
3153       timevar_pop (TV_IFCVT);
3154     }
3155
3156   /* Register allocation pre-pass, to reduce number of moves
3157      necessary for two-address machines.  */
3158   if (optimize > 0 && (flag_regmove || flag_expensive_optimizations))
3159     {
3160       timevar_push (TV_REGMOVE);
3161       open_dump_file (DFI_regmove, decl);
3162
3163       regmove_optimize (insns, max_reg_num (), rtl_dump_file);
3164
3165       cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE);
3166       close_dump_file (DFI_regmove, print_rtl_with_bb, insns);
3167       timevar_pop (TV_REGMOVE);
3168
3169       ggc_collect ();
3170     }
3171
3172   /* Do unconditional splitting before register allocation to allow machine
3173      description to add extra information not needed previously.  */
3174   split_all_insns (1);
3175
3176   /* Any of the several passes since flow1 will have munged register
3177      lifetime data a bit.  */
3178   register_life_up_to_date = 0;
3179
3180 #ifdef OPTIMIZE_MODE_SWITCHING
3181   timevar_push (TV_MODE_SWITCH);
3182
3183   no_new_pseudos = 0;
3184   optimize_mode_switching (NULL);
3185   no_new_pseudos = 1;
3186
3187   timevar_pop (TV_MODE_SWITCH);
3188 #endif
3189
3190   timevar_push (TV_SCHED);
3191
3192 #ifdef INSN_SCHEDULING
3193
3194   /* Print function header into sched dump now
3195      because doing the sched analysis makes some of the dump.  */
3196   if (optimize > 0 && flag_schedule_insns)
3197     {
3198       open_dump_file (DFI_sched, decl);
3199
3200       /* Do control and data sched analysis,
3201          and write some of the results to dump file.  */
3202
3203       schedule_insns (rtl_dump_file);
3204
3205       close_dump_file (DFI_sched, print_rtl_with_bb, insns);
3206
3207       /* Register lifetime information was updated as part of verifying
3208          the schedule.  */
3209       register_life_up_to_date = 1;
3210     }
3211 #endif
3212   timevar_pop (TV_SCHED);
3213
3214   ggc_collect ();
3215
3216   /* Determine if the current function is a leaf before running reload
3217      since this can impact optimizations done by the prologue and
3218      epilogue thus changing register elimination offsets.  */
3219   current_function_is_leaf = leaf_function_p ();
3220
3221   timevar_push (TV_LOCAL_ALLOC);
3222   open_dump_file (DFI_lreg, decl);
3223
3224   /* Allocate pseudo-regs that are used only within 1 basic block.
3225
3226      RUN_JUMP_AFTER_RELOAD records whether or not we need to rerun the
3227      jump optimizer after register allocation and reloading are finished.  */
3228
3229   if (! register_life_up_to_date)
3230     recompute_reg_usage (insns, ! optimize_size);
3231
3232   if (flag_new_regalloc)
3233     {
3234       delete_trivially_dead_insns (insns, max_reg_num ());
3235       reg_alloc ();
3236
3237       timevar_pop (TV_LOCAL_ALLOC);
3238       if (dump_file[DFI_lreg].enabled)
3239         {
3240           timevar_push (TV_DUMP);
3241
3242           close_dump_file (DFI_lreg, NULL, NULL);
3243           timevar_pop (TV_DUMP);
3244         }
3245
3246       /* XXX clean up the whole mess to bring live info in shape again.  */
3247       timevar_push (TV_GLOBAL_ALLOC);
3248       open_dump_file (DFI_greg, decl);
3249
3250       build_insn_chain (insns);
3251       failure = reload (insns, 0);
3252
3253       timevar_pop (TV_GLOBAL_ALLOC);
3254
3255       if (dump_file[DFI_greg].enabled)
3256         {
3257           timevar_push (TV_DUMP);
3258
3259           dump_global_regs (rtl_dump_file);
3260
3261           close_dump_file (DFI_greg, print_rtl_with_bb, insns);
3262           timevar_pop (TV_DUMP);
3263         }
3264
3265       if (failure)
3266         goto exit_rest_of_compilation;
3267       reload_completed = 1;
3268       rebuild_label_notes_after_reload = 0;
3269     }
3270   else
3271     {
3272       /* Allocate the reg_renumber array.  */
3273       allocate_reg_info (max_regno, FALSE, TRUE);
3274
3275       /* And the reg_equiv_memory_loc array.  */
3276       reg_equiv_memory_loc = (rtx *) xcalloc (max_regno, sizeof (rtx));
3277
3278       allocate_initial_values (reg_equiv_memory_loc);
3279
3280       regclass (insns, max_reg_num (), rtl_dump_file);
3281       rebuild_label_notes_after_reload = local_alloc ();
3282
3283       timevar_pop (TV_LOCAL_ALLOC);
3284
3285       if (dump_file[DFI_lreg].enabled)
3286         {
3287           timevar_push (TV_DUMP);
3288
3289           dump_flow_info (rtl_dump_file);
3290           dump_local_alloc (rtl_dump_file);
3291
3292           close_dump_file (DFI_lreg, print_rtl_with_bb, insns);
3293           timevar_pop (TV_DUMP);
3294         }
3295
3296       ggc_collect ();
3297
3298       timevar_push (TV_GLOBAL_ALLOC);
3299       open_dump_file (DFI_greg, decl);
3300
3301       /* If optimizing, allocate remaining pseudo-regs.  Do the reload
3302          pass fixing up any insns that are invalid.  */
3303
3304       if (optimize)
3305         failure = global_alloc (rtl_dump_file);
3306       else
3307         {
3308           build_insn_chain (insns);
3309           failure = reload (insns, 0);
3310         }
3311
3312       timevar_pop (TV_GLOBAL_ALLOC);
3313
3314       if (dump_file[DFI_greg].enabled)
3315         {
3316           timevar_push (TV_DUMP);
3317
3318           dump_global_regs (rtl_dump_file);
3319
3320           close_dump_file (DFI_greg, print_rtl_with_bb, insns);
3321           timevar_pop (TV_DUMP);
3322         }
3323
3324       if (failure)
3325         goto exit_rest_of_compilation;
3326     }
3327
3328   ggc_collect ();
3329
3330   open_dump_file (DFI_postreload, decl);
3331
3332   /* Do a very simple CSE pass over just the hard registers.  */
3333   if (optimize > 0)
3334     {
3335       timevar_push (TV_RELOAD_CSE_REGS);
3336       reload_cse_regs (insns);
3337       timevar_pop (TV_RELOAD_CSE_REGS);
3338     }
3339
3340   /* Register allocation and reloading may have turned an indirect jump into
3341      a direct jump.  If so, we must rebuild the JUMP_LABEL fields of
3342      jumping instructions.  */
3343   if (rebuild_label_notes_after_reload)
3344     {
3345       timevar_push (TV_JUMP);
3346
3347       rebuild_jump_labels (insns);
3348       purge_all_dead_edges (0);
3349
3350       timevar_pop (TV_JUMP);
3351     }
3352
3353   close_dump_file (DFI_postreload, print_rtl_with_bb, insns);
3354
3355   /* Re-create the death notes which were deleted during reload.  */
3356   timevar_push (TV_FLOW2);
3357   open_dump_file (DFI_flow2, decl);
3358
3359 #ifdef ENABLE_CHECKING
3360   verify_flow_info ();
3361 #endif
3362
3363   /* If optimizing, then go ahead and split insns now.  */
3364 #ifndef STACK_REGS
3365   if (optimize > 0)
3366 #endif
3367     split_all_insns (0);
3368
3369   if (optimize)
3370     cleanup_cfg (CLEANUP_EXPENSIVE);
3371
3372   /* On some machines, the prologue and epilogue code, or parts thereof,
3373      can be represented as RTL.  Doing so lets us schedule insns between
3374      it and the rest of the code and also allows delayed branch
3375      scheduling to operate in the epilogue.  */
3376   thread_prologue_and_epilogue_insns (insns);
3377
3378   if (optimize)
3379     {
3380       life_analysis (insns, rtl_dump_file, PROP_FINAL);
3381       cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_UPDATE_LIFE
3382                    | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
3383
3384       /* This is kind of a heuristic.  We need to run combine_stack_adjustments
3385          even for machines with possibly nonzero RETURN_POPS_ARGS
3386          and ACCUMULATE_OUTGOING_ARGS.  We expect that only ports having
3387          push instructions will have popping returns.  */
3388 #ifndef PUSH_ROUNDING
3389       if (!ACCUMULATE_OUTGOING_ARGS)
3390 #endif
3391         combine_stack_adjustments ();
3392
3393       ggc_collect ();
3394     }
3395
3396   flow2_completed = 1;
3397
3398   close_dump_file (DFI_flow2, print_rtl_with_bb, insns);
3399   timevar_pop (TV_FLOW2);
3400
3401 #ifdef HAVE_peephole2
3402   if (optimize > 0 && flag_peephole2)
3403     {
3404       timevar_push (TV_PEEPHOLE2);
3405       open_dump_file (DFI_peephole2, decl);
3406
3407       peephole2_optimize (rtl_dump_file);
3408
3409       close_dump_file (DFI_peephole2, print_rtl_with_bb, insns);
3410       timevar_pop (TV_PEEPHOLE2);
3411     }
3412 #endif
3413
3414   if (optimize > 0 && (flag_rename_registers || flag_cprop_registers))
3415     {
3416       timevar_push (TV_RENAME_REGISTERS);
3417       open_dump_file (DFI_rnreg, decl);
3418
3419       if (flag_rename_registers)
3420         regrename_optimize ();
3421       if (flag_cprop_registers)
3422         copyprop_hardreg_forward ();
3423
3424       close_dump_file (DFI_rnreg, print_rtl_with_bb, insns);
3425       timevar_pop (TV_RENAME_REGISTERS);
3426     }
3427
3428   if (flag_if_conversion2)
3429     {
3430       timevar_push (TV_IFCVT2);
3431       open_dump_file (DFI_ce3, decl);
3432
3433       if_convert (1);
3434
3435       close_dump_file (DFI_ce3, print_rtl_with_bb, insns);
3436       timevar_pop (TV_IFCVT2);
3437     }
3438
3439 #ifdef INSN_SCHEDULING
3440   if (optimize > 0 && flag_schedule_insns_after_reload)
3441     {
3442       timevar_push (TV_SCHED2);
3443       open_dump_file (DFI_sched2, decl);
3444
3445       /* Do control and data sched analysis again,
3446          and write some more of the results to dump file.  */
3447
3448       split_all_insns (1);
3449
3450       schedule_insns (rtl_dump_file);
3451
3452       close_dump_file (DFI_sched2, print_rtl_with_bb, insns);
3453       timevar_pop (TV_SCHED2);
3454
3455       ggc_collect ();
3456     }
3457 #endif
3458
3459 #ifdef LEAF_REGISTERS
3460   current_function_uses_only_leaf_regs
3461     = optimize > 0 && only_leaf_regs_used () && leaf_function_p ();
3462 #endif
3463
3464 #ifdef STACK_REGS
3465 #if defined (HAVE_ATTR_length)
3466   /* If flow2 creates new instructions which need splitting
3467      and scheduling after reload is not done, they might not be
3468      splitten until final which doesn't allow splitting
3469      if HAVE_ATTR_length.  */
3470 #ifdef INSN_SCHEDULING
3471   if (optimize && !flag_schedule_insns_after_reload)
3472 #else
3473   if (optimize)
3474 #endif
3475     {
3476       timevar_push (TV_SHORTEN_BRANCH);
3477       split_all_insns (1);
3478       timevar_pop (TV_SHORTEN_BRANCH);
3479     }
3480 #endif
3481
3482   timevar_push (TV_REG_STACK);
3483   open_dump_file (DFI_stack, decl);
3484
3485   reg_to_stack (insns, rtl_dump_file);
3486
3487   close_dump_file (DFI_stack, print_rtl_with_bb, insns);
3488   timevar_pop (TV_REG_STACK);
3489
3490   ggc_collect ();
3491 #endif
3492   if (optimize > 0)
3493     {
3494       timevar_push (TV_REORDER_BLOCKS);
3495       open_dump_file (DFI_bbro, decl);
3496
3497       /* Last attempt to optimize CFG, as scheduling, peepholing and insn
3498          splitting possibly introduced more crossjumping oppurtuntities.
3499          Except that we can't actually run crossjumping without running
3500          another DCE pass, which we can't do after reg-stack.  */
3501       cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK
3502                    | (flag_crossjumping ? CLEANUP_CROSSJUMP : 0));
3503       if (flag_reorder_blocks)
3504         {
3505           reorder_basic_blocks ();
3506           cleanup_cfg (CLEANUP_EXPENSIVE | CLEANUP_POST_REGSTACK);
3507         }
3508
3509       close_dump_file (DFI_bbro, print_rtl_with_bb, insns);
3510       timevar_pop (TV_REORDER_BLOCKS);
3511     }
3512   compute_alignments ();
3513
3514   /* CFG is no longer maintained up-to-date.  */
3515   free_bb_for_insn ();
3516
3517   /* If a machine dependent reorganization is needed, call it.  */
3518 #ifdef MACHINE_DEPENDENT_REORG
3519   timevar_push (TV_MACH_DEP);
3520   open_dump_file (DFI_mach, decl);
3521
3522   MACHINE_DEPENDENT_REORG (insns);
3523
3524   close_dump_file (DFI_mach, print_rtl, insns);
3525   timevar_pop (TV_MACH_DEP);
3526
3527   ggc_collect ();
3528 #endif
3529
3530   purge_line_number_notes (insns);
3531   cleanup_barriers ();
3532
3533   /* If a scheduling pass for delayed branches is to be done,
3534      call the scheduling code.  */
3535
3536 #ifdef DELAY_SLOTS
3537   if (optimize > 0 && flag_delayed_branch)
3538     {
3539       timevar_push (TV_DBR_SCHED);
3540       open_dump_file (DFI_dbr, decl);
3541
3542       dbr_schedule (insns, rtl_dump_file);
3543
3544       close_dump_file (DFI_dbr, print_rtl, insns);
3545       timevar_pop (TV_DBR_SCHED);
3546
3547       ggc_collect ();
3548     }
3549 #endif
3550
3551 #if defined (HAVE_ATTR_length) && !defined (STACK_REGS)
3552   timevar_push (TV_SHORTEN_BRANCH);
3553   split_all_insns_noflow ();
3554   timevar_pop (TV_SHORTEN_BRANCH);
3555 #endif
3556
3557   convert_to_eh_region_ranges ();
3558
3559   /* Shorten branches.  */
3560   timevar_push (TV_SHORTEN_BRANCH);
3561   shorten_branches (get_insns ());
3562   timevar_pop (TV_SHORTEN_BRANCH);
3563
3564   set_nothrow_function_flags ();
3565   if (current_function_nothrow)
3566     /* Now we know that this can't throw; set the flag for the benefit
3567        of other functions later in this translation unit.  */
3568     TREE_NOTHROW (current_function_decl) = 1;
3569
3570   /* Now turn the rtl into assembler code.  */
3571
3572   timevar_push (TV_FINAL);
3573   {
3574     rtx x;
3575     const char *fnname;
3576
3577     /* Get the function's name, as described by its RTL.  This may be
3578        different from the DECL_NAME name used in the source file.  */
3579
3580     x = DECL_RTL (decl);
3581     if (GET_CODE (x) != MEM)
3582       abort ();
3583     x = XEXP (x, 0);
3584     if (GET_CODE (x) != SYMBOL_REF)
3585       abort ();
3586     fnname = XSTR (x, 0);
3587
3588     assemble_start_function (decl, fnname);
3589     final_start_function (insns, asm_out_file, optimize);
3590     final (insns, asm_out_file, optimize, 0);
3591     final_end_function ();
3592
3593 #ifdef IA64_UNWIND_INFO
3594     /* ??? The IA-64 ".handlerdata" directive must be issued before
3595        the ".endp" directive that closes the procedure descriptor.  */
3596     output_function_exception_table ();
3597 #endif
3598
3599     assemble_end_function (decl, fnname);
3600
3601 #ifndef IA64_UNWIND_INFO
3602     /* Otherwise, it feels unclean to switch sections in the middle.  */
3603     output_function_exception_table ();
3604 #endif
3605
3606     if (! quiet_flag)
3607       fflush (asm_out_file);
3608
3609     /* Release all memory allocated by flow.  */
3610     free_basic_block_vars (0);
3611
3612     /* Release all memory held by regsets now.  */
3613     regset_release_memory ();
3614   }
3615   timevar_pop (TV_FINAL);
3616
3617   ggc_collect ();
3618
3619   /* Write DBX symbols if requested.  */
3620
3621   /* Note that for those inline functions where we don't initially
3622      know for certain that we will be generating an out-of-line copy,
3623      the first invocation of this routine (rest_of_compilation) will
3624      skip over this code by doing a `goto exit_rest_of_compilation;'.
3625      Later on, wrapup_global_declarations will (indirectly) call
3626      rest_of_compilation again for those inline functions that need
3627      to have out-of-line copies generated.  During that call, we
3628      *will* be routed past here.  */
3629
3630   timevar_push (TV_SYMOUT);
3631   (*debug_hooks->function_decl) (decl);
3632   timevar_pop (TV_SYMOUT);
3633
3634  exit_rest_of_compilation:
3635
3636   /* In case the function was not output,
3637      don't leave any temporary anonymous types
3638      queued up for sdb output.  */
3639 #ifdef SDB_DEBUGGING_INFO
3640   if (write_symbols == SDB_DEBUG)
3641     sdbout_types (NULL_TREE);
3642 #endif
3643
3644   reload_completed = 0;
3645   flow2_completed = 0;
3646   no_new_pseudos = 0;
3647
3648   timevar_push (TV_FINAL);
3649
3650   /* Clear out the insn_length contents now that they are no
3651      longer valid.  */
3652   init_insn_lengths ();
3653
3654   /* Show no temporary slots allocated.  */
3655   init_temp_slots ();
3656
3657   free_basic_block_vars (0);
3658   free_bb_for_insn ();
3659
3660   timevar_pop (TV_FINAL);
3661
3662   /* Make sure volatile mem refs aren't considered valid operands for
3663      arithmetic insns.  We must call this here if this is a nested inline
3664      function, since the above code leaves us in the init_recog state
3665      (from final.c), and the function context push/pop code does not
3666      save/restore volatile_ok.
3667
3668      ??? Maybe it isn't necessary for expand_start_function to call this
3669      anymore if we do it here?  */
3670
3671   init_recog_no_volatile ();
3672
3673   /* We're done with this function.  Free up memory if we can.  */
3674   free_after_parsing (cfun);
3675   if (! DECL_DEFER_OUTPUT (decl))
3676     {
3677       free_after_compilation (cfun);
3678
3679       /* Clear integrate.c's pointer to the cfun structure we just
3680          destroyed.  */
3681       DECL_SAVED_INSNS (decl) = 0;
3682     }
3683   cfun = 0;
3684
3685   ggc_collect ();
3686
3687   timevar_pop (TV_REST_OF_COMPILATION);
3688 }
3689 \f
3690 static void
3691 display_help ()
3692 {
3693   int undoc;
3694   unsigned long i;
3695   const char *lang;
3696
3697   printf (_("  -ffixed-<register>      Mark <register> as being unavailable to the compiler\n"));
3698   printf (_("  -fcall-used-<register>  Mark <register> as being corrupted by function calls\n"));
3699   printf (_("  -fcall-saved-<register> Mark <register> as being preserved across functions\n"));
3700   printf (_("  -finline-limit=<number> Limits the size of inlined functions to <number>\n"));
3701   printf (_("  -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line.  0 suppresses line-wrapping\n"));
3702   printf (_("  -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"));
3703   printf (_("  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"));
3704   printf (_("  -fstack-limit-register=<register>  Trap if the stack goes past <register>\n"));
3705   printf (_("  -fstack-limit-symbol=<name>  Trap if the stack goes past symbol <name>\n"));
3706   printf (_("  -frandom-seed=<string>  Make compile reproducible using <string>\n"));
3707   
3708
3709   for (i = ARRAY_SIZE (f_options); i--;)
3710     {
3711       const char *description = f_options[i].description;
3712
3713       if (description != NULL && *description != 0)
3714         printf ("  -f%-21s %s\n",
3715                 f_options[i].string, _(description));
3716     }
3717
3718   printf (_("  -O[number]              Set optimization level to [number]\n"));
3719   printf (_("  -Os                     Optimize for space rather than speed\n"));
3720   for (i = LAST_PARAM; i--;)
3721     {
3722       const char *description = compiler_params[i].help;
3723       const int length = 21 - strlen (compiler_params[i].option);
3724
3725       if (description != NULL && *description != 0)
3726         printf ("  --param %s=<value>%.*s%s\n",
3727                 compiler_params[i].option,
3728                 length > 0 ? length : 1, "                     ",
3729                 _(description));
3730     }
3731   printf (_("  -pedantic               Issue warnings needed by strict compliance to ISO C\n"));
3732   printf (_("  -pedantic-errors        Like -pedantic except that errors are produced\n"));
3733   printf (_("  -w                      Suppress warnings\n"));
3734   printf (_("  -W                      Enable extra warnings\n"));
3735
3736   for (i = ARRAY_SIZE (W_options); i--;)
3737     {
3738       const char *description = W_options[i].description;
3739
3740       if (description != NULL && *description != 0)
3741         printf ("  -W%-21s %s\n",
3742                 W_options[i].string, _(description));
3743     }
3744
3745   printf (_("  -Wunused                Enable unused warnings\n"));
3746   printf (_("  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"));
3747   printf (_("  -p                      Enable function profiling\n"));
3748   printf (_("  -o <file>               Place output into <file> \n"));
3749   printf (_("\
3750   -G <number>             Put global and static data smaller than <number>\n\
3751                           bytes into a special section (on some targets)\n"));
3752
3753   for (i = ARRAY_SIZE (debug_args); i--;)
3754     {
3755       if (debug_args[i].description != NULL)
3756         printf ("  -g%-21s %s\n",
3757                 debug_args[i].arg, _(debug_args[i].description));
3758     }
3759
3760   printf (_("  -aux-info <file>        Emit declaration info into <file>\n"));
3761   printf (_("  -quiet                  Do not display functions compiled or elapsed time\n"));
3762   printf (_("  -version                Display the compiler's version\n"));
3763   printf (_("  -d[letters]             Enable dumps from specific passes of the compiler\n"));
3764   printf (_("  -dumpbase <file>        Base name to be used for dumps from specific passes\n"));
3765 #if defined INSN_SCHEDULING
3766   printf (_("  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"));
3767 #endif
3768   printf (_("  --help                  Display this information\n"));
3769
3770   undoc = 0;
3771   lang  = "language";
3772
3773   /* Display descriptions of language specific options.
3774      If there is no description, note that there is an undocumented option.
3775      If the description is empty, do not display anything.  (This allows
3776      options to be deliberately undocumented, for whatever reason).
3777      If the option string is missing, then this is a marker, indicating
3778      that the description string is in fact the name of a language, whose
3779      language specific options are to follow.  */
3780
3781   if (ARRAY_SIZE (documented_lang_options) > 1)
3782     {
3783       printf (_("\nLanguage specific options:\n"));
3784
3785       for (i = 0; i < ARRAY_SIZE (documented_lang_options); i++)
3786         {
3787           const char *description = documented_lang_options[i].description;
3788           const char *option      = documented_lang_options[i].option;
3789
3790           if (description == NULL)
3791             {
3792               undoc = 1;
3793
3794               if (extra_warnings)
3795                 printf (_("  %-23.23s [undocumented]\n"), option);
3796             }
3797           else if (*description == 0)
3798             continue;
3799           else if (option == NULL)
3800             {
3801               if (undoc)
3802                 printf
3803                   (_("\nThere are undocumented %s specific options as well.\n"),
3804                         lang);
3805               undoc = 0;
3806
3807               printf (_("\n Options for %s:\n"), description);
3808
3809               lang = description;
3810             }
3811           else
3812             printf ("  %-23.23s %s\n", option, _(description));
3813         }
3814     }
3815
3816   if (undoc)
3817     printf (_("\nThere are undocumented %s specific options as well.\n"),
3818             lang);
3819
3820   display_target_options ();
3821 }
3822
3823 static void
3824 display_target_options ()
3825 {
3826   int undoc, i;
3827   static bool displayed = false;
3828
3829   /* Avoid double printing for --help --target-help.  */
3830   if (displayed)
3831     return;
3832   displayed = true;
3833
3834   if (ARRAY_SIZE (target_switches) > 1
3835 #ifdef TARGET_OPTIONS
3836       || ARRAY_SIZE (target_options) > 1
3837 #endif
3838       )
3839     {
3840       int doc = 0;
3841
3842       undoc = 0;
3843
3844       printf (_("\nTarget specific options:\n"));
3845
3846       for (i = ARRAY_SIZE (target_switches); i--;)
3847         {
3848           const char *option      = target_switches[i].name;
3849           const char *description = target_switches[i].description;
3850
3851           if (option == NULL || *option == 0)
3852             continue;
3853           else if (description == NULL)
3854             {
3855               undoc = 1;
3856
3857               if (extra_warnings)
3858                 printf (_("  -m%-23.23s [undocumented]\n"), option);
3859             }
3860           else if (*description != 0)
3861             doc += printf ("  -m%-23.23s %s\n", option, _(description));
3862         }
3863
3864 #ifdef TARGET_OPTIONS
3865       for (i = ARRAY_SIZE (target_options); i--;)
3866         {
3867           const char *option      = target_options[i].prefix;
3868           const char *description = target_options[i].description;
3869
3870           if (option == NULL || *option == 0)
3871             continue;
3872           else if (description == NULL)
3873             {
3874               undoc = 1;
3875
3876               if (extra_warnings)
3877                 printf (_("  -m%-23.23s [undocumented]\n"), option);
3878             }
3879           else if (*description != 0)
3880             doc += printf ("  -m%-23.23s %s\n", option, _(description));
3881         }
3882 #endif
3883       if (undoc)
3884         {
3885           if (doc)
3886             printf (_("\nThere are undocumented target specific options as well.\n"));
3887           else
3888             printf (_("  They exist, but they are not documented.\n"));
3889         }
3890     }
3891 }
3892 \f
3893 /* Parse a -d... command line switch.  */
3894
3895 static void
3896 decode_d_option (arg)
3897      const char *arg;
3898 {
3899   int i, c, matched;
3900
3901   while (*arg)
3902     switch (c = *arg++)
3903       {
3904       case 'a':
3905         for (i = 0; i < (int) DFI_MAX; ++i)
3906           dump_file[i].enabled = 1;
3907         break;
3908       case 'A':
3909         flag_debug_asm = 1;
3910         break;
3911       case 'p':
3912         flag_print_asm_name = 1;
3913         break;
3914       case 'P':
3915         flag_dump_rtl_in_asm = 1;
3916         flag_print_asm_name = 1;
3917         break;
3918       case 'v':
3919         graph_dump_format = vcg;
3920         break;
3921       case 'x':
3922         rtl_dump_and_exit = 1;
3923         break;
3924       case 'y':
3925         set_yydebug = 1;
3926         break;
3927       case 'D': /* These are handled by the preprocessor.  */
3928       case 'I':
3929         break;
3930
3931       default:
3932         matched = 0;
3933         for (i = 0; i < (int) DFI_MAX; ++i)
3934           if (c == dump_file[i].debug_switch)
3935             {
3936               dump_file[i].enabled = 1;
3937               matched = 1;
3938             }
3939
3940         if (! matched)
3941           warning ("unrecognized gcc debugging option: %c", c);
3942         break;
3943       }
3944 }
3945
3946 /* Parse a -f... command line switch.  ARG is the value after the -f.
3947    It is safe to access 'ARG - 2' to generate the full switch name.
3948    Return the number of strings consumed.  */
3949
3950 static int
3951 decode_f_option (arg)
3952      const char *arg;
3953 {
3954   int j;
3955   const char *option_value = NULL;
3956
3957   /* Search for the option in the table of binary f options.  */
3958   for (j = ARRAY_SIZE (f_options); j--;)
3959     {
3960       if (!strcmp (arg, f_options[j].string))
3961         {
3962           *f_options[j].variable = f_options[j].on_value;
3963           return 1;
3964         }
3965
3966       if (arg[0] == 'n' && arg[1] == 'o' && arg[2] == '-'
3967           && ! strcmp (arg + 3, f_options[j].string))
3968         {
3969           *f_options[j].variable = ! f_options[j].on_value;
3970           return 1;
3971         }
3972     }
3973
3974   if (!strcmp (arg, "fast-math"))
3975     set_fast_math_flags (1);
3976   else if (!strcmp (arg, "no-fast-math"))
3977     set_fast_math_flags (0);
3978   else if ((option_value = skip_leading_substring (arg, "inline-limit-"))
3979            || (option_value = skip_leading_substring (arg, "inline-limit=")))
3980     {
3981       int val =
3982         read_integral_parameter (option_value, arg - 2,
3983                                  MAX_INLINE_INSNS);
3984       set_param_value ("max-inline-insns", val);
3985       set_param_value ("max-inline-insns-single", val/2);
3986       set_param_value ("max-inline-insns-auto", val/2);
3987       set_param_value ("max-inline-insns-rtl", val);
3988       if (val/4 < MIN_INLINE_INSNS)
3989         {
3990           if (val/4 > 10)
3991             set_param_value ("min-inline-insns", val/4);
3992           else
3993             set_param_value ("min-inline-insns", 10);
3994         }
3995     }
3996   else if ((option_value = skip_leading_substring (arg, "tls-model=")))
3997     {
3998       if (strcmp (option_value, "global-dynamic") == 0)
3999         flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
4000       else if (strcmp (option_value, "local-dynamic") == 0)
4001         flag_tls_default = TLS_MODEL_LOCAL_DYNAMIC;
4002       else if (strcmp (option_value, "initial-exec") == 0)
4003         flag_tls_default = TLS_MODEL_INITIAL_EXEC;
4004       else if (strcmp (option_value, "local-exec") == 0)
4005         flag_tls_default = TLS_MODEL_LOCAL_EXEC;
4006       else
4007         warning ("`%s': unknown tls-model option", arg - 2);
4008     }
4009 #ifdef INSN_SCHEDULING
4010   else if ((option_value = skip_leading_substring (arg, "sched-verbose=")))
4011     fix_sched_param ("verbose", option_value);
4012 #endif
4013   else if ((option_value = skip_leading_substring (arg, "fixed-")))
4014     fix_register (option_value, 1, 1);
4015   else if ((option_value = skip_leading_substring (arg, "call-used-")))
4016     fix_register (option_value, 0, 1);
4017   else if ((option_value = skip_leading_substring (arg, "call-saved-")))
4018     fix_register (option_value, 0, 0);
4019   else if ((option_value = skip_leading_substring (arg, "align-loops=")))
4020     align_loops = read_integral_parameter (option_value, arg - 2, align_loops);
4021   else if ((option_value = skip_leading_substring (arg, "align-functions=")))
4022     align_functions
4023       = read_integral_parameter (option_value, arg - 2, align_functions);
4024   else if ((option_value = skip_leading_substring (arg, "align-jumps=")))
4025     align_jumps = read_integral_parameter (option_value, arg - 2, align_jumps);
4026   else if ((option_value = skip_leading_substring (arg, "align-labels=")))
4027     align_labels
4028       = read_integral_parameter (option_value, arg - 2, align_labels);
4029   else if ((option_value
4030             = skip_leading_substring (arg, "stack-limit-register=")))
4031     {
4032       int reg = decode_reg_name (option_value);
4033       if (reg < 0)
4034         error ("unrecognized register name `%s'", option_value);
4035       else
4036         stack_limit_rtx = gen_rtx_REG (Pmode, reg);
4037     }
4038   else if ((option_value
4039             = skip_leading_substring (arg, "stack-limit-symbol=")))
4040     {
4041       const char *nm;
4042       nm = ggc_strdup (option_value);
4043       stack_limit_rtx = gen_rtx_SYMBOL_REF (Pmode, nm);
4044     }
4045   else if ((option_value
4046             = skip_leading_substring (arg, "message-length=")))
4047     output_set_maximum_length
4048       (&global_dc->buffer, read_integral_parameter
4049        (option_value, arg - 2, diagnostic_line_cutoff (global_dc)));
4050   else if ((option_value
4051             = skip_leading_substring (arg, "diagnostics-show-location=")))
4052     {
4053       if (!strcmp (option_value, "once"))
4054         diagnostic_prefixing_rule (global_dc) = DIAGNOSTICS_SHOW_PREFIX_ONCE;
4055       else if (!strcmp (option_value, "every-line"))
4056         diagnostic_prefixing_rule (global_dc)
4057           = DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE;
4058       else
4059         error ("unrecognized option `%s'", arg - 2);
4060     }
4061   else if (!strcmp (arg, "no-stack-limit"))
4062     stack_limit_rtx = NULL_RTX;
4063   else if ((option_value = skip_leading_substring (arg, "random-seed=")))
4064     flag_random_seed = option_value;
4065   else if (!strcmp (arg, "no-random-seed"))
4066     flag_random_seed = NULL;
4067   else if (!strcmp (arg, "preprocessed"))
4068     /* Recognize this switch but do nothing.  This prevents warnings
4069        about an unrecognized switch if cpplib has not been linked in.  */
4070     ;
4071   else
4072     return 0;
4073
4074   return 1;
4075 }
4076
4077 /* Parse a -W... command line switch.  ARG is the value after the -W.
4078    It is safe to access 'ARG - 2' to generate the full switch name.
4079    Return the number of strings consumed.  */
4080
4081 static int
4082 decode_W_option (arg)
4083      const char *arg;
4084 {
4085   const char *option_value = NULL;
4086   int j;
4087
4088   /* Search for the option in the table of binary W options.  */
4089
4090   for (j = ARRAY_SIZE (W_options); j--;)
4091     {
4092       if (!strcmp (arg, W_options[j].string))
4093         {
4094           *W_options[j].variable = W_options[j].on_value;
4095           return 1;
4096         }
4097
4098       if (arg[0] == 'n' && arg[1] == 'o' && arg[2] == '-'
4099           && ! strcmp (arg + 3, W_options[j].string))
4100         {
4101           *W_options[j].variable = ! W_options[j].on_value;
4102           return 1;
4103         }
4104     }
4105
4106   if ((option_value = skip_leading_substring (arg, "id-clash-")))
4107     warning ("-Wid-clash-LEN is no longer supported");
4108   else if ((option_value = skip_leading_substring (arg, "larger-than-")))
4109     {
4110       larger_than_size = read_integral_parameter (option_value, arg - 2, -1);
4111
4112       warn_larger_than = larger_than_size != -1;
4113     }
4114   else if (!strcmp (arg, "unused"))
4115     {
4116       set_Wunused (1);
4117     }
4118   else if (!strcmp (arg, "no-unused"))
4119     {
4120       set_Wunused (0);
4121     }
4122   else
4123     return 0;
4124
4125   return 1;
4126 }
4127
4128 /* Parse a -g... command line switch.  ARG is the value after the -g.
4129    It is safe to access 'ARG - 2' to generate the full switch name.
4130    Return the number of strings consumed.  */
4131
4132 static int
4133 decode_g_option (arg)
4134      const char *arg;
4135 {
4136   static unsigned level = 0;
4137   /* A lot of code assumes write_symbols == NO_DEBUG if the
4138      debugging level is 0 (thus -gstabs1 -gstabs0 would lose track
4139      of what debugging type has been selected).  This records the
4140      selected type.  It is an error to specify more than one
4141      debugging type.  */
4142   static enum debug_info_type selected_debug_type = NO_DEBUG;
4143   /* Non-zero if debugging format has been explicitly set.
4144      -g and -ggdb don't explicitly set the debugging format so
4145      -gdwarf -g3 is equivalent to -gdwarf3.  */
4146   static int type_explicitly_set_p = 0;
4147   /* Indexed by enum debug_info_type.  */
4148   static const char *const debug_type_names[] =
4149   {
4150     "none", "stabs", "coff", "dwarf-1", "dwarf-2", "xcoff", "vms"
4151   };
4152
4153   /* The maximum admissible debug level value.  */
4154   static const unsigned max_debug_level = 3;
4155
4156   /* Look up ARG in the table.  */
4157   for (da = debug_args; da->arg; da++)
4158     {
4159       const int da_len = strlen (da->arg);
4160
4161       if (da_len == 0 || ! strncmp (arg, da->arg, da_len))
4162         {
4163           enum debug_info_type type = da->debug_type;
4164           const char *p = arg + da_len;
4165
4166           if (*p && ! ISDIGIT (*p))
4167             continue;
4168
4169           /* A debug flag without a level defaults to level 2.
4170              Note we do not want to call read_integral_parameter
4171              for that case since it will call atoi which
4172              will return zero.
4173
4174              ??? We may want to generalize the interface to
4175              read_integral_parameter to better handle this case
4176              if this case shows up often.  */
4177           if (*p)
4178             level = read_integral_parameter (p, 0, max_debug_level + 1);
4179           else
4180             level = (level == 0) ? 2 : level;
4181
4182           if (da_len > 1 && *p && !strncmp (arg, "dwarf", da_len))
4183             {
4184               error ("use -gdwarf -g%d for DWARF v1, level %d",
4185                      level, level);
4186               if (level == 2)
4187                 error ("use -gdwarf-2   for DWARF v2");
4188             }
4189
4190           if (level > max_debug_level)
4191             {
4192               warning ("\
4193 ignoring option `%s' due to invalid debug level specification",
4194                        arg - 2);
4195               level = debug_info_level;
4196             }
4197
4198           if (type == NO_DEBUG)
4199             {
4200               type = PREFERRED_DEBUGGING_TYPE;
4201
4202               if (da_len > 1 && strncmp (arg, "gdb", da_len) == 0)
4203                 {
4204 #ifdef DWARF2_DEBUGGING_INFO
4205                   type = DWARF2_DEBUG;
4206 #else
4207 #ifdef DBX_DEBUGGING_INFO
4208                   type = DBX_DEBUG;
4209 #endif
4210 #endif
4211                 }
4212             }
4213
4214           if (type == NO_DEBUG)
4215             warning ("`%s': unknown or unsupported -g option", arg - 2);
4216
4217           /* Does it conflict with an already selected type?  */
4218           if (type_explicitly_set_p
4219               /* -g/-ggdb don't conflict with anything.  */
4220               && da->debug_type != NO_DEBUG
4221               && type != selected_debug_type)
4222             warning ("`%s' ignored, conflicts with `-g%s'",
4223                      arg - 2, debug_type_names[(int) selected_debug_type]);
4224           else
4225             {
4226               /* If the format has already been set, -g/-ggdb
4227                  only change the debug level.  */
4228               if (type_explicitly_set_p && da->debug_type == NO_DEBUG)
4229                 /* Don't change debugging type.  */
4230                 ;
4231               else
4232                 {
4233                   selected_debug_type = type;
4234                   type_explicitly_set_p = da->debug_type != NO_DEBUG;
4235                 }
4236
4237               write_symbols = (level == 0
4238                                ? NO_DEBUG
4239                                : selected_debug_type);
4240               use_gnu_debug_info_extensions = da->use_extensions_p;
4241               debug_info_level = (enum debug_info_level) level;
4242             }
4243
4244           break;
4245         }
4246     }
4247
4248   if (! da->arg)
4249     return 0;
4250
4251   return 1;
4252 }
4253
4254 /* Decode the first argument in the argv as a language-independent option.
4255    Return the number of strings consumed.  */
4256
4257 static unsigned int
4258 independent_decode_option (argc, argv)
4259      int argc;
4260      char **argv;
4261 {
4262   char *arg = argv[0];
4263
4264   if (arg[0] != '-' || arg[1] == 0)
4265     {
4266       if (arg[0] == '+')
4267         return 0;
4268
4269       filename = arg;
4270
4271       return 1;
4272     }
4273
4274   arg++;
4275
4276   if (!strcmp (arg, "-help"))
4277     {
4278       display_help ();
4279       exit_after_options = 1;
4280       return 1;
4281     }
4282
4283   if (!strcmp (arg, "-target-help"))
4284     {
4285       display_target_options ();
4286       exit_after_options = 1;
4287       return 1;
4288     }
4289
4290   if (!strcmp (arg, "-version"))
4291     {
4292       print_version (stderr, "");
4293       exit_after_options = 1;
4294       return 1;
4295     }
4296
4297   /* Handle '--param <name>=<value>'.  */
4298   if (strcmp (arg, "-param") == 0)
4299     {
4300       char *equal;
4301
4302       if (argc == 1)
4303         {
4304           error ("-param option missing argument");
4305           return 1;
4306         }
4307
4308       /* Get the '<name>=<value>' parameter.  */
4309       arg = argv[1];
4310       /* Look for the `='.  */
4311       equal = strchr (arg, '=');
4312       if (!equal)
4313         error ("invalid --param option: %s", arg);
4314       else
4315         {
4316           int val;
4317
4318           /* Zero out the `=' sign so that we get two separate strings.  */
4319           *equal = '\0';
4320           /* Figure out what value is specified.  */
4321           val = read_integral_parameter (equal + 1, NULL, INVALID_PARAM_VAL);
4322           if (val != INVALID_PARAM_VAL)
4323             set_param_value (arg, val);
4324           else
4325             error ("invalid parameter value `%s'", equal + 1);
4326         }
4327
4328       return 2;
4329     }
4330
4331   if (*arg == 'Y')
4332     arg++;
4333
4334   switch (*arg)
4335     {
4336     default:
4337       return 0;
4338
4339     case 'O':
4340       /* Already been treated in main (). Do nothing.  */
4341       break;
4342
4343     case 'm':
4344       set_target_switch (arg + 1);
4345       break;
4346
4347     case 'f':
4348       return decode_f_option (arg + 1);
4349
4350     case 'g':
4351       return decode_g_option (arg + 1);
4352
4353     case 'd':
4354       if (!strcmp (arg, "dumpbase"))
4355         {
4356           if (argc == 1)
4357             return 0;
4358
4359           if (argv[1][0])
4360             dump_base_name = argv[1];
4361           
4362           return 2;
4363         }
4364       else
4365         decode_d_option (arg + 1);
4366       break;
4367
4368     case 'p':
4369       if (!strcmp (arg, "pedantic"))
4370         pedantic = 1;
4371       else if (!strcmp (arg, "pedantic-errors"))
4372         flag_pedantic_errors = pedantic = 1;
4373       else if (arg[1] == 0)
4374         profile_flag = 1;
4375       else
4376         return 0;
4377       break;
4378
4379     case 'q':
4380       if (!strcmp (arg, "quiet"))
4381         quiet_flag = 1;
4382       else
4383         return 0;
4384       break;
4385
4386     case 'v':
4387       if (!strcmp (arg, "version"))
4388         version_flag = 1;
4389       else
4390         return 0;
4391       break;
4392
4393     case 'w':
4394       if (arg[1] == 0)
4395         inhibit_warnings = 1;
4396       else
4397         return 0;
4398       break;
4399
4400     case 'W':
4401       if (arg[1] == 0)
4402         {
4403           extra_warnings = 1;
4404           /* We save the value of warn_uninitialized, since if they put
4405              -Wuninitialized on the command line, we need to generate a
4406              warning about not using it without also specifying -O.  */
4407           if (warn_uninitialized != 1)
4408             warn_uninitialized = 2;
4409         }
4410       else
4411         return decode_W_option (arg + 1);
4412       break;
4413
4414     case 'a':
4415       if (!strncmp (arg, "aux-info", 8))
4416         {
4417           if (arg[8] == '\0')
4418             {
4419               if (argc == 1)
4420                 return 0;
4421
4422               aux_info_file_name = argv[1];
4423               flag_gen_aux_info = 1;
4424               return 2;
4425             }
4426           else if (arg[8] == '=')
4427             {
4428               aux_info_file_name = arg + 9;
4429               flag_gen_aux_info = 1;
4430             }
4431           else
4432             return 0;
4433         }
4434       else if (!strcmp (arg, "auxbase"))
4435         {
4436           if (argc == 1)
4437             return 0;
4438
4439           if (argv[1][0])
4440             aux_base_name = argv[1];
4441           
4442           return 2;
4443         }
4444       else if (!strcmp (arg, "auxbase-strip"))
4445         {
4446           if (argc == 1)
4447             return 0;
4448
4449           if (argv[1][0])
4450             {
4451               strip_off_ending (argv[1], strlen (argv[1]));
4452               if (argv[1][0])
4453                 aux_base_name = argv[1];
4454             }
4455           
4456           return 2;
4457         }
4458       else
4459         return 0;
4460       break;
4461
4462     case 'o':
4463       if (arg[1] == 0)
4464         {
4465           if (argc == 1)
4466             return 0;
4467
4468           asm_file_name = argv[1];
4469           return 2;
4470         }
4471       return 0;
4472
4473     case 'G':
4474       {
4475         int g_switch_val;
4476         int return_val;
4477
4478         if (arg[1] == 0)
4479           {
4480             if (argc == 1)
4481               return 0;
4482
4483             g_switch_val = read_integral_parameter (argv[1], 0, -1);
4484             return_val = 2;
4485           }
4486         else
4487           {
4488             g_switch_val = read_integral_parameter (arg + 1, 0, -1);
4489             return_val = 1;
4490           }
4491
4492         if (g_switch_val == -1)
4493           return_val = 0;
4494         else
4495           {
4496             g_switch_set = TRUE;
4497             g_switch_value = g_switch_val;
4498           }
4499
4500         return return_val;
4501       }
4502     }
4503
4504   return 1;
4505 }
4506 \f
4507 /* Decode -m switches.  */
4508 /* Decode the switch -mNAME.  */
4509
4510 static void
4511 set_target_switch (name)
4512      const char *name;
4513 {
4514   size_t j;
4515   int valid_target_option = 0;
4516
4517   for (j = 0; j < ARRAY_SIZE (target_switches); j++)
4518     if (!strcmp (target_switches[j].name, name))
4519       {
4520         if (target_switches[j].value < 0)
4521           target_flags &= ~-target_switches[j].value;
4522         else
4523           target_flags |= target_switches[j].value;
4524         if (name[0] != 0)
4525           {
4526             if (target_switches[j].value < 0)
4527               target_flags_explicit |= -target_switches[j].value;
4528             else
4529               target_flags_explicit |= target_switches[j].value;
4530           }
4531         valid_target_option = 1;
4532       }
4533
4534 #ifdef TARGET_OPTIONS
4535   if (!valid_target_option)
4536     for (j = 0; j < ARRAY_SIZE (target_options); j++)
4537       {
4538         int len = strlen (target_options[j].prefix);
4539         if (!strncmp (target_options[j].prefix, name, len))
4540           {
4541             *target_options[j].variable = name + len;
4542             valid_target_option = 1;
4543           }
4544       }
4545 #endif
4546
4547   if (!valid_target_option)
4548     error ("invalid option `%s'", name);
4549 }
4550 \f
4551 /* Print version information to FILE.
4552    Each line begins with INDENT (for the case where FILE is the
4553    assembler output file).  */
4554
4555 static void
4556 print_version (file, indent)
4557      FILE *file;
4558      const char *indent;
4559 {
4560 #ifndef __VERSION__
4561 #define __VERSION__ "[?]"
4562 #endif
4563   fnotice (file,
4564 #ifdef __GNUC__
4565            "%s%s%s version %s (%s)\n%s\tcompiled by GNU C version %s.\n"
4566 #else
4567            "%s%s%s version %s (%s) compiled by CC.\n"
4568 #endif
4569            , indent, *indent != 0 ? " " : "",
4570            lang_hooks.name, version_string, TARGET_NAME,
4571            indent, __VERSION__);
4572   fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n",
4573            indent, *indent != 0 ? " " : "",
4574            PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE));
4575 }
4576
4577 /* Print an option value and return the adjusted position in the line.
4578    ??? We don't handle error returns from fprintf (disk full); presumably
4579    other code will catch a disk full though.  */
4580
4581 static int
4582 print_single_switch (file, pos, max, indent, sep, term, type, name)
4583      FILE *file;
4584      int pos, max;
4585      const char *indent, *sep, *term, *type, *name;
4586 {
4587   /* The ultrix fprintf returns 0 on success, so compute the result we want
4588      here since we need it for the following test.  */
4589   int len = strlen (sep) + strlen (type) + strlen (name);
4590
4591   if (pos != 0
4592       && pos + len > max)
4593     {
4594       fprintf (file, "%s", term);
4595       pos = 0;
4596     }
4597   if (pos == 0)
4598     {
4599       fprintf (file, "%s", indent);
4600       pos = strlen (indent);
4601     }
4602   fprintf (file, "%s%s%s", sep, type, name);
4603   pos += len;
4604   return pos;
4605 }
4606
4607 /* Print active target switches to FILE.
4608    POS is the current cursor position and MAX is the size of a "line".
4609    Each line begins with INDENT and ends with TERM.
4610    Each switch is separated from the next by SEP.  */
4611
4612 static void
4613 print_switch_values (file, pos, max, indent, sep, term)
4614      FILE *file;
4615      int pos, max;
4616      const char *indent, *sep, *term;
4617 {
4618   size_t j;
4619   char **p;
4620
4621   /* Fill in the -frandom-seed option, if the user didn't pass it, so
4622      that it can be printed below.  This helps reproducibility.  Of
4623      course, the string may never be used, but we can't tell that at
4624      this point in the compile.  */
4625   default_flag_random_seed ();
4626
4627   /* Print the options as passed.  */
4628
4629   pos = print_single_switch (file, pos, max, indent, *indent ? " " : "", term,
4630                              _("options passed: "), "");
4631
4632   for (p = &save_argv[1]; *p != NULL; p++)
4633     if (**p == '-')
4634       {
4635         /* Ignore these.  */
4636         if (strcmp (*p, "-o") == 0)
4637           {
4638             if (p[1] != NULL)
4639               p++;
4640             continue;
4641           }
4642         if (strcmp (*p, "-quiet") == 0)
4643           continue;
4644         if (strcmp (*p, "-version") == 0)
4645           continue;
4646         if ((*p)[1] == 'd')
4647           continue;
4648
4649         pos = print_single_switch (file, pos, max, indent, sep, term, *p, "");
4650       }
4651   if (pos > 0)
4652     fprintf (file, "%s", term);
4653
4654   /* Print the -f and -m options that have been enabled.
4655      We don't handle language specific options but printing argv
4656      should suffice.  */
4657
4658   pos = print_single_switch (file, 0, max, indent, *indent ? " " : "", term,
4659                              _("options enabled: "), "");
4660
4661   for (j = 0; j < ARRAY_SIZE (f_options); j++)
4662     if (*f_options[j].variable == f_options[j].on_value)
4663       pos = print_single_switch (file, pos, max, indent, sep, term,
4664                                  "-f", f_options[j].string);
4665
4666   /* Print target specific options.  */
4667
4668   for (j = 0; j < ARRAY_SIZE (target_switches); j++)
4669     if (target_switches[j].name[0] != '\0'
4670         && target_switches[j].value > 0
4671         && ((target_switches[j].value & target_flags)
4672             == target_switches[j].value))
4673       {
4674         pos = print_single_switch (file, pos, max, indent, sep, term,
4675                                    "-m", target_switches[j].name);
4676       }
4677
4678 #ifdef TARGET_OPTIONS
4679   for (j = 0; j < ARRAY_SIZE (target_options); j++)
4680     if (*target_options[j].variable != NULL)
4681       {
4682         char prefix[256];
4683         sprintf (prefix, "-m%s", target_options[j].prefix);
4684         pos = print_single_switch (file, pos, max, indent, sep, term,
4685                                    prefix, *target_options[j].variable);
4686       }
4687 #endif
4688
4689   fprintf (file, "%s", term);
4690 }
4691 \f
4692 /* Open assembly code output file.  Do this even if -fsyntax-only is
4693    on, because then the driver will have provided the name of a
4694    temporary file or bit bucket for us.  NAME is the file specified on
4695    the command line, possibly NULL.  */
4696 static void
4697 init_asm_output (name)
4698      const char *name;
4699 {
4700   if (name == NULL && asm_file_name == 0)
4701     asm_out_file = stdout;
4702   else
4703     {
4704       if (asm_file_name == 0)
4705         {
4706           int len = strlen (dump_base_name);
4707           char *dumpname = (char *) xmalloc (len + 6);
4708           memcpy (dumpname, dump_base_name, len + 1);
4709           strip_off_ending (dumpname, len);
4710           strcat (dumpname, ".s");
4711           asm_file_name = dumpname;
4712         }
4713       if (!strcmp (asm_file_name, "-"))
4714         asm_out_file = stdout;
4715       else
4716         asm_out_file = fopen (asm_file_name, "w");
4717       if (asm_out_file == 0)
4718         fatal_io_error ("can't open %s for writing", asm_file_name);
4719     }
4720
4721 #ifdef IO_BUFFER_SIZE
4722   setvbuf (asm_out_file, (char *) xmalloc (IO_BUFFER_SIZE),
4723            _IOFBF, IO_BUFFER_SIZE);
4724 #endif
4725
4726   if (!flag_syntax_only)
4727     {
4728 #ifdef ASM_FILE_START
4729       ASM_FILE_START (asm_out_file);
4730 #endif
4731
4732 #ifdef ASM_COMMENT_START
4733       if (flag_verbose_asm)
4734         {
4735           /* Print the list of options in effect.  */
4736           print_version (asm_out_file, ASM_COMMENT_START);
4737           print_switch_values (asm_out_file, 0, MAX_LINE,
4738                                ASM_COMMENT_START, " ", "\n");
4739           /* Add a blank line here so it appears in assembler output but not
4740              screen output.  */
4741           fprintf (asm_out_file, "\n");
4742         }
4743 #endif
4744     }
4745 }
4746 \f
4747 /* Initialization of the front end environment, before command line
4748    options are parsed.  Signal handlers, internationalization etc.
4749    ARGV0 is main's argv[0].  */
4750 static void
4751 general_init (argv0)
4752      char *argv0;
4753 {
4754   char *p;
4755
4756   p = argv0 + strlen (argv0);
4757   while (p != argv0 && !IS_DIR_SEPARATOR (p[-1]))
4758     --p;
4759   progname = p;
4760
4761   xmalloc_set_program_name (progname);
4762
4763   hex_init ();
4764
4765   gcc_init_libintl ();
4766
4767   /* Trap fatal signals, e.g. SIGSEGV, and convert them to ICE messages.  */
4768 #ifdef SIGSEGV
4769   signal (SIGSEGV, crash_signal);
4770 #endif
4771 #ifdef SIGILL
4772   signal (SIGILL, crash_signal);
4773 #endif
4774 #ifdef SIGBUS
4775   signal (SIGBUS, crash_signal);
4776 #endif
4777 #ifdef SIGABRT
4778   signal (SIGABRT, crash_signal);
4779 #endif
4780 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
4781   signal (SIGIOT, crash_signal);
4782 #endif
4783 #ifdef SIGFPE
4784   signal (SIGFPE, crash_signal);
4785 #endif
4786
4787   /* Initialize the diagnostics reporting machinery, so option parsing
4788      can give warnings and errors.  */
4789   diagnostic_initialize (global_dc);
4790
4791   /* Initialize the garbage-collector, string pools and tree type hash
4792      table.  */
4793   init_ggc ();
4794   init_stringpool ();
4795   init_ttree ();
4796 }
4797 \f
4798 /* Parse command line options and set default flag values, called
4799    after language-independent option-independent initialization.  Do
4800    minimal options processing.  Outputting diagnostics is OK, but GC
4801    and identifier hashtables etc. are not initialized yet.
4802
4803    Return nonzero to suppress compiler back end initialization.  */
4804 static void
4805 parse_options_and_default_flags (argc, argv)
4806      int argc;
4807      char **argv;
4808 {
4809   int i;
4810
4811   /* Save in case md file wants to emit args as a comment.  */
4812   save_argc = argc;
4813   save_argv = argv;
4814
4815   /* Initialize register usage now so switches may override.  */
4816   init_reg_sets ();
4817
4818   /* Register the language-independent parameters.  */
4819   add_params (lang_independent_params, LAST_PARAM);
4820
4821   /* This must be done after add_params but before argument processing.  */
4822   init_ggc_heuristics();
4823
4824   /* Perform language-specific options initialization.  */
4825   (*lang_hooks.init_options) ();
4826
4827   /* Scan to see what optimization level has been specified.  That will
4828      determine the default value of many flags.  */
4829   for (i = 1; i < argc; i++)
4830     {
4831       if (!strcmp (argv[i], "-O"))
4832         {
4833           optimize = 1;
4834           optimize_size = 0;
4835         }
4836       else if (argv[i][0] == '-' && argv[i][1] == 'O')
4837         {
4838           /* Handle -Os, -O2, -O3, -O69, ...  */
4839           char *p = &argv[i][2];
4840
4841           if ((p[0] == 's') && (p[1] == 0))
4842             {
4843               optimize_size = 1;
4844
4845               /* Optimizing for size forces optimize to be 2.  */
4846               optimize = 2;
4847             }
4848           else
4849             {
4850               const int optimize_val = read_integral_parameter (p, p - 2, -1);
4851               if (optimize_val != -1)
4852                 {
4853                   optimize = optimize_val;
4854                   optimize_size = 0;
4855                 }
4856             }
4857         }
4858     }
4859
4860   if (!optimize)
4861     {
4862       flag_merge_constants = 0;
4863     }
4864
4865   if (optimize >= 1)
4866     {
4867       flag_defer_pop = 1;
4868       flag_thread_jumps = 1;
4869 #ifdef DELAY_SLOTS
4870       flag_delayed_branch = 1;
4871 #endif
4872 #ifdef CAN_DEBUG_WITHOUT_FP
4873       flag_omit_frame_pointer = 1;
4874 #endif
4875       flag_guess_branch_prob = 1;
4876       flag_cprop_registers = 1;
4877       flag_loop_optimize = 1;
4878       flag_crossjumping = 1;
4879       flag_if_conversion = 1;
4880       flag_if_conversion2 = 1;
4881     }
4882
4883   if (optimize >= 2)
4884     {
4885       flag_optimize_sibling_calls = 1;
4886       flag_cse_follow_jumps = 1;
4887       flag_cse_skip_blocks = 1;
4888       flag_gcse = 1;
4889       flag_expensive_optimizations = 1;
4890       flag_strength_reduce = 1;
4891       flag_rerun_cse_after_loop = 1;
4892       flag_rerun_loop_opt = 1;
4893       flag_caller_saves = 1;
4894       flag_force_mem = 1;
4895       flag_peephole2 = 1;
4896 #ifdef INSN_SCHEDULING
4897       flag_schedule_insns = 1;
4898       flag_schedule_insns_after_reload = 1;
4899 #endif
4900       flag_regmove = 1;
4901       flag_strict_aliasing = 1;
4902       flag_delete_null_pointer_checks = 1;
4903       flag_reorder_blocks = 1;
4904       flag_reorder_functions = 1;
4905     }
4906
4907   if (optimize >= 3)
4908     {
4909       flag_inline_functions = 1;
4910       flag_rename_registers = 1;
4911     }
4912
4913   if (optimize < 2 || optimize_size)
4914     {
4915       align_loops = 1;
4916       align_jumps = 1;
4917       align_labels = 1;
4918       align_functions = 1;
4919
4920       /* Don't reorder blocks when optimizing for size because extra
4921          jump insns may be created; also barrier may create extra padding.
4922
4923          More correctly we should have a block reordering mode that tried
4924          to minimize the combined size of all the jumps.  This would more
4925          or less automatically remove extra jumps, but would also try to
4926          use more short jumps instead of long jumps.  */
4927       flag_reorder_blocks = 0;
4928     }
4929
4930   /* Initialize whether `char' is signed.  */
4931   flag_signed_char = DEFAULT_SIGNED_CHAR;
4932 #ifdef DEFAULT_SHORT_ENUMS
4933   /* Initialize how much space enums occupy, by default.  */
4934   flag_short_enums = DEFAULT_SHORT_ENUMS;
4935 #endif
4936
4937   /* Initialize target_flags before OPTIMIZATION_OPTIONS so the latter can
4938      modify it.  */
4939   target_flags = 0;
4940   set_target_switch ("");
4941
4942   /* Unwind tables are always present in an ABI-conformant IA-64
4943      object file, so the default should be ON.  */
4944 #ifdef IA64_UNWIND_INFO
4945   flag_unwind_tables = IA64_UNWIND_INFO;
4946 #endif
4947
4948 #ifdef OPTIMIZATION_OPTIONS
4949   /* Allow default optimizations to be specified on a per-machine basis.  */
4950   OPTIMIZATION_OPTIONS (optimize, optimize_size);
4951 #endif
4952
4953   /* Perform normal command line switch decoding.  */
4954   for (i = 1; i < argc;)
4955     {
4956       int lang_processed;
4957       int indep_processed;
4958
4959       /* Give the language a chance to decode the option for itself.  */
4960       lang_processed = (*lang_hooks.decode_option) (argc - i, argv + i);
4961
4962       if (lang_processed >= 0)
4963         /* Now see if the option also has a language independent meaning.
4964            Some options are both language specific and language independent,
4965            eg --help.  */
4966         indep_processed = independent_decode_option (argc - i, argv + i);
4967       else
4968         {
4969           lang_processed = -lang_processed;
4970           indep_processed = 0;
4971         }
4972
4973       if (lang_processed || indep_processed)
4974         i += MAX (lang_processed, indep_processed);
4975       else
4976         {
4977           const char *option = NULL;
4978           const char *lang = NULL;
4979           unsigned int j;
4980
4981           /* It is possible that the command line switch is not valid for the
4982              current language, but it is valid for another language.  In order
4983              to be compatible with previous versions of the compiler (which
4984              did not issue an error message in this case) we check for this
4985              possibility here.  If we do find a match, then if extra_warnings
4986              is set we generate a warning message, otherwise we will just
4987              ignore the option.  */
4988           for (j = 0; j < ARRAY_SIZE (documented_lang_options); j++)
4989             {
4990               option = documented_lang_options[j].option;
4991
4992               if (option == NULL)
4993                 lang = documented_lang_options[j].description;
4994               else if (! strncmp (argv[i], option, strlen (option)))
4995                 break;
4996             }
4997
4998           if (j != ARRAY_SIZE (documented_lang_options))
4999             {
5000               if (extra_warnings)
5001                 {
5002                   warning ("ignoring command line option '%s'", argv[i]);
5003                   if (lang)
5004                     warning
5005                       ("(it is valid for %s but not the selected language)",
5006                        lang);
5007                 }
5008             }
5009           else if (argv[i][0] == '-' && argv[i][1] == 'g')
5010             warning ("`%s': unknown or unsupported -g option", &argv[i][2]);
5011           else
5012             error ("unrecognized option `%s'", argv[i]);
5013
5014           i++;
5015         }
5016     }
5017
5018   if (flag_no_inline == 2)
5019     flag_no_inline = 0;
5020   else
5021     flag_really_no_inline = flag_no_inline;
5022
5023   /* Set flag_no_inline before the post_options () hook.  The C front
5024      ends use it to determine tree inlining defaults.  FIXME: such
5025      code should be lang-independent when all front ends use tree
5026      inlining, in which case it, and this condition, should be moved
5027      to the top of process_options() instead.  */
5028   if (optimize == 0)
5029     {
5030       /* Inlining does not work if not optimizing,
5031          so force it not to be done.  */
5032       flag_no_inline = 1;
5033       warn_inline = 0;
5034
5035       /* The c_decode_option function and decode_option hook set
5036          this to `2' if -Wall is used, so we can avoid giving out
5037          lots of errors for people who don't realize what -Wall does.  */
5038       if (warn_uninitialized == 1)
5039         warning ("-Wuninitialized is not supported without -O");
5040     }
5041
5042   if (flag_really_no_inline == 2)
5043     flag_really_no_inline = flag_no_inline;
5044 }
5045 \f
5046 /* Process the options that have been parsed.  */
5047 static void
5048 process_options ()
5049 {
5050 #ifdef OVERRIDE_OPTIONS
5051   /* Some machines may reject certain combinations of options.  */
5052   OVERRIDE_OPTIONS;
5053 #endif
5054
5055   /* Set up the align_*_log variables, defaulting them to 1 if they
5056      were still unset.  */
5057   if (align_loops <= 0) align_loops = 1;
5058   if (align_loops_max_skip > align_loops || !align_loops)
5059     align_loops_max_skip = align_loops - 1;
5060   align_loops_log = floor_log2 (align_loops * 2 - 1);
5061   if (align_jumps <= 0) align_jumps = 1;
5062   if (align_jumps_max_skip > align_jumps || !align_jumps)
5063     align_jumps_max_skip = align_jumps - 1;
5064   align_jumps_log = floor_log2 (align_jumps * 2 - 1);
5065   if (align_labels <= 0) align_labels = 1;
5066   align_labels_log = floor_log2 (align_labels * 2 - 1);
5067   if (align_labels_max_skip > align_labels || !align_labels)
5068     align_labels_max_skip = align_labels - 1;
5069   if (align_functions <= 0) align_functions = 1;
5070   align_functions_log = floor_log2 (align_functions * 2 - 1);
5071
5072   /* Unrolling all loops implies that standard loop unrolling must also
5073      be done.  */
5074   if (flag_unroll_all_loops)
5075     flag_unroll_loops = 1;
5076   /* Loop unrolling requires that strength_reduction be on also.  Silently
5077      turn on strength reduction here if it isn't already on.  Also, the loop
5078      unrolling code assumes that cse will be run after loop, so that must
5079      be turned on also.  */
5080   if (flag_unroll_loops)
5081     {
5082       flag_strength_reduce = 1;
5083       flag_rerun_cse_after_loop = 1;
5084     }
5085
5086   if (flag_non_call_exceptions)
5087     flag_asynchronous_unwind_tables = 1;
5088   if (flag_asynchronous_unwind_tables)
5089     flag_unwind_tables = 1;
5090
5091   /* Warn about options that are not supported on this machine.  */
5092 #ifndef INSN_SCHEDULING
5093   if (flag_schedule_insns || flag_schedule_insns_after_reload)
5094     warning ("instruction scheduling not supported on this target machine");
5095 #endif
5096 #ifndef DELAY_SLOTS
5097   if (flag_delayed_branch)
5098     warning ("this target machine does not have delayed branches");
5099 #endif
5100
5101   user_label_prefix = USER_LABEL_PREFIX;
5102   if (flag_leading_underscore != -1)
5103     {
5104       /* If the default prefix is more complicated than "" or "_",
5105          issue a warning and ignore this option.  */
5106       if (user_label_prefix[0] == 0 ||
5107           (user_label_prefix[0] == '_' && user_label_prefix[1] == 0))
5108         {
5109           user_label_prefix = flag_leading_underscore ? "_" : "";
5110         }
5111       else
5112         warning ("-f%sleading-underscore not supported on this target machine",
5113                  flag_leading_underscore ? "" : "no-");
5114     }
5115
5116   /* If we are in verbose mode, write out the version and maybe all the
5117      option flags in use.  */
5118   if (version_flag)
5119     {
5120       print_version (stderr, "");
5121       if (! quiet_flag)
5122         print_switch_values (stderr, 0, MAX_LINE, "", " ", "\n");
5123     }
5124
5125   if (! quiet_flag || flag_detailed_statistics)
5126     time_report = 1;
5127
5128   if (flag_syntax_only)
5129     {
5130       write_symbols = NO_DEBUG;
5131       profile_flag = 0;
5132     }
5133
5134   /* Now we know write_symbols, set up the debug hooks based on it.
5135      By default we do nothing for debug output.  */
5136 #if defined(DBX_DEBUGGING_INFO)
5137   if (write_symbols == DBX_DEBUG)
5138     debug_hooks = &dbx_debug_hooks;
5139 #endif
5140 #if defined(XCOFF_DEBUGGING_INFO)
5141   if (write_symbols == XCOFF_DEBUG)
5142     debug_hooks = &xcoff_debug_hooks;
5143 #endif
5144 #ifdef SDB_DEBUGGING_INFO
5145   if (write_symbols == SDB_DEBUG)
5146     debug_hooks = &sdb_debug_hooks;
5147 #endif
5148 #ifdef DWARF_DEBUGGING_INFO
5149   if (write_symbols == DWARF_DEBUG)
5150     debug_hooks = &dwarf_debug_hooks;
5151 #endif
5152 #ifdef DWARF2_DEBUGGING_INFO
5153   if (write_symbols == DWARF2_DEBUG)
5154     debug_hooks = &dwarf2_debug_hooks;
5155 #endif
5156 #ifdef VMS_DEBUGGING_INFO
5157   if (write_symbols == VMS_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)
5158     debug_hooks = &vmsdbg_debug_hooks;
5159 #endif
5160
5161   /* If auxiliary info generation is desired, open the output file.
5162      This goes in the same directory as the source file--unlike
5163      all the other output files.  */
5164   if (flag_gen_aux_info)
5165     {
5166       aux_info_file = fopen (aux_info_file_name, "w");
5167       if (aux_info_file == 0)
5168         fatal_io_error ("can't open %s", aux_info_file_name);
5169     }
5170
5171   if (! targetm.have_named_sections)
5172     {
5173       if (flag_function_sections)
5174         {
5175           warning ("-ffunction-sections not supported for this target");
5176           flag_function_sections = 0;
5177         }
5178       if (flag_data_sections)
5179         {
5180           warning ("-fdata-sections not supported for this target");
5181           flag_data_sections = 0;
5182         }
5183     }
5184
5185   if (flag_function_sections && profile_flag)
5186     {
5187       warning ("-ffunction-sections disabled; it makes profiling impossible");
5188       flag_function_sections = 0;
5189     }
5190
5191 #ifndef HAVE_prefetch
5192   if (flag_prefetch_loop_arrays)
5193     {
5194       warning ("-fprefetch-loop-arrays not supported for this target");
5195       flag_prefetch_loop_arrays = 0;
5196     }
5197 #else
5198   if (flag_prefetch_loop_arrays && !HAVE_prefetch)
5199     {
5200       warning ("-fprefetch-loop-arrays not supported for this target (try -march switches)");
5201       flag_prefetch_loop_arrays = 0;
5202     }
5203 #endif
5204
5205   /* This combination of options isn't handled for i386 targets and doesn't
5206      make much sense anyway, so don't allow it.  */
5207   if (flag_prefetch_loop_arrays && optimize_size)
5208     {
5209       warning ("-fprefetch-loop-arrays is not supported with -Os");
5210       flag_prefetch_loop_arrays = 0;
5211     }
5212
5213 #ifndef OBJECT_FORMAT_ELF
5214   if (flag_function_sections && write_symbols != NO_DEBUG)
5215     warning ("-ffunction-sections may affect debugging on some targets");
5216 #endif
5217
5218     /* The presence of IEEE signaling NaNs, implies all math can trap.  */
5219     if (flag_signaling_nans)
5220       flag_trapping_math = 1;
5221 }
5222 \f
5223 /* Initialize the compiler back end.  */
5224 static void
5225 backend_init ()
5226 {
5227   /* init_emit_once uses reg_raw_mode and therefore must be called
5228      after init_regs which initialized reg_raw_mode.  */
5229   init_regs ();
5230   init_emit_once (debug_info_level == DINFO_LEVEL_NORMAL
5231                   || debug_info_level == DINFO_LEVEL_VERBOSE
5232 #ifdef VMS_DEBUGGING_INFO
5233                     /* Enable line number info for traceback */
5234                     || debug_info_level > DINFO_LEVEL_NONE
5235 #endif
5236                     || flag_test_coverage
5237                     || warn_notreached);
5238   init_fake_stack_mems ();
5239   init_alias_once ();
5240   init_loop ();
5241   init_reload ();
5242   init_function_once ();
5243   init_varasm_once ();
5244
5245   /* The following initialization functions need to generate rtl, so
5246      provide a dummy function context for them.  */
5247   init_dummy_function_start ();
5248   init_expmed ();
5249   if (flag_caller_saves)
5250     init_caller_save ();
5251   expand_dummy_function_end ();
5252 }
5253 \f
5254 /* Language-dependent initialization.  Returns nonzero on success.  */
5255 static int
5256 lang_dependent_init (name)
5257      const char *name;
5258 {
5259   if (dump_base_name == 0)
5260     dump_base_name = name ? name : "gccdump";
5261   
5262   /* Front-end initialization.  This hook can assume that GC,
5263      identifier hashes etc. are set up, but debug initialization is
5264      not done yet.  This routine must return the original filename
5265      (e.g. foo.i -> foo.c) so can correctly initialize debug output.  */
5266   name = (*lang_hooks.init) (name);
5267   if (name == NULL)
5268     return 0;
5269
5270   /* Is this duplication necessary?  */
5271   name = ggc_strdup (name);
5272   main_input_filename = input_filename = name;
5273   init_asm_output (name);
5274
5275   /* These create various _DECL nodes, so need to be called after the
5276      front end is initialized.  */
5277   init_eh ();
5278   init_optabs ();
5279
5280   /* The following initialization functions need to generate rtl, so
5281      provide a dummy function context for them.  */
5282   init_dummy_function_start ();
5283   init_expr_once ();
5284   expand_dummy_function_end ();
5285
5286   /* Put an entry on the input file stack for the main input file.  */
5287   push_srcloc (input_filename, 0);
5288
5289   /* If dbx symbol table desired, initialize writing it and output the
5290      predefined types.  */
5291   timevar_push (TV_SYMOUT);
5292
5293 #ifdef DWARF2_UNWIND_INFO
5294   if (dwarf2out_do_frame ())
5295     dwarf2out_frame_init ();
5296 #endif
5297
5298   /* Now we have the correct original filename, we can initialize
5299      debug output.  */
5300   (*debug_hooks->init) (name);
5301
5302   timevar_pop (TV_SYMOUT);
5303
5304   return 1;
5305 }
5306 \f
5307 /* Clean up: close opened files, etc.  */
5308
5309 static void
5310 finalize ()
5311 {
5312   /* Close the dump files.  */
5313   if (flag_gen_aux_info)
5314     {
5315       fclose (aux_info_file);
5316       if (errorcount)
5317         unlink (aux_info_file_name);
5318     }
5319
5320   /* Close non-debugging input and output files.  Take special care to note
5321      whether fclose returns an error, since the pages might still be on the
5322      buffer chain while the file is open.  */
5323
5324   if (asm_out_file)
5325     {
5326       if (ferror (asm_out_file) != 0)
5327         fatal_io_error ("error writing to %s", asm_file_name);
5328       if (fclose (asm_out_file) != 0)
5329         fatal_io_error ("error closing %s", asm_file_name);
5330     }
5331
5332   /* Do whatever is necessary to finish printing the graphs.  */
5333   if (graph_dump_format != no_graph)
5334     {
5335       int i;
5336
5337       for (i = 0; i < (int) DFI_MAX; ++i)
5338         if (dump_file[i].initialized && dump_file[i].graph_dump_p)
5339           {
5340             char seq[16];
5341             char *suffix;
5342
5343             sprintf (seq, DUMPFILE_FORMAT, i);
5344             suffix = concat (seq, dump_file[i].extension, NULL);
5345             finish_graph_dump_file (dump_base_name, suffix);
5346             free (suffix);
5347           }
5348     }
5349
5350   if (mem_report)
5351     {
5352       ggc_print_statistics ();
5353       stringpool_statistics ();
5354       dump_tree_statistics ();
5355     }
5356
5357   /* Free up memory for the benefit of leak detectors.  */
5358   free_reg_info ();
5359
5360   /* Language-specific end of compilation actions.  */
5361   (*lang_hooks.finish) ();
5362 }
5363 \f
5364 /* Initialize the compiler, and compile the input file.  */
5365 static void
5366 do_compile ()
5367 {
5368   /* All command line options have been parsed; allow the front end to
5369      perform consistency checks, etc.  */
5370   bool no_backend = (*lang_hooks.post_options) ();
5371
5372   /* The bulk of command line switch processing.  */
5373   process_options ();
5374
5375   /* If an error has already occurred, give up.  */
5376   if (errorcount)
5377     return;
5378
5379   if (aux_base_name)
5380     /*NOP*/;
5381   else if (filename)
5382     {
5383       char *name = xstrdup (lbasename (filename));
5384       
5385       aux_base_name = name;
5386       strip_off_ending (name, strlen (name));
5387     }
5388   else
5389     aux_base_name = "gccaux";
5390
5391   /* We cannot start timing until after options are processed since that
5392      says if we run timers or not.  */
5393   init_timevar ();
5394   timevar_start (TV_TOTAL);
5395
5396   /* Set up the back-end if requested.  */
5397   if (!no_backend)
5398     backend_init ();
5399
5400   /* Language-dependent initialization.  Returns true on success.  */
5401   if (lang_dependent_init (filename))
5402     compile_file ();
5403
5404   finalize ();
5405
5406   /* Stop timing and print the times.  */
5407   timevar_stop (TV_TOTAL);
5408   timevar_print (stderr);
5409 }
5410 \f
5411 /* Entry point of cc1, cc1plus, jc1, f771, etc.
5412    Decode command args, then call compile_file.
5413    Exit code is FATAL_EXIT_CODE if can't open files or if there were
5414    any errors, or SUCCESS_EXIT_CODE if compilation succeeded.
5415
5416    It is not safe to call this function more than once.  */
5417
5418 int
5419 toplev_main (argc, argv)
5420      int argc;
5421      char **argv;
5422 {
5423   /* Initialization of GCC's environment, and diagnostics.  */
5424   general_init (argv[0]);
5425
5426   /* Parse the options and do minimal processing; basically just
5427      enough to default flags appropriately.  */
5428   parse_options_and_default_flags (argc, argv);
5429
5430   /* Exit early if we can (e.g. -help).  */
5431   if (!exit_after_options)
5432     do_compile ();
5433
5434   if (errorcount || sorrycount)
5435     return (FATAL_EXIT_CODE);
5436
5437   return (SUCCESS_EXIT_CODE);
5438 }