[Bug c++/107097] Implement floating point excess precision in C++
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 5 16:33:24 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107097
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #53667|0 |1
is obsolete| |
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 53669
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53669&action=edit
gcc13-pr107097-wip.patch
Updated patch that handles ?:. excess-precision-1.C now passes at runtime...
Next problem is excess-precision-2.C, where we rely on
volatile long double ld11f = 1.1f;
actually being the same as
volatile long double ld11f = 1.1L;
More information about the Gcc-bugs
mailing list