rt_gccstream/gcc/testsuite/gcc.target/i386/pr31854.c

12 lines
172 B
C

/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O -std=gnu99" } */
_Decimal128 d128;
long double tf;
void foo (void)
{
d128 = tf;
}