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