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
15e2e3f5
Commit
15e2e3f5
authored
Jan 23, 2017
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r244784
parent
ae33543c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gcc/ada/sem_aggr.adb
+6
-6
gcc/ada/sem_ch3.adb
+2
-2
No files found.
gcc/ada/sem_aggr.adb
View file @
15e2e3f5
...
@@ -2289,13 +2289,13 @@ package body Sem_Aggr is
...
@@ -2289,13 +2289,13 @@ package body Sem_Aggr is
elsif ASIS_Mode
elsif ASIS_Mode
and then
and then
((Is_Type (Entity (Table (J).Choice))
((Is_Type (Entity (Table (J).Choice))
and then Has_Predicates
(Entity (Table (J).Choice)))
or else
(Is_Type (Entity (Table (K).Choice))
and then Has_Predicates
and then Has_Predicates
(Entity (Table (K).Choice))))
(Entity (Table (J).Choice)))
or else
(Is_Type (Entity (Table (K).Choice))
and then Has_Predicates
(Entity (Table (K).Choice))))
then
then
null;
null;
...
...
gcc/ada/sem_ch3.adb
View file @
15e2e3f5
...
@@ -2649,8 +2649,8 @@ package body Sem_Ch3 is
...
@@ -2649,8 +2649,8 @@ package body Sem_Ch3 is
and
then
not
Is_Generic_Instance
(
Current_Scope
)
and
then
not
Is_Generic_Instance
(
Current_Scope
)
then
then
--
Loop
through
all
entities
in
the
current
scope
to
identify
--
Loop
through
all
entities
in
the
current
scope
to
identify
--
an
instance
of
the
edge
-
case
outlined
above
and
ignore
--
an
instance
of
the
edge
case
outlined
above
and
ignore
--
freez
e
ing
if
it
is
detected
.
--
freezing
if
it
is
detected
.
declare
declare
Curr
:
Entity_Id
:=
First_Entity
(
Current_Scope
);
Curr
:
Entity_Id
:=
First_Entity
(
Current_Scope
);
...
...
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