source: trunk/ffigen4/source/gcc-4.0.0-passes.c.diff@ 74

Last change on this file since 74 was 74, checked in by gb, 8 years ago

tweak more

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

    old new  
    9898#include "xcoffout.h"           /* Needed for external data
    9999                                   declarations for e.g. AIX 4.x.  */
    100100#endif
     101#include "ffigen.h"
    101102
    102103#ifndef HAVE_conditional_execution
    103104#define HAVE_conditional_execution 0
     
    255256  /* Let cgraph know about the existance of variables.  */
    256257  if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl))
    257258    cgraph_varpool_node (decl);
     259
     260  if (flag_syntax_only)
     261    ffi_rest_of_decl_compilation (decl, top_level, at_end);
    258262}
    259263
    260264/* Called after finishing a record, union or enumeral type.  */
Note: See TracBrowser for help on using the repository browser.