repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr46251.c
blob
0eeb29fda9df27f5ddf0c48f858431c4b44a585a
1
/* { dg-do compile } */
2
/* { dg-options "-ffast-math" } */
3
4
void
foo
(
long double
*
x
)
5
{
6
__builtin_sincosl
(*
x
,
x
,
x
);
7
}