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
/
PR20312.java
blob
463172b683964db3524387c53d41f207791fd2b6
1
/* Can't throw what the overridden method doesn't. */
2
public class
PR20312
3
{
4
public
String
toString
( )
throws
java
.
io
.
IOException
5
{
6
return
"SNAFU"
;
7
}
8
}