]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/66688
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 2015 07:46:23 +0000 (07:46 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Dec 2015 07:46:23 +0000 (07:46 +0000)
commit1f531aaf53debe0e2cfd4b4365e3daf492b24170
tree053148663998d24f5a8549a720787932ed33c901
parent482117409dbc2ff30ace1d760c4a5711444c2e38
PR tree-optimization/66688
* tree-cfgcleanup.c (cleanup_control_flow_bb): Handle
noreturn call followed only by debug stmts by removing
the debug stmts and handling it the same as if the noreturn
call is the last stmt.

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

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