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
/
PR1343.java
blob
be3592533b88dc08971f4a4f5d810c8beb3ebafc
1
import
java
.
util
.
Vector
;
2
3
public class
PR1343
4
{
5
void
f
(
Object
[]
l
)
6
{
7
class
x1
8
{
9
};
10
}
11
void
f
(
Vector l
)
12
{
13
class
x1
14
{
15
};
16
}
17
}