blob: 6601434e1cdfe87d0b688e5981d06fd1b17f53a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Test _Float128 NaNs in <float.h>. */
/* { dg-do run } */
/* { dg-options "-std=c23 -fsignaling-nans" } */
/* { dg-add-options float128 } */
/* { dg-add-options ieee } */
/* { dg-require-effective-target float128_runtime } */
/* { dg-require-effective-target fenv_exceptions } */
#define WIDTH 128
#define EXT 0
#include "floatn-nan-floath.h"
|