PR debug/63284
commit4e9d716449178cb0f04ac33efe1039debc2bb18f
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 19:05:49 +0000 (17 19:05 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Sep 2014 19:05:49 +0000 (17 19:05 +0000)
tree1e2dd22893555d54a49831e0c07134a5a8858d33
parent2e589f2b4e3eead80ff16c568ebe7eea8342af58
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/trunk@215331 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