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