Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / keywords-c99.c
blob8a62fb93e82e7a3de67c6725a24455a89688aee9
1 /* { dg-do compile } */
2 /* { dg-options "-std=c99" } */
4 /* Decimal float keywords are not recognized in C99 mode. */
6 _Decimal32 x; /* { dg-error "" } */
7 _Decimal64 y; /* { dg-error "" } */
8 _Decimal128 z; /* { dg-error "" } */