This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need help on tree-dumps in c3.2
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Anmol Paralkar <aparalka at cisco dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 8 Feb 2003 10:51:34 -0500
- Subject: Re: Need help on tree-dumps in c3.2
- Organization: Red Hat Canada
- References: <Pine.GSO.4.44.0302081942090.9672-100000@desh.cisco.com>
On Sat, 08 Feb 2003, Anmol Paralkar wrote:
> Hello,
>
> I want to be able to use the -fdump-tree-original switch in gcc c3.2
>
You can't. That switch only exists in the tree-ssa branch.
> Also, will this tree-dump have *all* the information in the original source (unlike the RTL dump)?
>
No. The tree dumps only render the major components of the
function. The result is not compilable.
Diego.