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
cc586d70
Commit
cc586d70
authored
Jan 22, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* parse.y (patch_switch_statement): Fix format specifier.
From-SVN: r49084
parent
1b21d6a0
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/parse.y
+2
-2
No files found.
gcc/java/ChangeLog
View file @
cc586d70
2002-01-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* parse.y (patch_switch_statement): Fix format specifier.
2002-01-16 Tom Tromey <tromey@redhat.com>
More for PR java/5365:
...
...
gcc/java/parse.y
View file @
cc586d70
...
...
@@ -15183,8 +15183,8 @@ patch_switch_statement (node)
=
EXPR_WFL_LINECOL
(
TREE_PURPOSE
(
iter
));
/*
The
case_label_list
is
in
reverse
order
,
so
print
the
outer
label
first
.
*/
parse_error_context
(
wfl_operator
,
"duplicate case label: `
%d'"
,
subval
);
parse_error_context
(
wfl_operator
,
"duplicate case label: `
"
HOST_WIDE_INT_PRINT_DEC
"'"
,
subval
);
EXPR_WFL_LINECOL
(
wfl_operator
)
=
EXPR_WFL_LINECOL
(
TREE_PURPOSE
(
subiter
));
parse_error_context
(
wfl_operator
,
"original label is here"
);
...
...
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