PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr78738.c
blobd2a2a62990b1cf96b028c4bad6a2aa7027cc62e2
1 /* PR middle-end/78738 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -std=c99 -ffast-math -mfpmath=387" } */
5 double round (double);
7 int foo (double a)
9 return round (a);