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;