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
Prevent creation of paradoxical FLOAT_MODE subregs
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.compile
/
Where.java
blob
08fcc78b1d6bc7d039f7e65d9736cf4a8f77c910
1
// Simple compiler test.
2
3
public final class
Where
implements
support
.
Waldo
4
{
5
int
WhereIsWaldo
()
6
{
7
// The compiler should find 'here' in support.Waldo.
8
return
here
;
9
}
10
}
11
12