source:
tags/start/source/gcc-4.0-20050326-toplev.c.diff@
30
| Last change on this file since 30 was 2, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 743 bytes | |
-
toplev.c
old new 988 988 init_cgraph (); 989 989 init_final (main_input_filename); 990 990 coverage_init (aux_base_name); 991 if (flag_syntax_only) 992 ffi_init (asm_out_file, main_input_filename); 991 993 992 994 timevar_push (TV_PARSE); 993 995 … … 1996 1998 input_filename = "<built-in>"; 1997 1999 input_line = 0; 1998 2000 #endif 2001 if (flag_syntax_only) 2002 ffi_early_init (); 1999 2003 if (lang_hooks.init () == 0) 2000 2004 return 0; 2001 2005 input_location = save_loc; … … 2088 2092 2089 2093 process_options (); 2090 2094 2095 2096 if (no_backend && flag_syntax_only) { 2097 errorcount++; 2098 } 2099 2100 2091 2101 /* Don't do any more if an error has already occurred. */ 2092 2102 if (!errorcount) 2093 2103 {
Note:
See TracBrowser
for help on using the repository browser.
