On Thu, Jul 24, 2014 at 4:29 PM, Diego Novillo <[email protected]> wrote: > On Thu, Jul 24, 2014 at 7:17 AM, Francois Berenger > <[email protected]> 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 >> that gcc was working on (and dumped out). > > It isn't. These dumps are meant to be debugging aids. It is not > possible to reconstruct the original program out of them.
Would it be possible to make these dumps complete? Let's say for the C frontend of gcc. > Diego.
