* libjava.compile/weirddecl.java: New file.
From-SVN: r37767
This commit is contained in:
parent
6b5f6edaf9
commit
187d3a0d37
@ -1,3 +1,7 @@
|
||||
2000-11-26 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* libjava.compile/weirddecl.java: New file.
|
||||
|
||||
Fri Nov 24 11:25:20 2000 Anthony Green <green@redhat.com>
|
||||
|
||||
* lib/libjava.exp (bytecompile_file): Change default from javac to
|
||||
|
@ -88,6 +88,7 @@ GCTESTSPEC = @GCTESTSPEC@
|
||||
INCLTDL = @INCLTDL@
|
||||
JC1GCSPEC = @JC1GCSPEC@
|
||||
LIBDATASTARTSPEC = @LIBDATASTARTSPEC@
|
||||
LIBGCJDEBUG = @LIBGCJDEBUG@
|
||||
LIBGCJTESTSPEC = @LIBGCJTESTSPEC@
|
||||
LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
|
||||
LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
|
||||
|
8
libjava/testsuite/libjava.compile/weirddecl.java
Normal file
8
libjava/testsuite/libjava.compile/weirddecl.java
Normal file
@ -0,0 +1,8 @@
|
||||
public class weirddecl
|
||||
{
|
||||
// Weird but legal decl.
|
||||
public String foo (String[] dumb[])
|
||||
{
|
||||
return dumb[0][0];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user