source: branches/initial/source/gcc-4.0-20050326-passes.c.diff@ 53

Last change on this file since 53 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: 530 bytes
  • passes.c

    old new  
    251251      debug_hooks->type_decl (decl, !top_level);
    252252      timevar_pop (TV_SYMOUT);
    253253    }
    254 
    255254  /* Let cgraph know about the existance of variables.  */
    256255  if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl))
    257256    cgraph_varpool_node (decl);
     257
     258  if (flag_syntax_only)
     259    ffi_rest_of_decl_compilation (decl, top_level, at_end);
    258260}
    259261
    260262/* Called after finishing a record, union or enumeral type.  */
Note: See TracBrowser for help on using the repository browser.