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
/
pr64295.c
blob
4882f3254e4b5bdc124dff6785f9aea0eaf78bb6
1
/* { dg-do compile } */
2
/* { dg-options "-O -frounding-math -funsafe-math-optimizations" } */
3
4
double
5
f
(
double
g
)
6
{
7
return
g
/
3
;
8
}