https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69740
--- Comment #7 from Jeffrey A. Law <law at gcc dot gnu.org> --- Author: law Date: Fri Feb 26 22:56:02 2016 New Revision: 233769 URL: https://gcc.gnu.org/viewcvs?rev=233769&root=gcc&view=rev Log: PR tree-optimization/69740 * cfghooks.c (remove_edge): Request loop fixups if we delete an edge that might turn an irreducible loop into a natural loop. PR tree-optimization/69740 * gcc.c-torture/compile/pr69740-1.c: New test. * gcc.c-torture/compile/pr69740-2.c: New test. Added: branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr69740-1.c branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr69740-2.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/cfghooks.c branches/gcc-5-branch/gcc/testsuite/ChangeLog