]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-inline.c
re PR tree-optimization/33572 (wrong code with -O)
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 6 Oct 2007 11:43:56 +0000 (11:43 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 6 Oct 2007 11:43:56 +0000 (11:43 +0000)
commite9705dc5e5455d23dc95476198b3f5679f73aa5a
tree1cd6bcc5b4ac6c6236e9743d63e7db677cea72c6
parentac5ba373739e0fbfd2385e5fa427629ce328e718
re PR tree-optimization/33572 (wrong code with -O)

gcc/ChangeLog:
PR tree-optimization/33572
* tree-cfg.c (verify_stmts): Check for missing PHI defs.
* tree-inline.c (update_ssa_across_eh_edges): Renamed to...
(update_ssa_across_abnormal_edges): ... this.  Set slots in the
return PHI node.
(copy_edges_for_bb): Handle nonlocal label edges.
(make_nonlocal_label_edges): Deleted.
(optimize_inline_calls): Don't call it.
gcc/testsuite/ChangeLog:
PR tree-optimization/33572
* g++.dg/torture/pr33572.C: New.

From-SVN: r129051
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr33572.C [new file with mode: 0644]
gcc/tree-cfg.c
gcc/tree-inline.c