summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/no-math-errno-3.c
blob: e19e94f2be59062671b0a41d4f886b5622f885ce (plain)
1
2
3
4
5
6
7
/* 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