aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/nodfp-1.c
blob: 55019d8c27abf536eb46a16bc8f5837319b0adda (plain)
1
2
3
4
5
6
/* { 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" } */