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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
libjava
/
testsuite
/
libjava.compile
/
PR15769.java
blob
8107626b3e66309ed5dd1c485d3ece7b360fb0bc
1
class
PR15769
{
2
private boolean
foo
() {
return
false
; }
3
4
5
public boolean
bar
(
double
blaz
)
6
{
7
return
(
Double
.
POSITIVE_INFINITY
!=
blaz
) &&
foo
();
8
}
9
}
10