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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fold-notunord.c
blob
ca345154ac204cb5f380855828421b7f88d49052
1
/* { dg-do compile } */
2
/* { dg-options "-O -ftrapping-math -fdump-tree-optimized" } */
3
4
int
f
(
double
d
)
5
{
6
return
!
__builtin_isnan
(
d
);
7
}
8
9
/* { dg-final { scan-tree-dump " ord " "optimized" } } */