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
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr15649-1.c
blob
090209c916c99a4f6d4e70b7027ad16a2eb56a7c
1
/* { dg-do compile } */
2
/* { dg-options "-ffast-math -O2" } */
3
4
double
foo
(
double
x
)
5
{
6
return
__builtin_isgreater
(
x
,
0.0
) ?
0.0
:
x
;
7
}