]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/c2x-floatn-2.c
testsuite: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c2x-floatn-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c23 -pedantic-errors" } */
3 /* { dg-add-options float128 } */
4 /* { dg-require-effective-target float128 } */
5
6 _Float128 a
7 = 1.0F128;
8 __extension__ _Float128 b
9 = 2.0F128;