On 11/02/2012 02:08 AM, Jakub Jelinek wrote:
On Thu, Nov 01, 2012 at 10:27:57AM +0100, Jakub Jelinek wrote:
The patch unfortunately doesn't speed test-tgmath2.i compilation
significantly, but decreases number of debug stmts from ~ 36000 to ~ 16000,
the 20000+ were clearly redundant.
Testing found a buglet in the patch (doing is_gimple_debug (gsi_stmt (gsi))
even when there might be no stmts after labels in the successor at all),
fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux,
ok for trunk?
2012-11-02 Jakub Jelinek <ja...@redhat.com>
PR debug/54402
* tree-ssa-threadedge.c (thread_around_empty_block): Don't copy over
debug stmts if the successor bb already starts with a debug stmt for
the same var.
OK.
Jeff