PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / no-math-errno-3.c
blobe19e94f2be59062671b0a41d4f886b5622f885ce
1 /* Test __NO_MATH_ERRNO__ is not defined with -fmath-errno. */
2 /* { dg-do compile } */
3 /* { dg-options "-fmath-errno" } */
5 #ifdef __NO_MATH_ERRNO__
6 #error "__NO_MATH_ERRNO__ defined"
7 #endif