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: dumping insns


Mihai Daniel OPREA <mihai.oprea@cti.pub.ro> writes:

> I tried -fdump-final-insns, but apparently that only works for newer versions of gcc (4.4.0 doesn't recognize this option).
> Is there an alternate way of doing this?

If you just use -da you will get all the RTL dumps.  They are numbered,
so look at the last one.

Ian


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