This is the mail archive of the gcc-help@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]

Re: Is there an unparser in GCC ?


"äææ" <htyu@ict.ac.cn> writes:

>    May I ask if there is a phase called unparser that can translate Gimple back to C in GCC?                                        

No, there is nothing which translates GIMPLE back to C.  I'm not sure
that even makes sense, though perhaps it could be done with some
effort.  The -fdump-tree-XXX options will dump GIMPLE in a form which
looks like C.

Ian


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