https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125040
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:b052d6bbbeea2b04c8a4f765e89b0b3f19f81764 commit r17-2053-gb052d6bbbeea2b04c8a4f765e89b0b3f19f81764 Author: Richard Biener <[email protected]> Date: Fri Jun 26 16:28:52 2026 +0200 tree-optimization/125040 - iterate PRE clean The testcase has a cycle in the value graph of ANTIC_IN, this means we have to iterate to correctly prune all invalid expressions. PR tree-optimization/125040 * tree-ssa-pre.cc (clean): Iterate processing. * gcc.dg/torture/pr125040.c: New testcase.
