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
2a1da89b
Commit
2a1da89b
authored
Sep 11, 2000
by
Jakub Jelinek
Committed by
Jakub Jelinek
Sep 11, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-decl.c (do_case): Fix a typo.
From-SVN: r36327
parent
6ff85fd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/c-decl.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2a1da89b
2000-09-11 Jakub Jelinek <jakub@redhat.com>
* c-decl.c (do_case): Fix a typo.
* combine.c (simplify_if_then_else): Don't convert a == b ? b : a
to a if the comparison is floating mode and not -ffast-math.
* simplify-rtx.c (simplify_ternary_operation): Likewise.
...
...
gcc/c-decl.c
View file @
2a1da89b
...
...
@@ -6985,7 +6985,7 @@ do_case (low_value, high_value)
error_with_decl
(
duplicate
,
"this is the first default label"
);
}
else
error
(
"dupicate case value"
);
error
(
"dup
l
icate case value"
);
if
(
high_value
!=
NULL_TREE
)
error_with_decl
(
duplicate
,
"this is the first entry for that value"
);
...
...
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