libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-float-no-dfp-2.c
blobbfe54d72720418ace51507bff6df3ec8a5e31220
1 /* Test DFP macros not defined in <float.h> if no DFP support. Test
2 with feature test macros defined. */
3 /* { dg-do compile { target { ! dfp } } } */
4 /* { dg-options "-std=c23" } */
6 #define __STDC_WANT_DEC_FP__
7 #define __STDC_WANT_IEC_60559_DFP_EXT__
9 #include "c23-float-no-dfp-1.c"