https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71916
--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jul 19 19:55:54 2016 New Revision: 238491 URL: https://gcc.gnu.org/viewcvs?rev=238491&root=gcc&view=rev Log: PR rtl-optimization/71916 * cfgrtl.c (contains_no_active_insn_p): Return false also for bb which have a single succ fake edge. * gcc.c-torture/compile/pr71916.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr71916.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/cfgrtl.c branches/gcc-6-branch/gcc/testsuite/ChangeLog