* name-lookup.h (lookup_field_1): Delete.
[official-gcc.git] / gcc / testsuite / gcc.target / sh / sh4a-sinf.c
blobfbe9592460bfd56d3844b7fa76a7a466fe833b81
1 /* Verify that we generate single-precision sine and cosine approximate
2 (fsca) in fast math mode on SH4A with FPU. */
3 /* { dg-do compile { target { sh4a && any_fpu } } } */
4 /* { dg-options "-O -ffast-math" } */
5 /* { dg-final { scan-assembler "fsca" } } */
7 #include <math.h>
9 float
10 test (float f)
12 return sinf (f);