repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
PR3417.java
blob
e5f251afe64aca4d49507a8e7de156ef90d9cd45
1
// Make sure that assignment conversion checks are done for `return'.
2
3
class
PR3417
4
{
5
char
func
(
int
i
) {
return
i
; }
6
}