Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
187d3a0d
Commit
187d3a0d
authored
24 years ago
by
Tom Tromey
Committed by
Tom Tromey
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libjava.compile/weirddecl.java: New file.
From-SVN: r37767
parent
6b5f6eda
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
libjava/testsuite/ChangeLog
+4
-0
libjava/testsuite/Makefile.in
+1
-0
libjava/testsuite/libjava.compile/weirddecl.java
+8
-0
No files found.
libjava/testsuite/ChangeLog
View file @
187d3a0d
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
...
...
This diff is collapsed.
Click to expand it.
libjava/testsuite/Makefile.in
View file @
187d3a0d
...
...
@@ -88,6 +88,7 @@ GCTESTSPEC = @GCTESTSPEC@
INCLTDL
=
@INCLTDL@
JC1GCSPEC
=
@JC1GCSPEC@
LIBDATASTARTSPEC
=
@LIBDATASTARTSPEC@
LIBGCJDEBUG
=
@LIBGCJDEBUG@
LIBGCJTESTSPEC
=
@LIBGCJTESTSPEC@
LIBGCJ_CFLAGS
=
@LIBGCJ_CFLAGS@
LIBGCJ_CXXFLAGS
=
@LIBGCJ_CXXFLAGS@
...
...
This diff is collapsed.
Click to expand it.
libjava/testsuite/libjava.compile/weirddecl.java
0 → 100644
View file @
187d3a0d
public
class
weirddecl
{
// Weird but legal decl.
public
String
foo
(
String
[]
dumb
[])
{
return
dumb
[
0
][
0
];
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment