summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dfp/keywords-pedantic.c
blob: 9492c7985550627591257a89bb030f8936cc82f4 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -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" } */