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
d1ce5f8c
Commit
d1ce5f8c
authored
Jul 07, 2016
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor reformatting.
From-SVN: r238107
parent
0bb97bdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
gcc/ada/exp_ch9.adb
+7
-6
No files found.
gcc/ada/exp_ch9.adb
View file @
d1ce5f8c
...
...
@@ -6219,16 +6219,17 @@ package body Exp_Ch9 is
procedure
Expand_Access_Protected_Subprogram_Type
(
N
:
Node_Id
)
is
Loc
:
constant
Source_Ptr
:=
Sloc
(
N
);
Comps
:
List_Id
;
T
:
constant
Entity_Id
:=
Defining_Identifier
(
N
);
D_T
:
constant
Entity_Id
:=
Designated_Type
(
T
);
D_T2
:
constant
Entity_Id
:=
Make_Temporary
(
Loc
,
'D'
);
E_T
:
constant
Entity_Id
:=
Make_Temporary
(
Loc
,
'E'
);
P_List
:
constant
List_Id
:=
Build_Protected_Spec
(
N
,
RTE
(
RE_Address
),
D_T
,
False
);
Decl1
:
Node_Id
;
Decl2
:
Node_Id
;
Def1
:
Node_Id
;
P_List
:
constant
List_Id
:=
Build_Protected_Spec
(
N
,
RTE
(
RE_Address
),
D_T
,
False
);
Comps
:
List_Id
;
Decl1
:
Node_Id
;
Decl2
:
Node_Id
;
Def1
:
Node_Id
;
begin
--
Create
access
to
subprogram
with
full
signature
...
...
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