if Warn_On_Redundant_Constructs then
Error_Msg_N -- CODEFIX
- ("??pragma Pack has no effect, no unplaced components",
+ ("?r?pragma Pack has no effect, no unplaced components",
Get_Rep_Pragma (Rec, Name_Pack));
end if;
end if;
("OTHERS must represent at least one component", Selectr);
elsif Others_Box = 1 and then Warn_On_Redundant_Constructs then
- Error_Msg_N ("OTHERS choice is redundant?", Box_Node);
+ Error_Msg_N ("OTHERS choice is redundant?r?", Box_Node);
Error_Msg_N
- ("\previous choices cover all components?", Box_Node);
+ ("\previous choices cover all components?r?", Box_Node);
end if;
exit Verification;
Error_Msg_Sloc := Sloc (Clause1);
Error_Msg_NE -- CODEFIX
("& is already use-visible through previous "
- & "use_type_clause #??", Clause2, T);
+ & "use_type_clause #?r?", Clause2, T);
return;
end if;
Error_Msg_NE -- CODEFIX
("& is already use-visible through previous "
- & "use_type_clause #??", Err_No, Id);
+ & "use_type_clause #?r?", Err_No, Id);
end if;
end Use_Clause_Known;
else
Error_Msg_NE -- CODEFIX
("& is already use-visible through previous "
- & "use_type_clause??", Id, T);
+ & "use_type_clause?r?", Id, T);
end if;
-- The package where T is declared is already used
Error_Msg_Sloc :=
Sloc (Find_First_Use (Current_Use_Clause (Scope (T))));
Error_Msg_NE -- CODEFIX
- ("& is already use-visible through package use clause #??",
+ ("& is already use-visible through package use clause #?r?",
Id, T);
end if;
else
Error_Msg_Node_2 := Scope (T);
Error_Msg_NE -- CODEFIX
- ("& is already use-visible inside package &??", Id, T);
+ ("& is already use-visible inside package &?r?", Id, T);
end if;
end if;
end Use_One_Type;