This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/43334] Generate an XML dump of the parse tree
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Mar 2012 23:37:34 +0000
- Subject: [Bug middle-end/43334] Generate an XML dump of the parse tree
- Auto-submitted: auto-generated
- References: <bug-43334-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43334
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2012-03-13
Component|driver |middle-end
Ever Confirmed|0 |1
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-03-13 23:37:34 UTC ---
Right now the C and C++ front-ends don't produce a parse tree. This is unlike
the Ada and Fortran front-ends. What the C and C++ front-end produces is more
like GCC internals.
What will you be using the parse tree for which you cannot use a plugin for?