Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-float-8.c
blob7fb1e0a56833a4612771de3214c9ae06b719f1e2
1 /* Test __STDC_VERSION_FLOAT_H__ not in C11. */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c11 -pedantic-errors" } */
5 #include <float.h>
7 #ifdef __STDC_VERSION_FLOAT_H__
8 #error "__STDC_VERSION_FLOAT_H__ defined"
9 #endif