https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118862
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Keywords| |wrong-code
Last reconfirmed| |2025-02-13
Status|UNCONFIRMED |NEW
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely this code should be using wide_int instead of HOST_WIDE_INT here.
To support 128 bit integers.
I suspect this could cause wrong code too depending on the host.