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