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: intermediate representations of a C program


ranjith kumar writes:

 >     What are the options to get intermediate
 > representations(like GENERIC, GIMPLE, RTL,ASSEMBLY)
 > of a C program.
 > 
 >  Note: I want intermediate representation of program
 > including the functions/definitions.. defined in
 > header files (included in my C program)also.
 > 
 > I know that -S gives assembly equal-ant, -da gives rtl
 > equal-ant, -fdump-tree-all gives GENERIC and GIMPLE
 > equal-ant. But I want them for the functions defied in
 > header files also.

-fdump-tree-gimple includes functions defined in headers.

Andrew.


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