2013-05-02 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 15:46:12 +0000 (15:46 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 May 2013 15:46:12 +0000 (15:46 +0000)
commit92b43d6354ce4ba2cdc8ea2b6c368f8b02ff889a
treea30ed31ba45668a2b166c79de88b5a8d7423feb4
parentd93eb6ad2ba361c410611682797b09f6061a9776
2013-05-02  Richard Biener  <rguenther@suse.de>

PR middle-end/57140
* tree-inline.c (copy_loops): Properly handle removed loops.
(copy_cfg_body): Mark destination loops for fixup if source
loops needed fixup.

* g++.dg/torture/pr57140.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198548 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr57140.C [new file with mode: 0644]
gcc/tree-inline.c