This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: looking for the developer of tree-dump.c
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "d43d41u5" <daedalus at freemail dot hu>
- Cc: <gcc at gcc dot gnu dot org>, gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2004 21:04:57 +0200
- Subject: Re: looking for the developer of tree-dump.c
- Organization: Integrable Solutions
- References: <000e01c471a9$ccfb27c0$0101010a@client>
"d43d41u5" <daedalus@freemail.hu> writes:
| Hi !
|
| For some reason the -fdump-translation-unit switch doesn't dumps the body of
| the functions from the AST if I compile sources with .c extension. (there is
| no "body:" in the .tu dumpfile) Are the functions bodies in the tree, but
| not dumped, or are they stored somewhere else ?
I've come across the similar misbehaivour a week ago for mainline. I
think it is a regression introduced by the tree-ssa merge.
It is even worse than that: If you compile your translation unit with
g++ (from mainline), you'll still miss most (all?) function bodies,
except for member functions that are defined in their enclosing
classes.
-- Gaby