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: problems with -fdump-tree options (gcc 4.0.0)


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.


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