Re: intermediate representations of a C program

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux