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
d148b6aa
Commit
d148b6aa
authored
Mar 17, 2001
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change descriptions were jumbled.
From-SVN: r40587
parent
90f59043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/java/ChangeLog
+9
-9
No files found.
gcc/java/ChangeLog
View file @
d148b6aa
...
...
@@ -6,15 +6,15 @@
when result is is needed (target is STACK_TARGET).
* parse.h (JDEP_SOLV): Removed.
* parse.y (
incomplete_class_list): Remove
d.
(register_incomplete_type): Use JDEP_TO_RESOLVE instead of JDEP_SOLV.
* parse.y (obtain_incomplete_type): Removed. It doesn't work if
resolve_class changes the name of an array type that is on the list
and then someone else looks for the modified name. Also, seems liable
to break when compiling multiple source files at once. So the simples
t
is to just remove incomplete_class_list - it is only a minor
space win and it is not even clear it saves time.
* parse.y (
register_incomplete_type): Use JDEP_TO_RESOLVE instea
d.
* parse.y (incomplete_class_list): Removed.
(obtain_incomplete_type): Don't use or set incomplete_class_list.
It doesn't work if resolve_class changes the name of an array type
that is on the list and then someone else looks for the modified name.
Also, seems liable to break when compiling multiple source files a
t
once. So the simplest is to just remove incomplete_class_list -
it is only a minor
space win and it is not even clear it saves time.
* parse.y (resolve_class): Remove unneeded promote_type.
...
...
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