PR debug/63284
commit5958881f7f59c184d4c2b1b01b38836da51c987d
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 19:07:04 +0000 (17 19:07 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 19:07:04 +0000 (17 19:07 +0000)
tree26d66631929f8099de045594da269fa44fc2bc49
parentc1a6cf1a7fa79640c5bff11cfcc07fb0523f5d4a
PR debug/63284
* tree-cfgcleanup.c (fixup_noreturn_call): Don't split block
if there are only debug stmts after the noreturn call, instead
remove the debug stmts.

* gcc.dg/pr63284.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215332 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr63284.c [new file with mode: 0644]
gcc/tree-cfgcleanup.c