2015-06-11 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / toplev.c
blobb1ccc18adf357b0ed36b63b612104bfabf60eaff
1 /* Top level of GCC compilers (cc1, cc1plus, etc.)
2 Copyright (C) 1987-2015 Free Software Foundation, Inc.
4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 3, or (at your option) any later
9 version.
11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
16 You should have received a copy of the GNU General Public License
17 along with GCC; see the file COPYING3. If not see
18 <http://www.gnu.org/licenses/>. */
20 /* This is the top level of cc1/c++.
21 It parses command args, opens files, invokes the various passes
22 in the proper order, and counts the time used by each.
23 Error messages and low-level interface to malloc also handled here. */
25 #include "config.h"
26 #include "system.h"
27 #include "coretypes.h"
28 #include "tm.h"
29 #include "line-map.h"
30 #include "input.h"
31 #include "alias.h"
32 #include "symtab.h"
33 #include "tree.h"
34 #include "fold-const.h"
35 #include "varasm.h"
36 #include "tree-inline.h"
37 #include "realmpfr.h" /* For GMP/MPFR/MPC versions, in print_version. */
38 #include "version.h"
39 #include "rtl.h"
40 #include "tm_p.h"
41 #include "flags.h"
42 #include "insn-attr.h"
43 #include "insn-config.h"
44 #include "insn-flags.h"
45 #include "hard-reg-set.h"
46 #include "recog.h"
47 #include "output.h"
48 #include "except.h"
49 #include "function.h"
50 #include "toplev.h"
51 #include "expmed.h"
52 #include "dojump.h"
53 #include "explow.h"
54 #include "calls.h"
55 #include "emit-rtl.h"
56 #include "stmt.h"
57 #include "expr.h"
58 #include "intl.h"
59 #include "regs.h"
60 #include "timevar.h"
61 #include "diagnostic.h"
62 #include "tree-diagnostic.h"
63 #include "tree-pretty-print.h"
64 #include "params.h"
65 #include "reload.h"
66 #include "ira.h"
67 #include "lra.h"
68 #include "dwarf2asm.h"
69 #include "debug.h"
70 #include "target.h"
71 #include "common/common-target.h"
72 #include "langhooks.h"
73 #include "cfgloop.h" /* for init_set_costs */
74 #include "hosthooks.h"
75 #include "predict.h"
76 #include "basic-block.h"
77 #include "is-a.h"
78 #include "plugin-api.h"
79 #include "ipa-ref.h"
80 #include "cgraph.h"
81 #include "opts.h"
82 #include "opts-diagnostic.h"
83 #include "coverage.h"
84 #include "value-prof.h"
85 #include "alloc-pool.h"
86 #include "asan.h"
87 #include "tsan.h"
88 #include "tree-ssa-alias.h"
89 #include "internal-fn.h"
90 #include "gimple-expr.h"
91 #include "gimple.h"
92 #include "plugin.h"
93 #include "context.h"
94 #include "pass_manager.h"
95 #include "auto-profile.h"
96 #include "dwarf2out.h"
97 #include "bitmap.h"
98 #include "ipa-reference.h"
99 #include "symbol-summary.h"
100 #include "ipa-prop.h"
101 #include "gcse.h"
102 #include "insn-codes.h"
103 #include "optabs.h"
104 #include "tree-chkp.h"
105 #include "omp-low.h"
107 #if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
108 #include "dbxout.h"
109 #endif
111 #ifdef SDB_DEBUGGING_INFO
112 #include "sdbout.h"
113 #endif
115 #ifdef XCOFF_DEBUGGING_INFO
116 #include "xcoffout.h" /* Needed for external data
117 declarations for e.g. AIX 4.x. */
118 #endif
120 #ifndef HAVE_prologue
121 #define HAVE_prologue 0
122 #endif
124 #include <new>
126 static void general_init (const char *, bool);
127 static void do_compile ();
128 static void process_options (void);
129 static void backend_init (void);
130 static int lang_dependent_init (const char *);
131 static void init_asm_output (const char *);
132 static void finalize (bool);
134 static void crash_signal (int) ATTRIBUTE_NORETURN;
135 static void compile_file (void);
137 /* True if we don't need a backend (e.g. preprocessing only). */
138 static bool no_backend;
140 /* Length of line when printing switch values. */
141 #define MAX_LINE 75
143 /* Decoded options, and number of such options. */
144 struct cl_decoded_option *save_decoded_options;
145 unsigned int save_decoded_options_count;
147 /* Used to enable -fvar-tracking, -fweb and -frename-registers according
148 to optimize in process_options (). */
149 #define AUTODETECT_VALUE 2
151 /* Debug hooks - dependent upon command line options. */
153 const struct gcc_debug_hooks *debug_hooks;
155 /* The FUNCTION_DECL for the function currently being compiled,
156 or 0 if between functions. */
157 tree current_function_decl;
159 /* Set to the FUNC_BEGIN label of the current function, or NULL
160 if none. */
161 const char * current_function_func_begin_label;
163 /* A random sequence of characters, unless overridden by user. */
164 static const char *flag_random_seed;
166 /* A local time stamp derived from the time of compilation. It will be
167 zero if the system cannot provide a time. It will be -1u, if the
168 user has specified a particular random seed. */
169 unsigned local_tick;
171 /* Random number for this compilation */
172 HOST_WIDE_INT random_seed;
174 /* -f flags. */
176 /* When non-NULL, indicates that whenever space is allocated on the
177 stack, the resulting stack pointer must not pass this
178 address---that is, for stacks that grow downward, the stack pointer
179 must always be greater than or equal to this address; for stacks
180 that grow upward, the stack pointer must be less than this address.
181 At present, the rtx may be either a REG or a SYMBOL_REF, although
182 the support provided depends on the backend. */
183 rtx stack_limit_rtx;
185 /* True if the user has tagged the function with the 'section'
186 attribute. */
188 bool user_defined_section_attribute = false;
190 struct target_flag_state default_target_flag_state;
191 #if SWITCHABLE_TARGET
192 struct target_flag_state *this_target_flag_state = &default_target_flag_state;
193 #else
194 #define this_target_flag_state (&default_target_flag_state)
195 #endif
197 /* The user symbol prefix after having resolved same. */
198 const char *user_label_prefix;
200 /* Output files for assembler code (real compiler output)
201 and debugging dumps. */
203 FILE *asm_out_file;
204 FILE *aux_info_file;
205 FILE *stack_usage_file = NULL;
207 /* The current working directory of a translation. It's generally the
208 directory from which compilation was initiated, but a preprocessed
209 file may specify the original directory in which it was
210 created. */
212 static const char *src_pwd;
214 /* Initialize src_pwd with the given string, and return true. If it
215 was already initialized, return false. As a special case, it may
216 be called with a NULL argument to test whether src_pwd has NOT been
217 initialized yet. */
219 bool
220 set_src_pwd (const char *pwd)
222 if (src_pwd)
224 if (strcmp (src_pwd, pwd) == 0)
225 return true;
226 else
227 return false;
230 src_pwd = xstrdup (pwd);
231 return true;
234 /* Return the directory from which the translation unit was initiated,
235 in case set_src_pwd() was not called before to assign it a
236 different value. */
238 const char *
239 get_src_pwd (void)
241 if (! src_pwd)
243 src_pwd = getpwd ();
244 if (!src_pwd)
245 src_pwd = ".";
248 return src_pwd;
251 /* Called when the start of a function definition is parsed,
252 this function prints on stderr the name of the function. */
253 void
254 announce_function (tree decl)
256 if (!quiet_flag)
258 if (rtl_dump_and_exit)
259 fprintf (stderr, "%s ",
260 identifier_to_locale (IDENTIFIER_POINTER (DECL_NAME (decl))));
261 else
262 fprintf (stderr, " %s",
263 identifier_to_locale (lang_hooks.decl_printable_name (decl, 2)));
264 fflush (stderr);
265 pp_needs_newline (global_dc->printer) = true;
266 diagnostic_set_last_function (global_dc, (diagnostic_info *) NULL);
270 /* Initialize local_tick with a random number or -1 if
271 flag_random_seed is set. */
273 static void
274 init_local_tick (void)
276 if (!flag_random_seed)
278 /* Try urandom first. Time of day is too likely to collide.
279 In case of any error we just use the local tick. */
281 int fd = open ("/dev/urandom", O_RDONLY);
282 if (fd >= 0)
284 if (read (fd, &random_seed, sizeof (random_seed))
285 != sizeof (random_seed))
286 random_seed = 0;
287 close (fd);
290 /* Now get the tick anyways */
291 #ifdef HAVE_GETTIMEOFDAY
293 struct timeval tv;
295 gettimeofday (&tv, NULL);
296 local_tick = (unsigned) tv.tv_sec * 1000 + tv.tv_usec / 1000;
298 #else
300 time_t now = time (NULL);
302 if (now != (time_t)-1)
303 local_tick = (unsigned) now;
305 #endif
307 else
308 local_tick = -1;
311 /* Set up a default flag_random_seed and local_tick, unless the user
312 already specified one. Must be called after init_local_tick. */
314 static void
315 init_random_seed (void)
317 if (!random_seed)
318 random_seed = local_tick ^ getpid (); /* Old racey fallback method */
321 /* Obtain the random_seed. Unless NOINIT, initialize it if
322 it's not provided in the command line. */
324 HOST_WIDE_INT
325 get_random_seed (bool noinit)
327 if (!flag_random_seed && !noinit)
328 init_random_seed ();
329 return random_seed;
332 /* Modify the random_seed string to VAL. Return its previous
333 value. */
335 const char *
336 set_random_seed (const char *val)
338 const char *old = flag_random_seed;
339 flag_random_seed = val;
340 if (flag_random_seed)
342 char *endp;
344 /* When the driver passed in a hex number don't crc it again */
345 random_seed = strtoul (flag_random_seed, &endp, 0);
346 if (!(endp > flag_random_seed && *endp == 0))
347 random_seed = crc32_string (0, flag_random_seed);
349 return old;
352 /* Handler for fatal signals, such as SIGSEGV. These are transformed
353 into ICE messages, which is much more user friendly. In case the
354 error printer crashes, reset the signal to prevent infinite recursion. */
356 static void
357 crash_signal (int signo)
359 signal (signo, SIG_DFL);
361 /* If we crashed while processing an ASM statement, then be a little more
362 graceful. It's most likely the user's fault. */
363 if (this_is_asm_operands)
365 output_operand_lossage ("unrecoverable error");
366 exit (FATAL_EXIT_CODE);
369 internal_error ("%s", strsignal (signo));
372 /* A subroutine of wrapup_global_declarations. We've come to the end of
373 the compilation unit. All deferred variables should be undeferred,
374 and all incomplete decls should be finalized. */
376 void
377 wrapup_global_declaration_1 (tree decl)
379 /* We're not deferring this any longer. Assignment is conditional to
380 avoid needlessly dirtying PCH pages. */
381 if (CODE_CONTAINS_STRUCT (TREE_CODE (decl), TS_DECL_WITH_VIS)
382 && DECL_DEFER_OUTPUT (decl) != 0)
383 DECL_DEFER_OUTPUT (decl) = 0;
385 if (TREE_CODE (decl) == VAR_DECL && DECL_SIZE (decl) == 0)
386 lang_hooks.finish_incomplete_decl (decl);
389 /* A subroutine of wrapup_global_declarations. Decide whether or not DECL
390 needs to be output. Return true if it is output. */
392 bool
393 wrapup_global_declaration_2 (tree decl)
395 if (TREE_ASM_WRITTEN (decl) || DECL_EXTERNAL (decl)
396 || (TREE_CODE (decl) == VAR_DECL && DECL_HAS_VALUE_EXPR_P (decl)))
397 return false;
399 /* Don't write out static consts, unless we still need them.
401 We also keep static consts if not optimizing (for debugging),
402 unless the user specified -fno-keep-static-consts.
403 ??? They might be better written into the debug information.
404 This is possible when using DWARF.
406 A language processor that wants static constants to be always
407 written out (even if it is not used) is responsible for
408 calling rest_of_decl_compilation itself. E.g. the C front-end
409 calls rest_of_decl_compilation from finish_decl.
410 One motivation for this is that is conventional in some
411 environments to write things like:
412 static const char rcsid[] = "... version string ...";
413 intending to force the string to be in the executable.
415 A language processor that would prefer to have unneeded
416 static constants "optimized away" would just defer writing
417 them out until here. E.g. C++ does this, because static
418 constants are often defined in header files.
420 ??? A tempting alternative (for both C and C++) would be
421 to force a constant to be written if and only if it is
422 defined in a main file, as opposed to an include file. */
424 if (TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl))
426 varpool_node *node;
427 bool needed = true;
428 node = varpool_node::get (decl);
430 if (!node && flag_ltrans)
431 needed = false;
432 else if (node && node->definition)
433 needed = false;
434 else if (node && node->alias)
435 needed = false;
436 else if (!symtab->global_info_ready
437 && (TREE_USED (decl)
438 || TREE_USED (DECL_ASSEMBLER_NAME (decl))))
439 /* needed */;
440 else if (node && node->analyzed)
441 /* needed */;
442 else if (DECL_COMDAT (decl))
443 needed = false;
444 else if (TREE_READONLY (decl) && !TREE_PUBLIC (decl)
445 && (optimize || !flag_keep_static_consts
446 || DECL_ARTIFICIAL (decl)))
447 needed = false;
449 if (needed)
451 rest_of_decl_compilation (decl, 1, 1);
452 return true;
456 return false;
459 /* Do any final processing required for the declarations in VEC, of
460 which there are LEN. We write out inline functions and variables
461 that have been deferred until this point, but which are required.
462 Returns nonzero if anything was put out. */
464 bool
465 wrapup_global_declarations (tree *vec, int len)
467 bool reconsider, output_something = false;
468 int i;
470 for (i = 0; i < len; i++)
471 wrapup_global_declaration_1 (vec[i]);
473 /* Now emit any global variables or functions that we have been
474 putting off. We need to loop in case one of the things emitted
475 here references another one which comes earlier in the list. */
478 reconsider = false;
479 for (i = 0; i < len; i++)
480 reconsider |= wrapup_global_declaration_2 (vec[i]);
481 if (reconsider)
482 output_something = true;
484 while (reconsider);
486 return output_something;
489 /* Issue appropriate warnings for the global declaration DECL. */
491 void
492 check_global_declaration (tree decl)
494 /* Warn about any function declared static but not defined. We don't
495 warn about variables, because many programs have static variables
496 that exist only to get some text into the object file. */
497 symtab_node *snode = symtab_node::get (decl);
498 if (TREE_CODE (decl) == FUNCTION_DECL
499 && DECL_INITIAL (decl) == 0
500 && DECL_EXTERNAL (decl)
501 && ! DECL_ARTIFICIAL (decl)
502 && ! TREE_NO_WARNING (decl)
503 && ! TREE_PUBLIC (decl)
504 && (warn_unused_function
505 || snode->referred_to_p (/*include_self=*/false)))
507 if (snode->referred_to_p (/*include_self=*/false))
508 pedwarn (input_location, 0, "%q+F used but never defined", decl);
509 else
510 warning (OPT_Wunused_function, "%q+F declared %<static%> but never defined", decl);
511 /* This symbol is effectively an "extern" declaration now. */
512 TREE_PUBLIC (decl) = 1;
515 /* Warn about static fns or vars defined but not used. */
516 if (((warn_unused_function && TREE_CODE (decl) == FUNCTION_DECL)
517 /* We don't warn about "static const" variables because the
518 "rcs_id" idiom uses that construction. */
519 || (warn_unused_variable
520 && TREE_CODE (decl) == VAR_DECL && ! TREE_READONLY (decl)))
521 && ! DECL_IN_SYSTEM_HEADER (decl)
522 && ! snode->referred_to_p (/*include_self=*/false)
523 /* This TREE_USED check is needed in addition to referred_to_p
524 above, because the `__unused__' attribute is not being
525 considered for referred_to_p. */
526 && ! TREE_USED (decl)
527 /* The TREE_USED bit for file-scope decls is kept in the identifier,
528 to handle multiple external decls in different scopes. */
529 && ! (DECL_NAME (decl) && TREE_USED (DECL_NAME (decl)))
530 && ! DECL_EXTERNAL (decl)
531 && ! DECL_ARTIFICIAL (decl)
532 && ! DECL_ABSTRACT_ORIGIN (decl)
533 && ! TREE_PUBLIC (decl)
534 /* A volatile variable might be used in some non-obvious way. */
535 && ! TREE_THIS_VOLATILE (decl)
536 /* Global register variables must be declared to reserve them. */
537 && ! (TREE_CODE (decl) == VAR_DECL && DECL_REGISTER (decl))
538 /* Global ctors and dtors are called by the runtime. */
539 && (TREE_CODE (decl) != FUNCTION_DECL
540 || (!DECL_STATIC_CONSTRUCTOR (decl)
541 && !DECL_STATIC_DESTRUCTOR (decl)))
542 /* Otherwise, ask the language. */
543 && lang_hooks.decls.warn_unused_global (decl))
544 warning ((TREE_CODE (decl) == FUNCTION_DECL)
545 ? OPT_Wunused_function
546 : OPT_Wunused_variable,
547 "%q+D defined but not used", decl);
550 /* Compile an entire translation unit. Write a file of assembly
551 output and various debugging dumps. */
553 static void
554 compile_file (void)
556 timevar_start (TV_PHASE_PARSING);
557 timevar_push (TV_PARSE_GLOBAL);
559 /* Parse entire file and generate initial debug information. */
560 lang_hooks.parse_file ();
562 timevar_pop (TV_PARSE_GLOBAL);
563 timevar_stop (TV_PHASE_PARSING);
565 if (flag_dump_locations)
566 dump_location_info (stderr);
568 /* Compilation is now finished except for writing
569 what's left of the symbol table output. */
571 if (flag_syntax_only || flag_wpa)
572 return;
574 ggc_protect_identifiers = false;
576 /* Run the actual compilation process. */
577 if (!in_lto_p)
579 timevar_start (TV_PHASE_OPT_GEN);
580 symtab->finalize_compilation_unit ();
581 timevar_stop (TV_PHASE_OPT_GEN);
584 /* Perform any post compilation-proper parser cleanups and
585 processing. This is currently only needed for the C++ parser,
586 which can be hopefully cleaned up so this hook is no longer
587 necessary. */
588 if (lang_hooks.decls.post_compilation_parsing_cleanups)
589 lang_hooks.decls.post_compilation_parsing_cleanups ();
591 if (seen_error ())
592 return;
594 /* After the parser has generated debugging information, augment
595 this information with any new location/etc information that may
596 have become available after the compilation proper. */
597 timevar_start (TV_PHASE_DBGINFO);
598 symtab_node *node;
599 FOR_EACH_DEFINED_SYMBOL (node)
600 debug_hooks->late_global_decl (node->decl);
601 timevar_stop (TV_PHASE_DBGINFO);
603 timevar_start (TV_PHASE_LATE_ASM);
605 /* Compilation unit is finalized. When producing non-fat LTO object, we are
606 basically finished. */
607 if (in_lto_p || !flag_lto || flag_fat_lto_objects)
609 /* File-scope initialization for AddressSanitizer. */
610 if (flag_sanitize & SANITIZE_ADDRESS)
611 asan_finish_file ();
613 if (flag_sanitize & SANITIZE_THREAD)
614 tsan_finish_file ();
616 if (flag_check_pointer_bounds)
617 chkp_finish_file ();
619 omp_finish_file ();
621 output_shared_constant_pool ();
622 output_object_blocks ();
623 finish_tm_clone_pairs ();
625 /* Write out any pending weak symbol declarations. */
626 weak_finish ();
628 /* This must be at the end before unwind and debug info.
629 Some target ports emit PIC setup thunks here. */
630 targetm.asm_out.code_end ();
632 /* Do dbx symbols. */
633 timevar_push (TV_SYMOUT);
635 #if defined DWARF2_DEBUGGING_INFO || defined DWARF2_UNWIND_INFO
636 if (dwarf2out_do_frame ())
637 dwarf2out_frame_finish ();
638 #endif
640 (*debug_hooks->finish) (main_input_filename);
641 timevar_pop (TV_SYMOUT);
643 /* Output some stuff at end of file if nec. */
645 dw2_output_indirect_constants ();
647 /* Flush any pending external directives. */
648 process_pending_assemble_externals ();
651 /* Emit LTO marker if LTO info has been previously emitted. This is
652 used by collect2 to determine whether an object file contains IL.
653 We used to emit an undefined reference here, but this produces
654 link errors if an object file with IL is stored into a shared
655 library without invoking lto1. */
656 if (flag_generate_lto || flag_generate_offload)
658 #if defined ASM_OUTPUT_ALIGNED_DECL_COMMON
659 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE,
660 "__gnu_lto_v1",
661 (unsigned HOST_WIDE_INT) 1, 8);
662 #elif defined ASM_OUTPUT_ALIGNED_COMMON
663 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_v1",
664 (unsigned HOST_WIDE_INT) 1, 8);
665 #else
666 ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_v1",
667 (unsigned HOST_WIDE_INT) 1,
668 (unsigned HOST_WIDE_INT) 1);
669 #endif
672 /* Let linker plugin know that this is a slim object and must be LTOed
673 even when user did not ask for it. */
674 if (flag_generate_lto && !flag_fat_lto_objects)
676 #if defined ASM_OUTPUT_ALIGNED_DECL_COMMON
677 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE, "__gnu_lto_slim",
678 (unsigned HOST_WIDE_INT) 1, 8);
679 #elif defined ASM_OUTPUT_ALIGNED_COMMON
680 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_slim",
681 (unsigned HOST_WIDE_INT) 1, 8);
682 #else
683 ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_slim",
684 (unsigned HOST_WIDE_INT) 1,
685 (unsigned HOST_WIDE_INT) 1);
686 #endif
689 /* Attach a special .ident directive to the end of the file to identify
690 the version of GCC which compiled this code. The format of the .ident
691 string is patterned after the ones produced by native SVR4 compilers. */
692 if (!flag_no_ident)
694 const char *pkg_version = "(GNU) ";
695 char *ident_str;
697 if (strcmp ("(GCC) ", pkgversion_string))
698 pkg_version = pkgversion_string;
700 ident_str = ACONCAT (("GCC: ", pkg_version, version_string, NULL));
701 targetm.asm_out.output_ident (ident_str);
704 /* Auto profile finalization. */
705 if (flag_auto_profile)
706 end_auto_profile ();
708 /* Invoke registered plugin callbacks. */
709 invoke_plugin_callbacks (PLUGIN_FINISH_UNIT, NULL);
711 /* This must be at the end. Some target ports emit end of file directives
712 into the assembly file here, and hence we can not output anything to the
713 assembly file after this point. */
714 targetm.asm_out.file_end ();
716 timevar_stop (TV_PHASE_LATE_ASM);
719 /* Print version information to FILE.
720 Each line begins with INDENT (for the case where FILE is the
721 assembler output file).
723 If SHOW_GLOBAL_STATE is true (for cc1 etc), we are within the compiler
724 proper and can print pertinent state (e.g. params and plugins).
726 If SHOW_GLOBAL_STATE is false (for use by libgccjit), we are outside the
727 compiler, and we don't hold the mutex on the compiler's global state:
728 we can't print params and plugins, since they might not be initialized,
729 or might be being manipulated by a compile running in another
730 thread. */
732 void
733 print_version (FILE *file, const char *indent, bool show_global_state)
735 static const char fmt1[] =
736 #ifdef __GNUC__
737 N_("%s%s%s %sversion %s (%s)\n%s\tcompiled by GNU C version %s, ")
738 #else
739 N_("%s%s%s %sversion %s (%s) compiled by CC, ")
740 #endif
742 static const char fmt2[] =
743 N_("GMP version %s, MPFR version %s, MPC version %s\n");
744 static const char fmt3[] =
745 N_("%s%swarning: %s header version %s differs from library version %s.\n");
746 static const char fmt4[] =
747 N_("%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n");
748 #ifndef __VERSION__
749 #define __VERSION__ "[?]"
750 #endif
751 fprintf (file,
752 file == stderr ? _(fmt1) : fmt1,
753 indent, *indent != 0 ? " " : "",
754 lang_hooks.name, pkgversion_string, version_string, TARGET_NAME,
755 indent, __VERSION__);
757 /* We need to stringify the GMP macro values. Ugh, gmp_version has
758 two string formats, "i.j.k" and "i.j" when k is zero. As of
759 gmp-4.3.0, GMP always uses the 3 number format. */
760 #define GCC_GMP_STRINGIFY_VERSION3(X) #X
761 #define GCC_GMP_STRINGIFY_VERSION2(X) GCC_GMP_STRINGIFY_VERSION3 (X)
762 #define GCC_GMP_VERSION_NUM(X,Y,Z) (((X) << 16L) | ((Y) << 8) | (Z))
763 #define GCC_GMP_VERSION \
764 GCC_GMP_VERSION_NUM(__GNU_MP_VERSION, __GNU_MP_VERSION_MINOR, __GNU_MP_VERSION_PATCHLEVEL)
765 #if GCC_GMP_VERSION < GCC_GMP_VERSION_NUM(4,3,0) && __GNU_MP_VERSION_PATCHLEVEL == 0
766 #define GCC_GMP_STRINGIFY_VERSION \
767 GCC_GMP_STRINGIFY_VERSION2 (__GNU_MP_VERSION) "." \
768 GCC_GMP_STRINGIFY_VERSION2 (__GNU_MP_VERSION_MINOR)
769 #else
770 #define GCC_GMP_STRINGIFY_VERSION \
771 GCC_GMP_STRINGIFY_VERSION2 (__GNU_MP_VERSION) "." \
772 GCC_GMP_STRINGIFY_VERSION2 (__GNU_MP_VERSION_MINOR) "." \
773 GCC_GMP_STRINGIFY_VERSION2 (__GNU_MP_VERSION_PATCHLEVEL)
774 #endif
775 fprintf (file,
776 file == stderr ? _(fmt2) : fmt2,
777 GCC_GMP_STRINGIFY_VERSION, MPFR_VERSION_STRING, MPC_VERSION_STRING);
778 if (strcmp (GCC_GMP_STRINGIFY_VERSION, gmp_version))
779 fprintf (file,
780 file == stderr ? _(fmt3) : fmt3,
781 indent, *indent != 0 ? " " : "",
782 "GMP", GCC_GMP_STRINGIFY_VERSION, gmp_version);
783 if (strcmp (MPFR_VERSION_STRING, mpfr_get_version ()))
784 fprintf (file,
785 file == stderr ? _(fmt3) : fmt3,
786 indent, *indent != 0 ? " " : "",
787 "MPFR", MPFR_VERSION_STRING, mpfr_get_version ());
788 if (strcmp (MPC_VERSION_STRING, mpc_get_version ()))
789 fprintf (file,
790 file == stderr ? _(fmt3) : fmt3,
791 indent, *indent != 0 ? " " : "",
792 "MPC", MPC_VERSION_STRING, mpc_get_version ());
794 if (show_global_state)
796 fprintf (file,
797 file == stderr ? _(fmt4) : fmt4,
798 indent, *indent != 0 ? " " : "",
799 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE));
801 print_plugins_versions (file, indent);
805 static int
806 print_to_asm_out_file (print_switch_type type, const char * text)
808 bool prepend_sep = true;
810 switch (type)
812 case SWITCH_TYPE_LINE_END:
813 putc ('\n', asm_out_file);
814 return 1;
816 case SWITCH_TYPE_LINE_START:
817 fputs (ASM_COMMENT_START, asm_out_file);
818 return strlen (ASM_COMMENT_START);
820 case SWITCH_TYPE_DESCRIPTIVE:
821 if (ASM_COMMENT_START[0] == 0)
822 prepend_sep = false;
823 /* Drop through. */
824 case SWITCH_TYPE_PASSED:
825 case SWITCH_TYPE_ENABLED:
826 if (prepend_sep)
827 fputc (' ', asm_out_file);
828 fputs (text, asm_out_file);
829 /* No need to return the length here as
830 print_single_switch has already done it. */
831 return 0;
833 default:
834 return -1;
838 static int
839 print_to_stderr (print_switch_type type, const char * text)
841 switch (type)
843 case SWITCH_TYPE_LINE_END:
844 putc ('\n', stderr);
845 return 1;
847 case SWITCH_TYPE_LINE_START:
848 return 0;
850 case SWITCH_TYPE_PASSED:
851 case SWITCH_TYPE_ENABLED:
852 fputc (' ', stderr);
853 /* Drop through. */
855 case SWITCH_TYPE_DESCRIPTIVE:
856 fputs (text, stderr);
857 /* No need to return the length here as
858 print_single_switch has already done it. */
859 return 0;
861 default:
862 return -1;
866 /* Print an option value and return the adjusted position in the line.
867 ??? print_fn doesn't handle errors, eg disk full; presumably other
868 code will catch a disk full though. */
870 static int
871 print_single_switch (print_switch_fn_type print_fn,
872 int pos,
873 print_switch_type type,
874 const char * text)
876 /* The ultrix fprintf returns 0 on success, so compute the result
877 we want here since we need it for the following test. The +1
878 is for the separator character that will probably be emitted. */
879 int len = strlen (text) + 1;
881 if (pos != 0
882 && pos + len > MAX_LINE)
884 print_fn (SWITCH_TYPE_LINE_END, NULL);
885 pos = 0;
888 if (pos == 0)
889 pos += print_fn (SWITCH_TYPE_LINE_START, NULL);
891 print_fn (type, text);
892 return pos + len;
895 /* Print active target switches using PRINT_FN.
896 POS is the current cursor position and MAX is the size of a "line".
897 Each line begins with INDENT and ends with TERM.
898 Each switch is separated from the next by SEP. */
900 static void
901 print_switch_values (print_switch_fn_type print_fn)
903 int pos = 0;
904 size_t j;
906 /* Fill in the -frandom-seed option, if the user didn't pass it, so
907 that it can be printed below. This helps reproducibility. */
908 if (!flag_random_seed)
909 init_random_seed ();
911 /* Print the options as passed. */
912 pos = print_single_switch (print_fn, pos,
913 SWITCH_TYPE_DESCRIPTIVE, _("options passed: "));
915 for (j = 1; j < save_decoded_options_count; j++)
917 switch (save_decoded_options[j].opt_index)
919 case OPT_o:
920 case OPT_d:
921 case OPT_dumpbase:
922 case OPT_dumpdir:
923 case OPT_auxbase:
924 case OPT_quiet:
925 case OPT_version:
926 /* Ignore these. */
927 continue;
930 pos = print_single_switch (print_fn, pos, SWITCH_TYPE_PASSED,
931 save_decoded_options[j].orig_option_with_args_text);
934 if (pos > 0)
935 print_fn (SWITCH_TYPE_LINE_END, NULL);
937 /* Print the -f and -m options that have been enabled.
938 We don't handle language specific options but printing argv
939 should suffice. */
940 pos = print_single_switch (print_fn, 0,
941 SWITCH_TYPE_DESCRIPTIVE, _("options enabled: "));
943 for (j = 0; j < cl_options_count; j++)
944 if (cl_options[j].cl_report
945 && option_enabled (j, &global_options) > 0)
946 pos = print_single_switch (print_fn, pos,
947 SWITCH_TYPE_ENABLED, cl_options[j].opt_text);
949 print_fn (SWITCH_TYPE_LINE_END, NULL);
952 /* Open assembly code output file. Do this even if -fsyntax-only is
953 on, because then the driver will have provided the name of a
954 temporary file or bit bucket for us. NAME is the file specified on
955 the command line, possibly NULL. */
956 static void
957 init_asm_output (const char *name)
959 if (name == NULL && asm_file_name == 0)
960 asm_out_file = stdout;
961 else
963 if (asm_file_name == 0)
965 int len = strlen (dump_base_name);
966 char *dumpname = XNEWVEC (char, len + 6);
968 memcpy (dumpname, dump_base_name, len + 1);
969 strip_off_ending (dumpname, len);
970 strcat (dumpname, ".s");
971 asm_file_name = dumpname;
973 if (!strcmp (asm_file_name, "-"))
974 asm_out_file = stdout;
975 else if (!canonical_filename_eq (asm_file_name, name)
976 || !strcmp (asm_file_name, HOST_BIT_BUCKET))
977 asm_out_file = fopen (asm_file_name, "w");
978 else
979 /* Use UNKOWN_LOCATION to prevent gcc from printing the first
980 line in the current file. */
981 fatal_error (UNKNOWN_LOCATION,
982 "input file %qs is the same as output file",
983 asm_file_name);
984 if (asm_out_file == 0)
985 fatal_error (UNKNOWN_LOCATION,
986 "can%'t open %qs for writing: %m", asm_file_name);
989 if (!flag_syntax_only)
991 targetm.asm_out.file_start ();
993 if (flag_record_gcc_switches)
995 if (targetm.asm_out.record_gcc_switches)
997 /* Let the target know that we are about to start recording. */
998 targetm.asm_out.record_gcc_switches (SWITCH_TYPE_DESCRIPTIVE,
999 NULL);
1000 /* Now record the switches. */
1001 print_switch_values (targetm.asm_out.record_gcc_switches);
1002 /* Let the target know that the recording is over. */
1003 targetm.asm_out.record_gcc_switches (SWITCH_TYPE_DESCRIPTIVE,
1004 NULL);
1006 else
1007 inform (input_location, "-frecord-gcc-switches is not supported by the current target");
1010 if (flag_verbose_asm)
1012 /* Print the list of switches in effect
1013 into the assembler file as comments. */
1014 print_version (asm_out_file, ASM_COMMENT_START, true);
1015 print_switch_values (print_to_asm_out_file);
1016 putc ('\n', asm_out_file);
1021 /* A helper function; used as the reallocator function for cpp's line
1022 table. */
1023 static void *
1024 realloc_for_line_map (void *ptr, size_t len)
1026 return ggc_realloc (ptr, len);
1029 /* A helper function: used as the allocator function for
1030 identifier_to_locale. */
1031 static void *
1032 alloc_for_identifier_to_locale (size_t len)
1034 return ggc_alloc_atomic (len);
1037 /* Output stack usage information. */
1038 void
1039 output_stack_usage (void)
1041 static bool warning_issued = false;
1042 enum stack_usage_kind_type { STATIC = 0, DYNAMIC, DYNAMIC_BOUNDED };
1043 const char *stack_usage_kind_str[] = {
1044 "static",
1045 "dynamic",
1046 "dynamic,bounded"
1048 HOST_WIDE_INT stack_usage = current_function_static_stack_size;
1049 enum stack_usage_kind_type stack_usage_kind;
1051 if (stack_usage < 0)
1053 if (!warning_issued)
1055 warning (0, "stack usage computation not supported for this target");
1056 warning_issued = true;
1058 return;
1061 stack_usage_kind = STATIC;
1063 /* Add the maximum amount of space pushed onto the stack. */
1064 if (current_function_pushed_stack_size > 0)
1066 stack_usage += current_function_pushed_stack_size;
1067 stack_usage_kind = DYNAMIC_BOUNDED;
1070 /* Now on to the tricky part: dynamic stack allocation. */
1071 if (current_function_allocates_dynamic_stack_space)
1073 if (current_function_has_unbounded_dynamic_stack_size)
1074 stack_usage_kind = DYNAMIC;
1075 else
1076 stack_usage_kind = DYNAMIC_BOUNDED;
1078 /* Add the size even in the unbounded case, this can't hurt. */
1079 stack_usage += current_function_dynamic_stack_size;
1082 if (flag_stack_usage)
1084 expanded_location loc
1085 = expand_location (DECL_SOURCE_LOCATION (current_function_decl));
1086 /* We don't want to print the full qualified name because it can be long,
1087 so we strip the scope prefix, but we may need to deal with the suffix
1088 created by the compiler. */
1089 const char *suffix
1090 = strchr (IDENTIFIER_POINTER (DECL_NAME (current_function_decl)), '.');
1091 const char *name
1092 = lang_hooks.decl_printable_name (current_function_decl, 2);
1093 if (suffix)
1095 const char *dot = strchr (name, '.');
1096 while (dot && strcasecmp (dot, suffix) != 0)
1098 name = dot + 1;
1099 dot = strchr (name, '.');
1102 else
1104 const char *dot = strrchr (name, '.');
1105 if (dot)
1106 name = dot + 1;
1109 fprintf (stack_usage_file,
1110 "%s:%d:%d:%s\t" HOST_WIDE_INT_PRINT_DEC"\t%s\n",
1111 lbasename (loc.file),
1112 loc.line,
1113 loc.column,
1114 name,
1115 stack_usage,
1116 stack_usage_kind_str[stack_usage_kind]);
1119 if (warn_stack_usage >= 0)
1121 const location_t loc = DECL_SOURCE_LOCATION (current_function_decl);
1123 if (stack_usage_kind == DYNAMIC)
1124 warning_at (loc, OPT_Wstack_usage_, "stack usage might be unbounded");
1125 else if (stack_usage > warn_stack_usage)
1127 if (stack_usage_kind == DYNAMIC_BOUNDED)
1128 warning_at (loc,
1129 OPT_Wstack_usage_, "stack usage might be %wd bytes",
1130 stack_usage);
1131 else
1132 warning_at (loc, OPT_Wstack_usage_, "stack usage is %wd bytes",
1133 stack_usage);
1138 /* Open an auxiliary output file. */
1139 static FILE *
1140 open_auxiliary_file (const char *ext)
1142 char *filename;
1143 FILE *file;
1145 filename = concat (aux_base_name, ".", ext, NULL);
1146 file = fopen (filename, "w");
1147 if (!file)
1148 fatal_error (input_location, "can%'t open %s for writing: %m", filename);
1149 free (filename);
1150 return file;
1153 /* Initialization of the front end environment, before command line
1154 options are parsed. Signal handlers, internationalization etc.
1155 ARGV0 is main's argv[0]. */
1156 static void
1157 general_init (const char *argv0, bool init_signals)
1159 const char *p;
1161 p = argv0 + strlen (argv0);
1162 while (p != argv0 && !IS_DIR_SEPARATOR (p[-1]))
1163 --p;
1164 progname = p;
1166 xmalloc_set_program_name (progname);
1168 hex_init ();
1170 /* Unlock the stdio streams. */
1171 unlock_std_streams ();
1173 gcc_init_libintl ();
1175 identifier_to_locale_alloc = alloc_for_identifier_to_locale;
1176 identifier_to_locale_free = ggc_free;
1178 /* Initialize the diagnostics reporting machinery, so option parsing
1179 can give warnings and errors. */
1180 diagnostic_initialize (global_dc, N_OPTS);
1181 /* Set a default printer. Language specific initializations will
1182 override it later. */
1183 tree_diagnostics_defaults (global_dc);
1185 global_dc->show_caret
1186 = global_options_init.x_flag_diagnostics_show_caret;
1187 global_dc->show_option_requested
1188 = global_options_init.x_flag_diagnostics_show_option;
1189 global_dc->show_column
1190 = global_options_init.x_flag_show_column;
1191 global_dc->internal_error = plugins_internal_error_function;
1192 global_dc->option_enabled = option_enabled;
1193 global_dc->option_state = &global_options;
1194 global_dc->option_name = option_name;
1196 if (init_signals)
1198 /* Trap fatal signals, e.g. SIGSEGV, and convert them to ICE messages. */
1199 #ifdef SIGSEGV
1200 signal (SIGSEGV, crash_signal);
1201 #endif
1202 #ifdef SIGILL
1203 signal (SIGILL, crash_signal);
1204 #endif
1205 #ifdef SIGBUS
1206 signal (SIGBUS, crash_signal);
1207 #endif
1208 #ifdef SIGABRT
1209 signal (SIGABRT, crash_signal);
1210 #endif
1211 #if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
1212 signal (SIGIOT, crash_signal);
1213 #endif
1214 #ifdef SIGFPE
1215 signal (SIGFPE, crash_signal);
1216 #endif
1218 /* Other host-specific signal setup. */
1219 (*host_hooks.extra_signals)();
1222 /* Initialize the garbage-collector, string pools and tree type hash
1223 table. */
1224 init_ggc ();
1225 init_stringpool ();
1226 input_location = UNKNOWN_LOCATION;
1227 line_table = ggc_alloc<line_maps> ();
1228 linemap_init (line_table, BUILTINS_LOCATION);
1229 line_table->reallocator = realloc_for_line_map;
1230 line_table->round_alloc_size = ggc_round_alloc_size;
1231 init_ttree ();
1233 /* Initialize register usage now so switches may override. */
1234 init_reg_sets ();
1236 /* Register the language-independent parameters. */
1237 global_init_params ();
1239 /* This must be done after global_init_params but before argument
1240 processing. */
1241 init_ggc_heuristics ();
1243 /* Create the singleton holder for global state.
1244 Doing so also creates the pass manager and with it the passes. */
1245 g = new gcc::context ();
1246 symtab = new (ggc_cleared_alloc <symbol_table> ()) symbol_table ();
1248 statistics_early_init ();
1249 finish_params ();
1252 /* Return true if the current target supports -fsection-anchors. */
1254 static bool
1255 target_supports_section_anchors_p (void)
1257 if (targetm.min_anchor_offset == 0 && targetm.max_anchor_offset == 0)
1258 return false;
1260 if (targetm.asm_out.output_anchor == NULL)
1261 return false;
1263 return true;
1266 /* Default the align_* variables to 1 if they're still unset, and
1267 set up the align_*_log variables. */
1268 static void
1269 init_alignments (void)
1271 if (align_loops <= 0)
1272 align_loops = 1;
1273 if (align_loops_max_skip > align_loops)
1274 align_loops_max_skip = align_loops - 1;
1275 align_loops_log = floor_log2 (align_loops * 2 - 1);
1276 if (align_jumps <= 0)
1277 align_jumps = 1;
1278 if (align_jumps_max_skip > align_jumps)
1279 align_jumps_max_skip = align_jumps - 1;
1280 align_jumps_log = floor_log2 (align_jumps * 2 - 1);
1281 if (align_labels <= 0)
1282 align_labels = 1;
1283 align_labels_log = floor_log2 (align_labels * 2 - 1);
1284 if (align_labels_max_skip > align_labels)
1285 align_labels_max_skip = align_labels - 1;
1286 if (align_functions <= 0)
1287 align_functions = 1;
1288 align_functions_log = floor_log2 (align_functions * 2 - 1);
1291 /* Process the options that have been parsed. */
1292 static void
1293 process_options (void)
1295 /* Just in case lang_hooks.post_options ends up calling a debug_hook.
1296 This can happen with incorrect pre-processed input. */
1297 debug_hooks = &do_nothing_debug_hooks;
1299 maximum_field_alignment = initial_max_fld_align * BITS_PER_UNIT;
1301 /* Allow the front end to perform consistency checks and do further
1302 initialization based on the command line options. This hook also
1303 sets the original filename if appropriate (e.g. foo.i -> foo.c)
1304 so we can correctly initialize debug output. */
1305 no_backend = lang_hooks.post_options (&main_input_filename);
1307 /* Set default values for parameters relation to the Scalar Reduction
1308 of Aggregates passes (SRA and IP-SRA). We must do this here, rather
1309 than in opts.c:default_options_optimization as historically these
1310 tuning heuristics have been based on MOVE_RATIO, which on some
1311 targets requires other symbols from the backend. */
1312 maybe_set_param_value
1313 (PARAM_SRA_MAX_SCALARIZATION_SIZE_SPEED,
1314 get_move_ratio (true) * UNITS_PER_WORD,
1315 global_options.x_param_values, global_options_set.x_param_values);
1316 maybe_set_param_value
1317 (PARAM_SRA_MAX_SCALARIZATION_SIZE_SIZE,
1318 get_move_ratio (false) * UNITS_PER_WORD,
1319 global_options.x_param_values, global_options_set.x_param_values);
1321 /* Some machines may reject certain combinations of options. */
1322 targetm.target_option.override ();
1324 /* Avoid any informative notes in the second run of -fcompare-debug. */
1325 if (flag_compare_debug)
1326 diagnostic_inhibit_notes (global_dc);
1328 if (flag_section_anchors && !target_supports_section_anchors_p ())
1330 warning (OPT_fsection_anchors,
1331 "this target does not support %qs", "-fsection-anchors");
1332 flag_section_anchors = 0;
1335 if (flag_short_enums == 2)
1336 flag_short_enums = targetm.default_short_enums ();
1338 /* Set aux_base_name if not already set. */
1339 if (aux_base_name)
1341 else if (main_input_filename)
1343 char *name = xstrdup (lbasename (main_input_filename));
1345 strip_off_ending (name, strlen (name));
1346 aux_base_name = name;
1348 else
1349 aux_base_name = "gccaux";
1351 #ifndef HAVE_isl
1352 if (flag_graphite
1353 || flag_graphite_identity
1354 || flag_loop_block
1355 || flag_loop_interchange
1356 || flag_loop_strip_mine
1357 || flag_loop_parallelize_all
1358 || flag_loop_unroll_jam)
1359 sorry ("Graphite loop optimizations cannot be used (ISL is not available)"
1360 "(-fgraphite, -fgraphite-identity, -floop-block, "
1361 "-floop-interchange, -floop-strip-mine, -floop-parallelize-all, "
1362 "-floop-unroll-and-jam, and -ftree-loop-linear)");
1363 #endif
1365 if (flag_check_pointer_bounds)
1367 if (targetm.chkp_bound_mode () == VOIDmode)
1369 error ("-fcheck-pointer-bounds is not supported for this target");
1370 flag_check_pointer_bounds = 0;
1373 if (flag_sanitize & SANITIZE_ADDRESS)
1375 error ("-fcheck-pointer-bounds is not supported with "
1376 "Address Sanitizer");
1377 flag_check_pointer_bounds = 0;
1381 /* One region RA really helps to decrease the code size. */
1382 if (flag_ira_region == IRA_REGION_AUTODETECT)
1383 flag_ira_region
1384 = optimize_size || !optimize ? IRA_REGION_ONE : IRA_REGION_MIXED;
1386 if (!abi_version_at_least (2))
1388 /* -fabi-version=1 support was removed after GCC 4.9. */
1389 error ("%<-fabi-version=1%> is no longer supported");
1390 flag_abi_version = 2;
1393 /* Unrolling all loops implies that standard loop unrolling must also
1394 be done. */
1395 if (flag_unroll_all_loops)
1396 flag_unroll_loops = 1;
1398 /* web and rename-registers help when run after loop unrolling. */
1399 if (flag_web == AUTODETECT_VALUE)
1400 flag_web = flag_unroll_loops || flag_peel_loops;
1402 if (flag_rename_registers == AUTODETECT_VALUE)
1403 flag_rename_registers = flag_unroll_loops || flag_peel_loops;
1405 if (flag_non_call_exceptions)
1406 flag_asynchronous_unwind_tables = 1;
1407 if (flag_asynchronous_unwind_tables)
1408 flag_unwind_tables = 1;
1410 if (flag_value_profile_transformations)
1411 flag_profile_values = 1;
1413 /* Warn about options that are not supported on this machine. */
1414 #ifndef INSN_SCHEDULING
1415 if (flag_schedule_insns || flag_schedule_insns_after_reload)
1416 warning (0, "instruction scheduling not supported on this target machine");
1417 #endif
1418 #ifndef DELAY_SLOTS
1419 if (flag_delayed_branch)
1420 warning (0, "this target machine does not have delayed branches");
1421 #endif
1423 user_label_prefix = USER_LABEL_PREFIX;
1424 if (flag_leading_underscore != -1)
1426 /* If the default prefix is more complicated than "" or "_",
1427 issue a warning and ignore this option. */
1428 if (user_label_prefix[0] == 0 ||
1429 (user_label_prefix[0] == '_' && user_label_prefix[1] == 0))
1431 user_label_prefix = flag_leading_underscore ? "_" : "";
1433 else
1434 warning (0, "-f%sleading-underscore not supported on this target machine",
1435 flag_leading_underscore ? "" : "no-");
1438 /* If we are in verbose mode, write out the version and maybe all the
1439 option flags in use. */
1440 if (version_flag)
1442 print_version (stderr, "", true);
1443 if (! quiet_flag)
1444 print_switch_values (print_to_stderr);
1447 if (flag_syntax_only)
1449 write_symbols = NO_DEBUG;
1450 profile_flag = 0;
1453 if (flag_gtoggle)
1455 if (debug_info_level == DINFO_LEVEL_NONE)
1457 debug_info_level = DINFO_LEVEL_NORMAL;
1459 if (write_symbols == NO_DEBUG)
1460 write_symbols = PREFERRED_DEBUGGING_TYPE;
1462 else
1463 debug_info_level = DINFO_LEVEL_NONE;
1466 if (flag_dump_final_insns && !flag_syntax_only && !no_backend)
1468 FILE *final_output = fopen (flag_dump_final_insns, "w");
1469 if (!final_output)
1471 error ("could not open final insn dump file %qs: %m",
1472 flag_dump_final_insns);
1473 flag_dump_final_insns = NULL;
1475 else if (fclose (final_output))
1477 error ("could not close zeroed insn dump file %qs: %m",
1478 flag_dump_final_insns);
1479 flag_dump_final_insns = NULL;
1483 /* A lot of code assumes write_symbols == NO_DEBUG if the debugging
1484 level is 0. */
1485 if (debug_info_level == DINFO_LEVEL_NONE)
1486 write_symbols = NO_DEBUG;
1488 if (write_symbols == NO_DEBUG)
1490 #if defined(DBX_DEBUGGING_INFO)
1491 else if (write_symbols == DBX_DEBUG)
1492 debug_hooks = &dbx_debug_hooks;
1493 #endif
1494 #if defined(XCOFF_DEBUGGING_INFO)
1495 else if (write_symbols == XCOFF_DEBUG)
1496 debug_hooks = &xcoff_debug_hooks;
1497 #endif
1498 #ifdef SDB_DEBUGGING_INFO
1499 else if (write_symbols == SDB_DEBUG)
1500 debug_hooks = &sdb_debug_hooks;
1501 #endif
1502 #ifdef DWARF2_DEBUGGING_INFO
1503 else if (write_symbols == DWARF2_DEBUG)
1504 debug_hooks = &dwarf2_debug_hooks;
1505 #endif
1506 #ifdef VMS_DEBUGGING_INFO
1507 else if (write_symbols == VMS_DEBUG || write_symbols == VMS_AND_DWARF2_DEBUG)
1508 debug_hooks = &vmsdbg_debug_hooks;
1509 #endif
1510 else
1511 error ("target system does not support the %qs debug format",
1512 debug_type_names[write_symbols]);
1514 /* We know which debug output will be used so we can set flag_var_tracking
1515 and flag_var_tracking_uninit if the user has not specified them. */
1516 if (debug_info_level < DINFO_LEVEL_NORMAL
1517 || debug_hooks->var_location == do_nothing_debug_hooks.var_location)
1519 if (flag_var_tracking == 1
1520 || flag_var_tracking_uninit == 1)
1522 if (debug_info_level < DINFO_LEVEL_NORMAL)
1523 warning (0, "variable tracking requested, but useless unless "
1524 "producing debug info");
1525 else
1526 warning (0, "variable tracking requested, but not supported "
1527 "by this debug format");
1529 flag_var_tracking = 0;
1530 flag_var_tracking_uninit = 0;
1533 /* The debug hooks are used to implement -fdump-go-spec because it
1534 gives a simple and stable API for all the information we need to
1535 dump. */
1536 if (flag_dump_go_spec != NULL)
1537 debug_hooks = dump_go_spec_init (flag_dump_go_spec, debug_hooks);
1539 /* If the user specifically requested variable tracking with tagging
1540 uninitialized variables, we need to turn on variable tracking.
1541 (We already determined above that variable tracking is feasible.) */
1542 if (flag_var_tracking_uninit == 1)
1543 flag_var_tracking = 1;
1545 if (flag_var_tracking == AUTODETECT_VALUE)
1546 flag_var_tracking = optimize >= 1;
1548 if (flag_var_tracking_uninit == AUTODETECT_VALUE)
1549 flag_var_tracking_uninit = flag_var_tracking;
1551 if (flag_var_tracking_assignments == AUTODETECT_VALUE)
1552 flag_var_tracking_assignments = flag_var_tracking
1553 && !(flag_selective_scheduling || flag_selective_scheduling2);
1555 if (flag_var_tracking_assignments_toggle)
1556 flag_var_tracking_assignments = !flag_var_tracking_assignments;
1558 if (flag_var_tracking_assignments && !flag_var_tracking)
1559 flag_var_tracking = flag_var_tracking_assignments = -1;
1561 if (flag_var_tracking_assignments
1562 && (flag_selective_scheduling || flag_selective_scheduling2))
1563 warning (0, "var-tracking-assignments changes selective scheduling");
1565 if (flag_tree_cselim == AUTODETECT_VALUE)
1567 if (HAVE_conditional_move)
1568 flag_tree_cselim = 1;
1569 else
1570 flag_tree_cselim = 0;
1573 /* If auxiliary info generation is desired, open the output file.
1574 This goes in the same directory as the source file--unlike
1575 all the other output files. */
1576 if (flag_gen_aux_info)
1578 aux_info_file = fopen (aux_info_file_name, "w");
1579 if (aux_info_file == 0)
1580 fatal_error (input_location, "can%'t open %s: %m", aux_info_file_name);
1583 if (!targetm_common.have_named_sections)
1585 if (flag_function_sections)
1587 warning (0, "-ffunction-sections not supported for this target");
1588 flag_function_sections = 0;
1590 if (flag_data_sections)
1592 warning (0, "-fdata-sections not supported for this target");
1593 flag_data_sections = 0;
1597 #ifndef HAVE_prefetch
1598 if (flag_prefetch_loop_arrays > 0)
1600 warning (0, "-fprefetch-loop-arrays not supported for this target");
1601 flag_prefetch_loop_arrays = 0;
1603 #else
1604 if (flag_prefetch_loop_arrays > 0 && !HAVE_prefetch)
1606 warning (0, "-fprefetch-loop-arrays not supported for this target (try -march switches)");
1607 flag_prefetch_loop_arrays = 0;
1609 #endif
1611 /* This combination of options isn't handled for i386 targets and doesn't
1612 make much sense anyway, so don't allow it. */
1613 if (flag_prefetch_loop_arrays > 0 && optimize_size)
1615 warning (0, "-fprefetch-loop-arrays is not supported with -Os");
1616 flag_prefetch_loop_arrays = 0;
1619 /* The presence of IEEE signaling NaNs, implies all math can trap. */
1620 if (flag_signaling_nans)
1621 flag_trapping_math = 1;
1623 /* We cannot reassociate if we want traps or signed zeros. */
1624 if (flag_associative_math && (flag_trapping_math || flag_signed_zeros))
1626 warning (0, "-fassociative-math disabled; other options take precedence");
1627 flag_associative_math = 0;
1630 /* With -fcx-limited-range, we do cheap and quick complex arithmetic. */
1631 if (flag_cx_limited_range)
1632 flag_complex_method = 0;
1634 /* With -fcx-fortran-rules, we do something in-between cheap and C99. */
1635 if (flag_cx_fortran_rules)
1636 flag_complex_method = 1;
1638 /* Targets must be able to place spill slots at lower addresses. If the
1639 target already uses a soft frame pointer, the transition is trivial. */
1640 if (!FRAME_GROWS_DOWNWARD && flag_stack_protect)
1642 warning (0, "-fstack-protector not supported for this target");
1643 flag_stack_protect = 0;
1645 if (!flag_stack_protect)
1646 warn_stack_protect = 0;
1648 /* Address Sanitizer needs porting to each target architecture. */
1650 if ((flag_sanitize & SANITIZE_ADDRESS)
1651 && !FRAME_GROWS_DOWNWARD)
1653 warning (0,
1654 "-fsanitize=address and -fsanitize=kernel-address "
1655 "are not supported for this target");
1656 flag_sanitize &= ~SANITIZE_ADDRESS;
1659 if ((flag_sanitize & SANITIZE_USER_ADDRESS)
1660 && targetm.asan_shadow_offset == NULL)
1662 warning (0, "-fsanitize=address not supported for this target");
1663 flag_sanitize &= ~SANITIZE_ADDRESS;
1666 /* Do not use IPA optimizations for register allocation if profiler is active
1667 or port does not emit prologue and epilogue as RTL. */
1668 if (profile_flag || !HAVE_prologue || !HAVE_epilogue)
1669 flag_ipa_ra = 0;
1671 /* Enable -Werror=coverage-mismatch when -Werror and -Wno-error
1672 have not been set. */
1673 if (!global_options_set.x_warnings_are_errors
1674 && warn_coverage_mismatch
1675 && (global_dc->classify_diagnostic[OPT_Wcoverage_mismatch] ==
1676 DK_UNSPECIFIED))
1677 diagnostic_classify_diagnostic (global_dc, OPT_Wcoverage_mismatch,
1678 DK_ERROR, UNKNOWN_LOCATION);
1680 /* Save the current optimization options. */
1681 optimization_default_node = build_optimization_node (&global_options);
1682 optimization_current_node = optimization_default_node;
1684 /* Please don't change global_options after this point, those changes won't
1685 be reflected in optimization_{default,current}_node. */
1688 /* This function can be called multiple times to reinitialize the compiler
1689 back end when register classes or instruction sets have changed,
1690 before each function. */
1691 static void
1692 backend_init_target (void)
1694 /* Initialize alignment variables. */
1695 init_alignments ();
1697 /* This depends on stack_pointer_rtx. */
1698 init_fake_stack_mems ();
1700 /* Sets static_base_value[HARD_FRAME_POINTER_REGNUM], which is
1701 mode-dependent. */
1702 init_alias_target ();
1704 /* Depends on HARD_FRAME_POINTER_REGNUM. */
1705 init_reload ();
1707 /* Depends on the enabled attribute. */
1708 recog_init ();
1710 /* The following initialization functions need to generate rtl, so
1711 provide a dummy function context for them. */
1712 init_dummy_function_start ();
1714 /* rtx_cost is mode-dependent, so cached values need to be recomputed
1715 on a mode change. */
1716 init_expmed ();
1717 init_lower_subreg ();
1718 init_set_costs ();
1720 init_expr_target ();
1721 ira_init ();
1723 /* We may need to recompute regno_save_code[] and regno_restore_code[]
1724 after a mode change as well. */
1725 caller_save_initialized_p = false;
1727 expand_dummy_function_end ();
1730 /* Initialize the compiler back end. This function is called only once,
1731 when starting the compiler. */
1732 static void
1733 backend_init (void)
1735 init_emit_once ();
1737 init_rtlanal ();
1738 init_inline_once ();
1739 init_varasm_once ();
1740 save_register_info ();
1742 /* Middle end needs this initialization for default mem attributes
1743 used by early calls to make_decl_rtl. */
1744 init_emit_regs ();
1746 /* Middle end needs this initialization for mode tables used to assign
1747 modes to vector variables. */
1748 init_regs ();
1751 /* Initialize excess precision settings. */
1752 static void
1753 init_excess_precision (void)
1755 /* Adjust excess precision handling based on the target options. If
1756 the front end cannot handle it, flag_excess_precision_cmdline
1757 will already have been set accordingly in the post_options
1758 hook. */
1759 gcc_assert (flag_excess_precision_cmdline != EXCESS_PRECISION_DEFAULT);
1760 flag_excess_precision = flag_excess_precision_cmdline;
1761 if (flag_unsafe_math_optimizations)
1762 flag_excess_precision = EXCESS_PRECISION_FAST;
1763 if (flag_excess_precision == EXCESS_PRECISION_STANDARD)
1765 int flt_eval_method = TARGET_FLT_EVAL_METHOD;
1766 switch (flt_eval_method)
1768 case -1:
1769 case 0:
1770 /* Either the target acts unpredictably (-1) or has all the
1771 operations required not to have excess precision (0). */
1772 flag_excess_precision = EXCESS_PRECISION_FAST;
1773 break;
1774 case 1:
1775 case 2:
1776 /* In these cases, predictable excess precision makes
1777 sense. */
1778 break;
1779 default:
1780 /* Any other implementation-defined FLT_EVAL_METHOD values
1781 require the compiler to handle the associated excess
1782 precision rules in excess_precision_type. */
1783 gcc_unreachable ();
1788 /* Initialize things that are both lang-dependent and target-dependent.
1789 This function can be called more than once if target parameters change. */
1790 static void
1791 lang_dependent_init_target (void)
1793 /* This determines excess precision settings. */
1794 init_excess_precision ();
1796 /* This creates various _DECL nodes, so needs to be called after the
1797 front end is initialized. It also depends on the HAVE_xxx macros
1798 generated from the target machine description. */
1799 init_optabs ();
1801 gcc_assert (!this_target_rtl->target_specific_initialized);
1804 /* Perform initializations that are lang-dependent or target-dependent.
1805 but matters only for late optimizations and RTL generation. */
1807 static int rtl_initialized;
1809 void
1810 initialize_rtl (void)
1812 auto_timevar tv (TV_INITIALIZE_RTL);
1814 /* Initialization done just once per compilation, but delayed
1815 till code generation. */
1816 if (!rtl_initialized)
1817 ira_init_once ();
1818 rtl_initialized = true;
1820 /* Target specific RTL backend initialization. */
1821 if (!this_target_rtl->target_specific_initialized)
1823 backend_init_target ();
1824 this_target_rtl->target_specific_initialized = true;
1828 /* Language-dependent initialization. Returns nonzero on success. */
1829 static int
1830 lang_dependent_init (const char *name)
1832 location_t save_loc = input_location;
1833 if (dump_base_name == 0)
1834 dump_base_name = name && name[0] ? name : "gccdump";
1836 /* Other front-end initialization. */
1837 input_location = BUILTINS_LOCATION;
1838 if (lang_hooks.init () == 0)
1839 return 0;
1840 input_location = save_loc;
1842 if (!flag_wpa)
1844 init_asm_output (name);
1846 /* If stack usage information is desired, open the output file. */
1847 if (flag_stack_usage)
1848 stack_usage_file = open_auxiliary_file ("su");
1851 /* This creates various _DECL nodes, so needs to be called after the
1852 front end is initialized. */
1853 init_eh ();
1855 /* Do the target-specific parts of the initialization. */
1856 lang_dependent_init_target ();
1858 if (!flag_wpa)
1860 /* If dbx symbol table desired, initialize writing it and output the
1861 predefined types. */
1862 timevar_push (TV_SYMOUT);
1864 /* Now we have the correct original filename, we can initialize
1865 debug output. */
1866 (*debug_hooks->init) (name);
1868 timevar_pop (TV_SYMOUT);
1871 return 1;
1875 /* Reinitialize everything when target parameters, such as register usage,
1876 have changed. */
1877 void
1878 target_reinit (void)
1880 struct rtl_data saved_x_rtl;
1881 rtx *saved_regno_reg_rtx;
1882 tree saved_optimization_current_node;
1883 struct target_optabs *saved_this_fn_optabs;
1885 /* Temporarily switch to the default optimization node, so that
1886 *this_target_optabs is set to the default, not reflecting
1887 whatever a previous function used for the optimize
1888 attribute. */
1889 saved_optimization_current_node = optimization_current_node;
1890 saved_this_fn_optabs = this_fn_optabs;
1891 if (saved_optimization_current_node != optimization_default_node)
1893 optimization_current_node = optimization_default_node;
1894 cl_optimization_restore
1895 (&global_options,
1896 TREE_OPTIMIZATION (optimization_default_node));
1898 this_fn_optabs = this_target_optabs;
1900 /* Save *crtl and regno_reg_rtx around the reinitialization
1901 to allow target_reinit being called even after prepare_function_start. */
1902 saved_regno_reg_rtx = regno_reg_rtx;
1903 if (saved_regno_reg_rtx)
1905 saved_x_rtl = *crtl;
1906 memset (crtl, '\0', sizeof (*crtl));
1907 regno_reg_rtx = NULL;
1910 this_target_rtl->target_specific_initialized = false;
1912 /* This initializes hard_frame_pointer, and calls init_reg_modes_target()
1913 to initialize reg_raw_mode[]. */
1914 init_emit_regs ();
1916 /* This invokes target hooks to set fixed_reg[] etc, which is
1917 mode-dependent. */
1918 init_regs ();
1920 /* Reinitialize lang-dependent parts. */
1921 lang_dependent_init_target ();
1923 /* Restore the original optimization node. */
1924 if (saved_optimization_current_node != optimization_default_node)
1926 optimization_current_node = saved_optimization_current_node;
1927 cl_optimization_restore (&global_options,
1928 TREE_OPTIMIZATION (optimization_current_node));
1930 this_fn_optabs = saved_this_fn_optabs;
1932 /* Restore regno_reg_rtx at the end, as free_after_compilation from
1933 expand_dummy_function_end clears it. */
1934 if (saved_regno_reg_rtx)
1936 *crtl = saved_x_rtl;
1937 regno_reg_rtx = saved_regno_reg_rtx;
1938 saved_regno_reg_rtx = NULL;
1942 void
1943 dump_memory_report (bool final)
1945 dump_line_table_statistics ();
1946 ggc_print_statistics ();
1947 stringpool_statistics ();
1948 dump_tree_statistics ();
1949 dump_gimple_statistics ();
1950 dump_rtx_statistics ();
1951 dump_alloc_pool_statistics ();
1952 dump_bitmap_statistics ();
1953 dump_hash_table_loc_statistics ();
1954 dump_vec_loc_statistics ();
1955 dump_ggc_loc_statistics (final);
1956 dump_alias_stats (stderr);
1957 dump_pta_stats (stderr);
1960 /* Clean up: close opened files, etc. */
1962 static void
1963 finalize (bool no_backend)
1965 /* Close the dump files. */
1966 if (flag_gen_aux_info)
1968 fclose (aux_info_file);
1969 if (seen_error ())
1970 unlink (aux_info_file_name);
1973 /* Close non-debugging input and output files. Take special care to note
1974 whether fclose returns an error, since the pages might still be on the
1975 buffer chain while the file is open. */
1977 if (asm_out_file)
1979 if (ferror (asm_out_file) != 0)
1980 fatal_error (input_location, "error writing to %s: %m", asm_file_name);
1981 if (fclose (asm_out_file) != 0)
1982 fatal_error (input_location, "error closing %s: %m", asm_file_name);
1985 if (stack_usage_file)
1986 fclose (stack_usage_file);
1988 if (!no_backend)
1990 statistics_fini ();
1992 g->get_passes ()->finish_optimization_passes ();
1994 lra_finish_once ();
1997 if (mem_report)
1998 dump_memory_report (true);
2000 if (profile_report)
2001 dump_profile_report ();
2003 /* Language-specific end of compilation actions. */
2004 lang_hooks.finish ();
2007 static bool
2008 standard_type_bitsize (int bitsize)
2010 /* As a special exception, we always want __int128 enabled if possible. */
2011 if (bitsize == 128)
2012 return false;
2013 if (bitsize == CHAR_TYPE_SIZE
2014 || bitsize == SHORT_TYPE_SIZE
2015 || bitsize == INT_TYPE_SIZE
2016 || bitsize == LONG_TYPE_SIZE
2017 || bitsize == LONG_LONG_TYPE_SIZE)
2018 return true;
2019 return false;
2022 /* Initialize the compiler, and compile the input file. */
2023 static void
2024 do_compile ()
2026 process_options ();
2028 /* Don't do any more if an error has already occurred. */
2029 if (!seen_error ())
2031 int i;
2033 timevar_start (TV_PHASE_SETUP);
2035 /* This must be run always, because it is needed to compute the FP
2036 predefined macros, such as __LDBL_MAX__, for targets using non
2037 default FP formats. */
2038 init_adjust_machine_modes ();
2039 init_derived_machine_modes ();
2041 /* This must happen after the backend has a chance to process
2042 command line options, but before the parsers are
2043 initialized. */
2044 for (i = 0; i < NUM_INT_N_ENTS; i ++)
2045 if (targetm.scalar_mode_supported_p (int_n_data[i].m)
2046 && ! standard_type_bitsize (int_n_data[i].bitsize))
2047 int_n_enabled_p[i] = true;
2048 else
2049 int_n_enabled_p[i] = false;
2051 /* Set up the back-end if requested. */
2052 if (!no_backend)
2053 backend_init ();
2055 /* Language-dependent initialization. Returns true on success. */
2056 if (lang_dependent_init (main_input_filename))
2058 /* Initialize yet another pass. */
2060 ggc_protect_identifiers = true;
2062 symtab->initialize ();
2063 init_final (main_input_filename);
2064 coverage_init (aux_base_name);
2065 statistics_init ();
2066 invoke_plugin_callbacks (PLUGIN_START_UNIT, NULL);
2068 timevar_stop (TV_PHASE_SETUP);
2070 compile_file ();
2072 else
2074 timevar_stop (TV_PHASE_SETUP);
2077 timevar_start (TV_PHASE_FINALIZE);
2079 finalize (no_backend);
2081 timevar_stop (TV_PHASE_FINALIZE);
2085 toplev::toplev (bool use_TV_TOTAL, bool init_signals)
2086 : m_use_TV_TOTAL (use_TV_TOTAL),
2087 m_init_signals (init_signals)
2089 if (!m_use_TV_TOTAL)
2090 start_timevars ();
2093 toplev::~toplev ()
2095 if (g_timer)
2097 g_timer->stop (TV_TOTAL);
2098 g_timer->print (stderr);
2102 void
2103 toplev::start_timevars ()
2105 if (time_report || !quiet_flag || flag_detailed_statistics)
2106 timevar_init ();
2108 timevar_start (TV_TOTAL);
2111 /* Entry point of cc1, cc1plus, jc1, f771, etc.
2112 Exit code is FATAL_EXIT_CODE if can't open files or if there were
2113 any errors, or SUCCESS_EXIT_CODE if compilation succeeded.
2115 It is not safe to call this function more than once. */
2118 toplev::main (int argc, char **argv)
2120 /* Parsing and gimplification sometimes need quite large stack.
2121 Increase stack size limits if possible. */
2122 stack_limit_increase (64 * 1024 * 1024);
2124 expandargv (&argc, &argv);
2126 /* Initialization of GCC's environment, and diagnostics. */
2127 general_init (argv[0], m_init_signals);
2129 /* One-off initialization of options that does not need to be
2130 repeated when options are added for particular functions. */
2131 init_options_once ();
2133 /* Initialize global options structures; this must be repeated for
2134 each structure used for parsing options. */
2135 init_options_struct (&global_options, &global_options_set);
2136 lang_hooks.init_options_struct (&global_options);
2138 /* Convert the options to an array. */
2139 decode_cmdline_options_to_array_default_mask (argc,
2140 CONST_CAST2 (const char **,
2141 char **, argv),
2142 &save_decoded_options,
2143 &save_decoded_options_count);
2145 /* Perform language-specific options initialization. */
2146 lang_hooks.init_options (save_decoded_options_count, save_decoded_options);
2148 /* Parse the options and do minimal processing; basically just
2149 enough to default flags appropriately. */
2150 decode_options (&global_options, &global_options_set,
2151 save_decoded_options, save_decoded_options_count,
2152 UNKNOWN_LOCATION, global_dc);
2154 handle_common_deferred_options ();
2156 init_local_tick ();
2158 initialize_plugins ();
2160 if (version_flag)
2161 print_version (stderr, "", true);
2163 if (help_flag)
2164 print_plugins_help (stderr, "");
2166 /* Exit early if we can (e.g. -help). */
2167 if (!exit_after_options)
2169 if (m_use_TV_TOTAL)
2170 start_timevars ();
2171 do_compile ();
2174 if (warningcount || errorcount || werrorcount)
2175 print_ignored_options ();
2177 /* Invoke registered plugin callbacks if any. Some plugins could
2178 emit some diagnostics here. */
2179 invoke_plugin_callbacks (PLUGIN_FINISH, NULL);
2181 diagnostic_finish (global_dc);
2183 finalize_plugins ();
2184 location_adhoc_data_fini (line_table);
2185 if (seen_error () || werrorcount)
2186 return (FATAL_EXIT_CODE);
2188 return (SUCCESS_EXIT_CODE);
2191 /* For those that want to, this function aims to clean up enough state that
2192 you can call toplev::main again. */
2193 void
2194 toplev::finalize (void)
2196 rtl_initialized = false;
2197 this_target_rtl->target_specific_initialized = false;
2199 /* Needs to be called before cgraph_c_finalize since it uses symtab. */
2200 ipa_reference_c_finalize ();
2202 cgraph_c_finalize ();
2203 cgraphunit_c_finalize ();
2204 dwarf2out_c_finalize ();
2205 gcse_c_finalize ();
2206 ipa_cp_c_finalize ();
2207 ira_costs_c_finalize ();
2208 params_c_finalize ();
2210 finalize_options_struct (&global_options);
2211 finalize_options_struct (&global_options_set);
2213 XDELETEVEC (save_decoded_options);
2215 /* Clean up the context (and pass_manager etc). */
2216 delete g;
2217 g = NULL;
2219 obstack_free (&opts_obstack, NULL);