2013-04-29 Richard Biener <rguenther@suse.de>
commitcaf1e632978020e019a9cc60a07b8906b42031d8
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 15:06:18 +0000 (29 15:06 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Apr 2013 15:06:18 +0000 (29 15:06 +0000)
tree8fa64396d8612faca4a9ec12d61d19510a367efc
parent00ef57e3da7f3c49bccafd270a96ebd8a5823b8c
2013-04-29  Richard Biener  <rguenther@suse.de>

PR middle-end/57075
* tree-inline.c (copy_edges_for_bb): Still split the bbs,
even if not adding abnormal edges for calls that can make
abnormal gotos.

* gcc.dg/torture/pr57075.c: New testcase.

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