This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Intermediate representation


Nicolas COLLIN <nicolas.collin@fr.thalesgroup.com> writes:

>  In my version DECL_SAVED_TREE is defined as :
> #define DECL_SAVED_TREE(NODE)        DECL_MEMFUNC_POINTER_TO (NODE)
> I just looked at DECL_MEMFUNC and it doesn't do what I want.
> Then I don't know how to get the statements in the FUNCTION_DECL I got.

You must be working with gcc before 4.0.  I don't know what to suggest,
except that it will be easier if you work with current gcc.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]