https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109711
Aldy Hernandez <aldyh at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amacleod at redhat dot com --- Comment #7 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- It looks like IPA is trying to set a range for a float even though value_range does not support floats. This worked before because legacy silently set a range of error_mark_node.