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

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Sep 10 17:31:18 GMT 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu.org

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
grep finds these problematic spots:
./sysdeps/mips/ieee754/bits/floatn.h:typedef long double _Float128;
./sysdeps/ieee754/ldbl-128/bits/floatn.h:typedef long double _Float128;
./sysdeps/ia64/bits/floatn.h:typedef __float128 _Float128;
./sysdeps/powerpc/bits/floatn.h:typedef long double _Float128;
./sysdeps/powerpc/bits/floatn.h:typedef __float128 _Float128;
./sysdeps/x86/bits/floatn.h:typedef __float128 _Float128;
./bits/floatn-common.h:typedef float _Float16 __attribute__ ((__mode__
(__HF__)));
./bits/floatn-common.h:typedef float _Float32;
./bits/floatn-common.h:typedef long double _Float64;
./bits/floatn-common.h:typedef double _Float64;


More information about the Gcc-bugs mailing list