PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr36073.c
blobb1587579e321509c9156bb0ecc4eaf130f4849f0
1 /* { dg-do compile } */
2 /* { dg-options "-O -march=core2 -mfpmath=sse,387 -ffast-math" } */
4 extern double log (double x);
5 extern int f (void);
7 double cached_value;
9 void g (void)
11 cached_value = log (f ());