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: about front-ends


> hello,
>   I want to do some source program analysis on the AST tree generated by
> gcc , so I want that gcc could shortcut following work after having
> generated AST tree.I don't how to do , could you help me ? thanks !        
>    liu.w.w

Hi,

Not exactly what you asked for, but GCC-XML is maybe what you need:
http://www.gccxml.org

Otherwise, the GCC site is full of useful documentation regarding gcc 
customisation:
http://gcc.gnu.org/onlinedocs/

Alex.


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