source: branches/initial/source/gcc-4.0-20050326-toplev.c.diff@ 13

Last change on this file since 13 was 2, checked in by gb, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 743 bytes
  • toplev.c

    old new  
    988988  init_cgraph ();
    989989  init_final (main_input_filename);
    990990  coverage_init (aux_base_name);
     991  if (flag_syntax_only)
     992    ffi_init (asm_out_file, main_input_filename);
    991993
    992994  timevar_push (TV_PARSE);
    993995
     
    19961998  input_filename = "<built-in>";
    19971999  input_line = 0;
    19982000#endif
     2001  if (flag_syntax_only)
     2002    ffi_early_init ();
    19992003  if (lang_hooks.init () == 0)
    20002004    return 0;
    20012005  input_location = save_loc;
     
    20882092
    20892093  process_options ();
    20902094
     2095 
     2096  if (no_backend && flag_syntax_only) {
     2097    errorcount++;
     2098  }
     2099
     2100
    20912101  /* Don't do any more if an error has already occurred.  */
    20922102  if (!errorcount)
    20932103    {
Note: See TracBrowser for help on using the repository browser.