[Bug libstdc++/120299] GCC started using __flt128_t with no checking whatsoever

2025-05-15 Thread tymi at tymi dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120299 --- Comment #1 from Tymi --- The following code does not compile with libstdc++ under clang: ```cpp #include int main(){} ```

[Bug libstdc++/120299] GCC started using __flt128_t with no checking whatsoever

2025-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120299 --- Comment #3 from Andrew Pinski --- So the complex part of this is because clang does not implement the C23 defined types still (https://github.com/llvm/llvm-project/issues/97335) but does implement __float128 and libstdc++ looks like uses tho

[Bug libstdc++/120299] GCC started using __flt128_t with no checking whatsoever

2025-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120299 --- Comment #2 from Andrew Pinski --- For GCC: # 1923 "/opt/compiler-explorer/gcc-trunk-20250515/include/c++/16.0.0/format" 3 using __flt128_t = _Float128; # 1955 "/opt/compiler-explorer/gcc-trunk-20250515/include/c++/16.0.0/format" 3 Which