1 /* Test DEC_NAN macro. Runtime exceptions test, to verify NaN is
2 quiet not signaling. (This would only actually fail for a
3 signaling NaN in the hardware DFP case, because the software DFP
4 support in libgcc does not integrate with hardware exceptions.) */
5 /* { dg-require-effective-target fenv_exceptions } */
6 /* { dg-options "-std=c23" } */
12 # error "DEC_NAN not defined"
15 volatile _Decimal32 d
= DEC_NAN
;
17 extern void abort (void);
18 extern void exit (int);
24 if (fetestexcept (FE_INVALID
))