Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
keywords-c99.c
blob: f51900e380865546601ef3425a09a217337296f5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic-errors" } */
/* Decimal float keywords are diagnosed in pedantic C99 mode. */
_Decimal32
x
;
/* { dg-error "" } */
_Decimal64
y
;
/* { dg-error "" } */
_Decimal128
z
;
/* { dg-error "" } */