summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/float128-ieee-nan.c
blob: 2f3b5c0d95e53cc41784b98ba20a498a24cd1bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test _Float128 NaNs.  */
/* { dg-do run } */
/* { dg-options "-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.h"