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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-07-22
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
it's related to the int expression x + x having undefined behavior on overflow
and reassoc refusing to work on such types (and mixed precision types in
general).

Reply via email to