https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125953

--- Comment #6 from Andrew Macleod <amacleod at redhat dot com> ---
That appears to be something that was specifically being triggered by a call to
range_of_stmt I think..The full changelog

2026-01-20  Andrew MacLeod  <[email protected]>

        PR tree-optimization/123314
        * gimple-range.cc (gimple_ranger::range_on_entry): Do not check
        ranger cache for an SSA_NAME with no BB.
        (gimple_ranger::prefill_stmt_dependencies): Stop filling
        dependencies when an out-of IL name is encountered.

So its for range_of_stmt and rangers cache..  a direct call to range_of_expr
with no IL wasn't covered by that PR...    Maybe I should audit all the
routines since any of them could in theory be called.

Reply via email to