OSDN Git Service

* gcc.dg/nodfp-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / keywords-c89.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89" } */
3
4 /* Decimal float keywords are not recognized in C89 mode.  */
5
6 _Decimal32 x;           /* { dg-error "error" } */
7 _Decimal64 y;           /* { dg-error "error" } */
8 _Decimal128 z;          /* { dg-error "error" } */