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
41a961e9
Commit
41a961e9
authored
Jun 27, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
Jun 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
From-SVN: r161465
parent
d860c842
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ada/ChangeLog
+1
-1
gcc/ada/gcc-interface/trans.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
41a961e9
...
...
@@ -4,7 +4,7 @@
(
gnu_switch_label_stack
):
Delete
.
(
Case_Statement_to_gnu
):
Do
not
emit
the
goto
at
the
end
of
a
case
if
its
associated
block
cannot
fall
through
.
Do
not
emit
the
final
label
if
no
cases
branch
e
to
it
.
if
no
cases
branch
to
it
.
*
gcc
-
interface
/
Make
-
lang
.
in
(
ada
/
trans
.
o
):
Add
$(
TREE_FLOW_H
).
2010
-
06
-
23
Thomas
Quinot
<
quinot
@
adacore
.
com
>
...
...
gcc/ada/gcc-interface/trans.c
View file @
41a961e9
...
...
@@ -2022,7 +2022,7 @@ Case_Statement_to_gnu (Node_Id gnat_node)
}
}
/* Now emit a definition of the label the cases branch
e
to, if any. */
/* Now emit a definition of the label the cases branch to, if any. */
if
(
may_fallthru
)
add_stmt
(
build1
(
LABEL_EXPR
,
void_type_node
,
gnu_label
));
gnu_result
=
build3
(
SWITCH_EXPR
,
TREE_TYPE
(
gnu_expr
),
gnu_expr
,
...
...
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