]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp23/ext-floating10.C
c++: Implement P1467R9 - Extended floating-point types and standard names compiler...
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp23 / ext-floating10.C
1 // P1467R9 - Extended floating-point types and standard names.
2 // { dg-do run { target { c++23 && float128_runtime } } }
3 // { dg-options "" }
4 // { dg-add-options float128 }
5
6 #ifndef WIDTH
7 #ifndef __STDCPP_FLOAT128_T__
8 #error Unexpected
9 #endif
10 #define WIDTH 128
11 #endif
12
13 #include "ext-floating7.C"