[Bug tree-optimization/106630] [13 Regression] ICE: Segmentation fault signal terminated program cc1plus with -O2 since r13-1268-g8c99e307b20c50

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Aug 15 21:39:37 GMT 2022


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> It looks like DOM2, as a side-effect of using the ranger to do cprop, is
> exporting a global range for a_9 
> Where a_9 has a global range of [0,0].

Why didn't DOM do a constant prop here since the only value for a_9 is 0 ...


More information about the Gcc-bugs mailing list