https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127094
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Macleod <[email protected]>: https://gcc.gnu.org/g:fa990a13fa4ee7e25e4a5dae456496e772c386ec commit r17-3724-gfa990a13fa4ee7e25e4a5dae456496e772c386ec Author: Andrew MacLeod <[email protected]> Date: Thu Aug 27 17:08:15 2026 -0400 Do not reprocess names in phi analyzer. If the PHI def has already been processed, we do not nee dot process it again. PR tree-optimization/127094 * gimple-range-phi.cc (phi_analyzer::process_phi): Do not process the same name multiple times.
