Remove warning insertion characters without switch characters
from info messages.
gcc/ada/
* par-ch7.adb: Remove warning characters from info message
* par-endh.adb: Remove warning characters from info message
* sem_res.adb: Remove warning characters from info message
if Aspect_Sloc /= No_Location
and then not Aspect_Specifications_Present
then
- Error_Msg_SC ("info: aspect specifications belong here??");
+ Error_Msg_SC ("info: aspect specifications belong here");
Move_Aspects (From => Dummy_Node, To => Package_Node);
end if;
Error_Msg_SC
("misplaced aspects for package declaration");
Error_Msg
- ("info: aspect specifications belong here??", Is_Loc);
+ ("info: aspect specifications belong here", Is_Loc);
P_Aspect_Specifications (Empty, Semicolon => True);
-- Other cases where aspect specifications are not allowed
else
if Debug_Flag_Underscore_F then
Error_Msg_NE
- ("info: analyzing call to & in context?", N, Nam_UA);
+ ("info: analyzing call to & in context", N, Nam_UA);
end if;
Expand_Inlined_Call (N, Nam_UA, Nam);