https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60528
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Summary|GCC puts out floating point |GCC puts out floating point
|constants differently |constants differently
|depending on if long is |depending on if long is
|32bit or 64bit |32bit or 64bit (due to use
|(encode_ieee_double) |of long for
| |encode_ieee_double)
Last reconfirmed| |2024-03-17
Status|UNCONFIRMED |NEW
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.