]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/torture/float16-nan-floath.c
testsuite: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / torture / float16-nan-floath.c
1 /* Test _Float16 NaNs in <float.h>. */
2 /* { dg-do run } */
3 /* { dg-options "-std=c23 -fsignaling-nans" } */
4 /* { dg-add-options float16 } */
5 /* { dg-add-options ieee } */
6 /* { dg-require-effective-target float16_runtime } */
7 /* { dg-require-effective-target fenv_exceptions } */
8
9 #define WIDTH 16
10 #define EXT 0
11 #include "floatn-nan-floath.h"