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
13ffcdbb
Commit
13ffcdbb
authored
May 22, 2000
by
Tom Tromey
Committed by
Tom Tromey
May 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libjava.compile/PR234.java: New file. For PR gcj/234.
From-SVN: r34072
parent
93a718f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
libjava/testsuite/ChangeLog
+4
-0
libjava/testsuite/libjava.compile/PR234.java
+24
-0
No files found.
libjava/testsuite/ChangeLog
View file @
13ffcdbb
2000-05-21 Tom Tromey <tromey@cygnus.com>
* libjava.compile/PR234.java: New file. For PR gcj/234.
2000-05-22 Bryce McKinlay <bryce@albatross.co.nz>
Test for PR gcj/232:
...
...
libjava/testsuite/libjava.compile/PR234.java
0 → 100644
View file @
13ffcdbb
// PR234.java
public
class
PR234
extends
B
implements
I
{
public
static
void
main
(
String
args
[])
{
PR234
x
=
new
PR234
();
x
.
m
();
}
}
// B.java
class
B
{
public
void
m
()
{
System
.
out
.
println
(
"yes"
);
}
}
// I.java
interface
I
{
public
void
m
();
}
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