summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/980226-1.c
blob: f9d915f22d43c966e7fa34c196f87a43632a3cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options -O2 } */

extern int printf (const char *, ...);
extern double bar (double);

int
baz (double d)
{
  double e = bar (d);
  asm volatile ("" : : : "st");
  return printf ("%lg\n", e);
}
OpenPOWER on IntegriCloud