Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c23-float-11.c
blob: 17f42da5c877d55cd221e6248944166a16f22e87 [
file
] [
log
] [
blame
]
/* Test INFINITY macro. Test when infinities not supported. */
/* { dg-do compile { target { ! inff } } } */
/* { dg-options "-std=c23" } */
#include
<float.h>
#ifdef
INFINITY
#error
"INFINITY defined"
#endif