source:
trunk/ffigen4/source/gcc-4.0.0-toplev.c.diff@
50
| Last change on this file since 50 was 26, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.4 KB | |
-
toplev.c
old new 990 990 init_cgraph (); 991 991 init_final (main_input_filename); 992 992 coverage_init (aux_base_name); 993 if (flag_syntax_only) 994 ffi_init (asm_out_file, main_input_filename); 993 995 994 996 timevar_push (TV_PARSE); 995 997 … … 1255 1257 , indent, *indent != 0 ? " " : "", 1256 1258 lang_hooks.name, version_string, TARGET_NAME, 1257 1259 indent, __VERSION__); 1258 fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n", 1259 indent, *indent != 0 ? " " : "", 1260 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1260 if (flag_syntax_only) 1261 print_ffi_version (file, indent); 1262 else 1263 fnotice (file, "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n", 1264 indent, *indent != 0 ? " " : "", 1265 PARAM_VALUE (GGC_MIN_EXPAND), PARAM_VALUE (GGC_MIN_HEAPSIZE)); 1261 1266 } 1262 1267 1263 1268 /* Print an option value and return the adjusted position in the line. … … 1998 2003 input_filename = "<built-in>"; 1999 2004 input_line = 0; 2000 2005 #endif 2006 if (flag_syntax_only) 2007 ffi_early_init (); 2001 2008 if (lang_hooks.init () == 0) 2002 2009 return 0; 2003 2010 input_location = save_loc; … … 2089 2096 timevar_start (TV_TOTAL); 2090 2097 2091 2098 process_options (); 2099 2100 2101 if (no_backend && flag_syntax_only) { 2102 errorcount++; 2103 } 2104 2092 2105 2093 2106 /* Don't do any more if an error has already occurred. */ 2094 2107 if (!errorcount)
Note:
See TracBrowser
for help on using the repository browser.
