aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/long-double-64-2.c
blob: ddf4fe656d099863763007fe2027105babebef00 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-O2 -mbionic" } */

long double
foo (long double x)
{
  return x * x;
}

/* { dg-final { scan-assembler-not "fldt" } } */