https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118862
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > 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. Maybe I'll just use gmp, at least I know how to use that.