* config/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-387-5.c
blob2c86dd0869a66d59b2d51b99266e67f4cd51e775
1 /* Verify that -mno-fancy-math-387 works. */
2 /* { dg-do compile { target "i?86-*-*" } } */
3 /* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387 -march=i386" } */
4 /* { dg-final { scan-assembler "call\t_?atan" } } */
6 double f1(double x) { return __builtin_atan(x); }