This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re : Intermediate code dump needed.
- From: saurabh verma <saurabh dot verma at codito dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: kalyan_ch at students dot iiit dot net
- Date: 06 May 2004 15:13:29 +0900
- Subject: Re : Intermediate code dump needed.
- Organization: codito technologies pvt. ltd.
- Reply-to: saurabh dot verma at codito dot com
hi,
try the -d options of gcc for getting the rtl dumps at different stages
of optimization during compilation.
regards
saurabh