Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
no-math-errno-1.c
blob: 2659f59c9ca23e79110561245c65cf69fd6ee182 [
file
] [
log
] [
blame
]
/* Test __NO_MATH_ERRNO__ is defined with -fno-math-errno. */
/* { dg-do compile } */
/* { dg-options "-fno-math-errno" } */
#ifndef
__NO_MATH_ERRNO__
#error
"__NO_MATH_ERRNO__ not defined"
#endif