This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: parser modification followup
I know, I have read it. The issue I have is: how can I get the tree
resulting from compiling? The RTL file is easy, you just add option -da, but
I cannot find the corresponding flag for the parse tree.
----- Original Message -----
From: "Andreas Bauer" <baueran@in.tum.de>
To: "Santiago Margareto" <smargareto@gfi-info.com>
Cc: <gcc-help@gcc.gnu.org>
Sent: Tuesday, December 10, 2002 7:01 PM
Subject: Re: parser modification followup
> > After some research I have found that it won't be necessary to change
the
> > gcc parser. In some places in the gcc docs it is said that you can
interface
> > with the gcc back-end with the tree (tree.c) or RTL file (rtc.c).
>
> This misconception is resolved in the FAQ, I believe: RTL is not a proper
> interface. Trees, however, are.
>
> HTH,
> Andi.