This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problems with -fdump-tree options (gcc 4.0.0)
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Nico Moser <moser at cs dot tu-berlin dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 3 May 2005 12:08:43 -0400
- Subject: Re: problems with -fdump-tree options (gcc 4.0.0)
- References: <67C5098F-6C6B-47A6-B9AA-607711E306D2@cs.tu-berlin.de>
On Tue, May 03, 2005 at 05:57:12PM +0200, Nico Moser wrote:
> Where is the bla.c.t**.optimized file?
>
You didn't use -O. None of the optimizers run without it.
> What is the bla.c.t03.generic file? The same as the
>
That's the IL that all FEs generate while parsing. In some cases
.original and .generic are the same.
> bla.c.t02.original? I can't found it in the onlinedocumentation.
>
Really? Thanks. Could you file a documentation bug? They
should probably be mentioned.
Diego.