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
e94c6dee
Commit
e94c6dee
authored
Dec 07, 2001
by
Tom Tromey
Committed by
Tom Tromey
Dec 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libjava.compile/BlankFinal.java: Removed; incorrect test.
From-SVN: r47739
parent
21cf0a73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
libjava/testsuite/ChangeLog
+4
-0
libjava/testsuite/libjava.compile/BlankFinal.java
+0
-16
No files found.
libjava/testsuite/ChangeLog
View file @
e94c6dee
2001-12-06 Tom Tromey <tromey@redhat.com>
* libjava.compile/BlankFinal.java: Removed; incorrect test.
2001-11-02 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* libjava.lang/TLtest.xfail: New file. Needs threads.
...
...
libjava/testsuite/libjava.compile/BlankFinal.java
deleted
100644 → 0
View file @
21cf0a73
// Test to see if "blank final" variables work.
// From Mo DeJong <mdejong@cygnus.com>
public
class
BlankFinal
{
static
final
boolean
cond
;
static
{
try
{
cond
=
true
;
}
catch
(
Exception
e
)
{
// do nothing
}
}
}
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