Hello,
If I use the -fdump-tree-original-raw option
of gcc, I understand it will dump out the AST
in a text file.
Is that text file complete?
Complete in the sense that, by parsing back this text file
with an external program it would be possible to reconstruct the original AST
that gcc was work
On Thu, Jul 24, 2014 at 4:29 PM, Diego Novillo wrote:
> On Thu, Jul 24, 2014 at 7:17 AM, Francois Berenger
> wrote:
>
>> Complete in the sense that, by parsing back this text file
>> with an external program it would be possible to reconstruct the original AST
>> t