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
b61ee1aa
Commit
b61ee1aa
authored
Apr 09, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r145813
parent
a8ea8a9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ada/exp_dist.adb
+5
-3
gcc/ada/sem_ch4.adb
+1
-2
No files found.
gcc/ada/exp_dist.adb
View file @
b61ee1aa
...
...
@@ -9148,10 +9148,11 @@ package body Exp_Dist is
(
RTE
(
RE_Release_Buffer
),
Loc
),
Parameter_Associations
=>
New_List
(
New_Occurrence_Of
(
Strm
,
Loc
))),
Make_Simple_Return_Statement
(
Loc
,
Expression
=>
New_Occurrence_Of
(
Res
,
Loc
))))));
else
else
--
declare
--
Res
:
T
;
--
begin
...
...
@@ -9179,16 +9180,17 @@ package body Exp_Dist is
Prefix =>
New_Occurrence_Of (Strm, Loc),
Attribute_Name => Name_Access),
New_Occurrence_Of (Res, Loc))),
New_Occurrence_Of (Res, Loc))),
Make_Procedure_Call_Statement (Loc,
Name =>
New_Occurrence_Of
(RTE (RE_Release_Buffer), Loc),
Parameter_Associations =>
New_List (New_Occurrence_Of (Strm, Loc))),
Make_Simple_Return_Statement (Loc,
Expression => New_Occurrence_Of (Res, Loc))))));
end if;
end;
end if;
...
...
gcc/ada/sem_ch4.adb
View file @
b61ee1aa
...
...
@@ -2661,8 +2661,7 @@ package body Sem_Ch4 is
Set_Etype
(
Nam
,
It
.
Typ
);
else
--
Nnamed
access
type
in
the
context
of
a
renaming
--
Named
access
type
in
the
context
of
a
renaming
--
declaration
with
an
access
definition
.
Remove
--
inapplicable
candidate
.
...
...
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