[Ada] Assert failure on b38105a in -gnat95 mode
gcc/ada/ * sem_util.adb (Inherit_Predicate_Flags): No-op before Ada 2012.
This commit is contained in:
parent
148039493e
commit
7fbcb0c72e
@ -14625,7 +14625,9 @@ package body Sem_Util is
|
||||
|
||||
procedure Inherit_Predicate_Flags (Subt, Par : Entity_Id) is
|
||||
begin
|
||||
if Present (Predicate_Function (Subt)) then
|
||||
if Ada_Version < Ada_2012
|
||||
or else Present (Predicate_Function (Subt))
|
||||
then
|
||||
return;
|
||||
end if;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user