blob: 6fcd20ef047f6e00afb8e2f9b1f0995bdceb811e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O -std=gnu99" } */
_Decimal128 d128;
long double tf;
void foo (void)
{
d128 = tf;
}