This is the mail archive of the gcc-patches@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: [PATCH, rtl]: Print note insn names in RTL dumps


> Hello!
> 
> Since r124859 [1], NOTE_INSN names are not printed anymore in RTL
> dumps. Attached patch re-introduces them into the dumps.
> 
> Patch was bootstrapped/regtested on i686-pc-linux-gnu. Additionally, a
> large c++ application was compiled using -da.

Oops, thanks for fixing it.  I somehow misread the memory representation
thinking that there is one extra field used for saving file name that 
in reality was overlaping with note specific data.

> 
> 2007-07-05  Uros Bizjak  <ubizjak@gmail.com>
> 
> 	* rtl.def (NOTE): Change print format string to print
> 	operand 5 as a note insn name.
> 
> OK for mainline?

I would declare it as obvious...
Honza


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