This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Intermediate representation
- From: Nicolas COLLIN <nicolas dot collin at fr dot thalesgroup dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 26 May 2009 15:46:29 +0200
- Subject: Intermediate representation
Hello again,
I 'm still working on egcs 1.1 and the function cp_namespace_decls is
not implemented in.
I just want to get the classes and functions implemented in my source
code and I tried to get them with the function gettags but I think I
didn't understand something. I tried to read some things about the
bindings in the file decl.c but I didn't get a thing. What does it do ?
Have I to use it to get what I want ?
Thanks.
Nicolas COLLIN