PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / no-math-errno-2.c
blobf44a997cad37c40f3d4a3a088371d1cd682af35c
1 /* Test __NO_MATH_ERRNO__ is defined with -ffast-math. */
2 /* { dg-do compile } */
3 /* { dg-options "-ffast-math" } */
5 #ifndef __NO_MATH_ERRNO__
6 #error "__NO_MATH_ERRNO__ not defined"
7 #endif