To standardize the comparisson between the levels of ghost
entities and levels of assertion pragmasTo standardize the comparisson
between the levels of ghost
entities and levels of assertion pragmas.
gcc/ada/ChangeLog:
* sem_ch13.adb (Analyze_Aspect_Specifications): add default
assertion level to assertion aspects.
* sem_prag.adb (Analyze_Pragma): Likewise.
goto Continue;
else
Check_Applicable_Policy (Aspect);
+ Set_Aspect_Ghost_Assertion_Level
+ (Aspect, Standard_Level_Default);
end if;
end if;
else
Check_Applicable_Policy (N, Empty);
+ Set_Pragma_Ghost_Assertion_Level
+ (N, Standard_Level_Default);
end if;
end if;