[Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 9 18:12:40 GMT 2022


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53555|0                           |1
        is obsolete|                            |

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 53557
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53557&action=edit
gcc13-pr106652-wip.patch

Further updated patch which implements also the 4) diagnostics, both for binary
operations and ?: and punts in c-common.c uses if common_type fails, plus an
added x86 specific tests for further errors and a powerpc specific test to test
for the long double (IBM extended) vs. _Float128 unordered conversion ranks.
[over.ics.rank] changes are still not implemented and I'm lost there.


More information about the Gcc-bugs mailing list