OSDN Git Service

PR middle-end/19984
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / keywords-c99.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
3
4 /* Decimal float keywords are not recognized in C99 mode.  */
5
6 _Decimal32 x;           /* { dg-error "" } */
7 _Decimal64 y;           /* { dg-error "" } */
8 _Decimal128 z;          /* { dg-error "" } */