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