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: option to see the Intermediate repersantation (AST,GIMPLE,RTL)


Look at -fdump-tree-all for dumping the tree representations. Look at
-da for RTL dumps. There should be intermediate dump files of the form
*.c.t* and *.c.r* for the dumps for each of the passes. 

-Ramana

On Tue, 2007-06-26 at 10:11 +0530, sameer sinha wrote:
> hello,
>           I want to see the various Intermediate representation like
> AST,GIMLE & RTL corresponding to some different C programes.What
> option i should give so that i would be able to see the files
> containing ATS,GIMPLE & RTL????
-- 
cheers
Ramana

Ramana Radhakrishnan
Celunite


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