aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dfp/c11-keywords-2.c
blob: 7c7f3d9b4b11ed9d2fec916b025667ae3a2444b5 (plain)
1
2
3
4
5
6
7
/* Test that _Decimal* keywords diagnosed in C11 mode: -pedantic-errors.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */

_Decimal32 d32; /* { dg-error "ISO C does not support" } */
_Decimal64 d64; /* { dg-error "ISO C does not support" } */
_Decimal128 d128; /* { dg-error "ISO C does not support" } */