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

Seperate the c front-end from GCC


Hi all,

I have to use gcc's C parser and the intermediate representation, so that I
can manipulate the basic blocks and CFG. So I need to plug out the parser
and the intermediate code. I would like to know if it is possible to plug
out the parser and the intermediate representation code.

Did someone have any experience on this? Could anyone give some hints on how
to do this?
 
Appreciate your help
Eric
-- 
View this message in context: http://www.nabble.com/Seperate-the-c-front-end-from-GCC-tp15048379p15048379.html
Sent from the gcc - Dev mailing list archive at Nabble.com.


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