https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97627
--- Comment #13 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:3976b2701b826569ffcd90877d94095def507e3f commit r10-9310-g3976b2701b826569ffcd90877d94095def507e3f Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 29 11:17:42 2021 +0100 tree-optimization/97627 - Avoid computing niters for fake edges This avoids computing niters information for fake edges. 2021-01-29 Bin Cheng <bin.ch...@linux.alibaba.com> Richard Biener <rguent...@suse.de> PR tree-optimization/97627 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): Do not analyze fake edges. * g++.dg/pr97627.C: New testcase.