PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr31854.c
blob6fcd20ef047f6e00afb8e2f9b1f0995bdceb811e
1 /* { dg-do compile } */
2 /* { dg-require-effective-target dfp } */
3 /* { dg-options "-O -std=gnu99" } */
5 _Decimal128 d128;
6 long double tf;
8 void foo (void)
10 d128 = tf;