This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
problems with -fdump-tree options (gcc 4.1.2)
- From: Tony Zhang <zyh4530 at yahoo dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Wed, 25 Mar 2009 00:26:09 -0700 (PDT)
- Subject: problems with -fdump-tree options (gcc 4.1.2)
Hi,
I tried the following:
gcc-fdump-tree-all example.c,
and i got these files:
example.c.t00.tu ,
example.c.t02.original ,
example.c.t03.gimple ,
example.c.t06.vcg ,
....
I have two questions:
How can i get example.c.original rather than example.c.t02.original?
What does the symbol "t0x" stand for?
Thanks a lot!
Tony.