Commit 15e2e3f5 by Arnaud Charlet

Minor reformatting.

From-SVN: r244784
parent ae33543c
...@@ -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;
......
...@@ -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
-- freezeing 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment