https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126110
--- Comment #11 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:27c5036a82a64012eada494cb19d1ae646b2bcbf commit r17-2427-g27c5036a82a64012eada494cb19d1ae646b2bcbf Author: Andrew MacLeod <[email protected]> Date: Tue Jul 14 14:55:44 2026 -0400 Update ranger timestamps for inferred ranges. If an inferred range is added for a name, mark the name as an updated range to allow the dependency processing to pick up the change. PR tree-optimization/126110 gcc/ * gimple-range-cache.cc (ranger_cache::mark_stale): Default defs get a new timestamp to make them stale. * gimple-range-infer.cc (infer_range_manager::add_range): When an inferred range is added, mark the name as updated. gcc/testsuite/ * gcc.dg/pr126110.c: New.
