source: branches/ffigen-apple-gcc-5646/ffigen4/source/gcc-5646-passes.c.diff@ 72

Last change on this file since 72 was 67, checked in by gb, 15 years ago

Don't know if this works yet.

File size: 437 bytes
  • passes.c

    old new  
    187187  /* Let cgraph know about the existence of variables.  */
    188188  if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl))
    189189    cgraph_varpool_node (decl);
     190
     191  if (flag_syntax_only)
     192    ffi_rest_of_decl_compilation (decl, top_level, at_end);
    190193}
    191194
    192195/* Called after finishing a record, union or enumeral type.  */
Note: See TracBrowser for help on using the repository browser.