This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/43334] Generate an XML dump of the parse tree


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]