Nicolas COLLIN <nicolas.col...@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