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
cc68dfe2
Commit
cc68dfe2
authored
May 21, 2015
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r223476
parent
4f2cae4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
gcc/ada/sem_ch5.adb
+2
-3
No files found.
gcc/ada/sem_ch5.adb
View file @
cc68dfe2
...
...
@@ -2139,7 +2139,6 @@ package body Sem_Ch5 is
begin
if
Iter_Kind
=
N_Selected_Component
then
Obj
:=
Prefix
(
Original_Node
(
Iter_Name
));
elsif
Iter_Kind
=
N_Function_Call
then
Obj
:=
First_Actual
(
Original_Node
(
Iter_Name
));
end
if
;
...
...
@@ -2148,8 +2147,8 @@ package body Sem_Ch5 is
and
then
Is_Dependent_Component_Of_Mutable_Object
(
Obj
)
then
Error_Msg_N
(
"container cannot be a discriminant-dependent "
&
"component of a mutable object"
,
N
);
(
"container cannot be a discriminant-dependent "
&
"component of a mutable object"
,
N
);
end
if
;
end
;
end
if
;
...
...
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