https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63284
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Sep 17 19:07:04 2014 New Revision: 215332 URL: https://gcc.gnu.org/viewcvs?rev=215332&root=gcc&view=rev Log: 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. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/pr63284.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/testsuite/ChangeLog branches/gcc-4_9-branch/gcc/tree-cfgcleanup.c