mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
Minor reformatting.
From-SVN: r244784
This commit is contained in:
parent
ae33543ca5
commit
15e2e3f57e
@ -2289,13 +2289,13 @@ package body Sem_Aggr is
|
||||
|
||||
elsif ASIS_Mode
|
||||
and then
|
||||
((Is_Type (Entity (Table (J).Choice))
|
||||
and then Has_Predicates
|
||||
(Entity (Table (J).Choice)))
|
||||
or else
|
||||
(Is_Type (Entity (Table (K).Choice))
|
||||
((Is_Type (Entity (Table (J).Choice))
|
||||
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
|
||||
null;
|
||||
|
||||
|
@ -2649,8 +2649,8 @@ package body Sem_Ch3 is
|
||||
and then not Is_Generic_Instance (Current_Scope)
|
||||
then
|
||||
-- Loop through all entities in the current scope to identify
|
||||
-- an instance of the edge-case outlined above and ignore
|
||||
-- freezeing if it is detected.
|
||||
-- an instance of the edge case outlined above and ignore
|
||||
-- freezing if it is detected.
|
||||
|
||||
declare
|
||||
Curr : Entity_Id := First_Entity (Current_Scope);
|
||||
|
Loading…
x
Reference in New Issue
Block a user