and then not New_In_State.Suppress_Info_Messages
then
Error_Msg_NE
- ("info: access to & during elaboration", Attr, Subp_Id);
+ ("info: access to & during elaboration?$?", Attr, Subp_Id);
end if;
-- Warnings are suppressed when a prior scenario is already in that
and then not New_In_State.Suppress_Info_Messages
then
Error_Msg_NE
- ("info: activation of & during elaboration", Call, Obj_Id);
+ ("info: activation of & during elaboration?$?", Call, Obj_Id);
end if;
-- Nothing to do when the call activates a task whose type is defined
if In_SPARK then
return " in SPARK";
else
- return "";
+ return "?$?";
end if;
end Suffix;
Error_Msg_Name_1 := Prag_Nam;
Error_Msg_Qual_Level := Nat'Last;
- Error_Msg_NE ("info: missing pragma % for unit &", N, Unit_Id);
+ Error_Msg_NE
+ ("info: missing pragma % for unit &?$?", N,
+ Unit_Id);
Error_Msg_Qual_Level := 0;
end if;
end Info_Missing_Pragma;
Error_Msg_Qual_Level := Nat'Last;
Error_Msg_NE
- ("info: implicit pragma % generated for unit &", N, Unit_Id);
+ ("info: implicit pragma % generated for unit &?$?",
+ N, Unit_Id);
Error_Msg_Qual_Level := 0;
Output_Active_Scenarios (N, In_State);