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: Improve RTL dumps


On 07/27/10 09:02, Bernd Schmidt wrote:
I've been annoyed for a while about the source file/line information in
RTL dumps; their placement as operand 4 makes "diff -y" practically
useless since you can't see the start of the pattern if the filenames
are long.

This patch switches operands 4 and 5 of INSNs etc., and also tweaks
print_rtx to place REG_NOTES on a new line.

Bootstrapped on i686-linux, testing now. Ok?
OK.
jeff


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