Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
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 "" } */