Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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