blob: 55019d8c27abf536eb46a16bc8f5837319b0adda [file] [log] [blame]
/* { dg-do compile { target {! dfp} } } */
/* { dg-options "-std=gnu99" } */
_Decimal32 x; /* { dg-error "not supported" "reject decimal float" } */
_Decimal64 y; /* { dg-error "not supported" "reject decimal float" } */
_Decimal128 z; /* { dg-error "not supported" "reject decimal float" } */