OSDN Git Service

2010-11-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr46251.c
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
3
4 void foo (long double *x)
5 {
6   __builtin_sincosl (*x, x, x);
7 }