[Bug tree-optimization/105056] [12 Regression] runtime error: load of value 3132799674, which is not a valid value for type 'ref_step_type' since r12-7795-g85b4d881327e31
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 28 06:29:48 GMT 2022
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.
More information about the Gcc-bugs
mailing list