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
d124a230
Commit
d124a230
authored
Sep 05, 2005
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r103895
parent
a2cb348e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/ada/a-szmzco.ads
+1
-1
gcc/ada/sem_case.adb
+4
-4
No files found.
gcc/ada/a-szmzco.ads
View file @
d124a230
...
...
@@ -38,7 +38,7 @@
with
Ada
.
Characters
.
Wide_Wide_Latin_1
;
package
Ada
.
Strings
.
Wide_Wide_Maps
.
Wide_Wide_Constants
is
pragma
Preelaborate
(
Wide_Wide_Constants
)
;
pragma
Preelaborate
;
Control_Set
:
constant
Wide_Wide_Maps
.
Wide_Wide_Character_Set
;
Graphic_Set
:
constant
Wide_Wide_Maps
.
Wide_Wide_Character_Set
;
...
...
gcc/ada/sem_case.adb
View file @
d124a230
...
...
@@ -99,11 +99,11 @@ package body Sem_Case is
Msg_Sloc
:
Source_Ptr
)
is
function
Lt_Choice
(
C1
,
C2
:
Natural
)
return
Boolean
;
--
Comparison
routine
for
comparing
Choice_Table
entries
.
--
Use
the
lower
bound
of
each
Choice
as
the
key
.
--
Comparison
routine
for
comparing
Choice_Table
entries
.
Use
the
lower
--
bound
of
each
Choice
as
the
key
.
procedure
Move_Choice
(
From
:
Natural
;
To
:
Natural
);
--
Move
routine
for
sorting
the
Choice_Table
.
--
Move
routine
for
sorting
the
Choice_Table
procedure
Issue_Msg
(
Value1
:
Node_Id
;
Value2
:
Node_Id
);
procedure
Issue_Msg
(
Value1
:
Node_Id
;
Value2
:
Uint
);
...
...
@@ -578,7 +578,7 @@ package body Sem_Case is
Bounds_Lo : Uint;
Bounds_Hi : Uint;
-- The actual bounds of the above type
.
-- The actual bounds of the above type
Expected_Type : Entity_Id;
-- The expected type of each choice. Equal to Choice_Type, except
...
...
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