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 a
Hi,
I tried the following:
gcc -fdump-tree-all-all -c -o bla.o bla.c
and I got these:
bla.c.t02.original
bla.c.t03.generic
bla.c.t06.vcg
bla.c.t08.gimple
bla.c.t09.useless
bla.c.t11.lower
bla.c.t12.eh
bla.c.t13.cfg
bla.c.t14.oplower
I have two questions:
Where is the bla.c.t**.optimized file?
What