rt_gccstream/gcc/testsuite/gcc.dg/dfp/keywords-pedantic.c

9 lines
275 B
C

/* { dg-do compile } */
/* { dg-options "-pedantic" } */
/* Decimal float is a GCC extension. */
_Decimal32 x; /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 y; /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 z; /* { dg-warning "GCC extension|ISO C" } */