1 /* Verify that 387 fptan instruction is generated. Also check fptan
2 peephole2 optimizer. */
3 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4 /* { dg-require-effective-target ilp32 } */
5 /* { dg-options "-O2 -ffast-math -march=i686" } */
6 /* { dg-final { scan-assembler "fptan" } } */
7 /* { dg-final { scan-assembler-not "fld1" } } */
9 extern double tan (double);