These pragamas are already disabled if the relative ghost entity
is disabled.
gcc/ada/ChangeLog:
* ghost.adb (Is_OK_Pragma): mark the context of ignored ghost
pragmas as OK.
return False;
end if;
+ -- if the entitiy associated with the pragma is ignored then we do
+ -- not need to analyze the pragma.
+
+ if Is_Ignored_Ghost_Pragma (Prag) then
+ return True;
+ end if;
+
Prag_Id := Get_Pragma_Id (Prag);
Prag_Nam := Original_Aspect_Pragma_Name (Prag);