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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
This is just the same bug as any other constant truncation wrongly ignoring the
rounding mode (as if 0x1p-2000L were being converted - the semantics with
standard excess precision being that 0x1p-2000L gets computed then converted to
double).

*** This bug has been marked as a duplicate of bug 57245 ***

Reply via email to