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
60b68525
Commit
60b68525
authored
Nov 02, 2002
by
Tom Tromey
Committed by
Tom Tromey
Nov 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
From-SVN: r58762
parent
2640ad11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/java/ChangeLog
+2
-0
gcc/java/java-tree.h
+3
-2
No files found.
gcc/java/ChangeLog
View file @
60b68525
2002-11-02 Tom Tromey <tromey@redhat.com>
* java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
* class.c (make_method_value): Put class name, not signature, into
`throws' field. For PR java/8415.
...
...
gcc/java/java-tree.h
View file @
60b68525
...
...
@@ -1740,9 +1740,10 @@ enum
JV_STATE_LINKED
=
9
,
/* Strings interned. */
JV_STATE_IN_PROGRESS
=
10
,
/* <Clinit> running. */
JV_STATE_DONE
=
12
,
JV_STATE_ERROR
=
12
,
JV_STATE_DONE
=
14
/* Must be last. */
JV_STATE_ERROR
=
14
/* must be last. */
};
#undef DEBUG_JAVA_BINDING_LEVELS
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