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
0d42c3c2
Commit
0d42c3c2
authored
Jan 29, 2003
by
Tom Tromey
Committed by
Tom Tromey
Jan 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jcf-write.c (generate_bytecode_conditional): Typo fixes.
From-SVN: r62061
parent
eda8d9c5
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/jcf-write.c
+2
-2
No files found.
gcc/java/ChangeLog
View file @
0d42c3c2
2003-01-28 Tom Tromey <tromey@redhat.com>
* jcf-write.c (generate_bytecode_conditional): Typo fixes.
2003-01-28 Tom Tromey <tromey@redhat.com>
* lex.c (java_lex): Don't include UEOF as part of token.
(java_read_unicode): Error if \u sequence prematurely terminated.
...
...
gcc/java/jcf-write.c
View file @
0d42c3c2
...
...
@@ -1226,7 +1226,7 @@ generate_bytecode_conditional (tree exp,
OP1
(
OPCODE_lcmp
);
goto
compare_1
;
}
/* FALLTHOUGH */
/* FALLTH
R
OUGH */
default
:
if
(
integer_zerop
(
exp1
))
{
...
...
@@ -2026,7 +2026,7 @@ generate_bytecode_insns (tree exp, int target, struct jcf_partial *state)
emit_dup
(
TYPE_IS_WIDE
(
type
)
?
2
:
1
,
offset
,
state
);
exp
=
lhs
;
}
/* FALLTHOUGH */
/* FALLTH
R
OUGH */
finish_assignment
:
if
(
TREE_CODE
(
exp
)
==
COMPONENT_REF
)
...
...
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