Re: [PATCH] Misc debug info improvements

2011-05-17 Thread Jakub Jelinek
On Mon, May 16, 2011 at 02:13:22PM +0200, Jakub Jelinek wrote: > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Actually, I've missed one regression in libjava testing on x86_64-linux, FAIL: pr26390 -O3 compilation from source The problem is when cselib_subst_to_values substs

[PATCH] Misc debug info improvements

2011-05-16 Thread Jakub Jelinek
Hi! This patch contains a bunch of smaller debug info improvements: 1) on the typeddwarf.c testcase on x86_64 there were completely needlessly many DW_OP_GNU_entry_value ops emitted, while the corresponding argument registers were still live. Fixed by the cselib_subst_to_values hunk. 2) var