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
74d04dd1
Commit
74d04dd1
authored
Jul 07, 2001
by
Zack Weinberg
Committed by
Zack Weinberg
Jul 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* verify.c: Don't use // comments.
From-SVN: r43840
parent
8dd5d49d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/java/ChangeLog
+4
-0
gcc/java/verify.c
+2
-2
No files found.
gcc/java/ChangeLog
View file @
74d04dd1
2001-07-07 Zack Weinberg <zackw@stanford.edu>
* verify.c: Don't use // comments.
2001-07-05 Tom Tromey <tromey@redhat.com>
* lang.c (flag_assume_compiled): Removed.
...
...
gcc/java/verify.c
View file @
74d04dd1
...
...
@@ -1052,8 +1052,8 @@ verify_jvm_instructions (jcf, byte_ops, length)
if
(
!
nargs
||
notZero
)
VERIFICATION_ERROR
(
"invalid argument number in invokeinterface"
);
/
/
If we verify/resolve the constant pool, as we should,
// this test (and the one just following) are redundant.
/
*
If we verify/resolve the constant pool, as we should,
this test (and the one just following) are redundant. */
if
(
!
self_is_interface
)
VERIFICATION_ERROR
(
"invokeinterface calls method not in interface"
);
break
;
...
...
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