https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97357
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:e293967739f8ac5341ad4e2121f9d87b67499008 commit r10-8879-ge293967739f8ac5341ad4e2121f9d87b67499008 Author: Richard Biener <rguent...@suse.de> Date: Mon Oct 12 08:51:05 2020 +0200 tree-optimization/97357 - avoid abnormals in loop splitting conditions This avoids abnormals in another place. 2020-10-12 Richard Biener <rguent...@suse.de> PR tree-optimization/97357 * tree-ssa-loop-split.c (ssa_semi_invariant_p): Abnormal SSA names are not semi invariant. * gcc.dg/pr97357.c: New testcase.