https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105056
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- Agree with RS_ANY, note the value is always initialized, just the dumping is done before initializing in filter_suitable_components. It would be most appropriate to avoid reading it in the early dumping but initializing to RS_ANY should be OK (and not confusing in the early dumping). Mine.