]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-2.c
testsuite: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / dfp / c2x-float-dfp-2.c
1 /* Test DFP macros defined in <float.h> with DFP support. TS 18661-2
2 feature test macro does not change what is defined. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c23" } */
5
6 #define __STDC_WANT_IEC_60559_DFP_EXT__
7
8 #include "c2x-float-dfp-1.c"