Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / c2x-float-9.c
blob0a54bc2ad4c916990edf0f57d70572e8a6332052
1 /* Test including <float.h> then <math.h> does not result in errors
2 from duplicate NAN and INFINITY macros. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c2x -pedantic-errors" } */
6 #include <float.h>
7 #include <math.h>