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?