Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / no-math-errno-1.c
blob2659f59c9ca23e79110561245c65cf69fd6ee182
1 /* Test __NO_MATH_ERRNO__ is defined with -fno-math-errno. */
2 /* { dg-do compile } */
3 /* { dg-options "-fno-math-errno" } */
5 #ifndef __NO_MATH_ERRNO__
6 #error "__NO_MATH_ERRNO__ not defined"
7 #endif