https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84956
--- Comment #6 from Tom de Vries <vries at gcc dot gnu.org> --- Author: vries Date: Thu Mar 22 10:39:43 2018 New Revision: 258759 URL: https://gcc.gnu.org/viewcvs?rev=258759&root=gcc&view=rev Log: backport "[tail-merge] Don't merge bbs with bb_has_abnormal_pred" 2018-03-22 Tom de Vries <t...@codesourcery.com> backport from trunk: 2018-03-22 Tom de Vries <t...@codesourcery.com> PR tree-optimization/84956 * tree-ssa-tail-merge.c (find_clusters_1): Skip bbs with bb_has_abnormal_pred. * gcc.dg/pr84956.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.dg/pr84956.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/tree-ssa-tail-merge.c