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