aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/movti.c
blob: 86a0279faa2cd5ce935450964aa1570b53984746 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-O -std=gnu99" } */

_Decimal128 test (void)
{
  return 1234123412341234.123412341234dl;
}

/* { dg-final { scan-assembler-not "movabs" { target { ! x86_64-*-mingw* } } } } */