From 193c7bf67404219480d85ddd64773776aabc6310 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 1 Jun 2022 07:55:16 +0200 Subject: vhdl-errors.adb: use normal message subprogram. For #2070 --- src/vhdl/vhdl-errors.adb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb index 3388fcde8..78ac59779 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -88,13 +88,6 @@ package body Vhdl.Errors is Report_Msg (Id, Elaboration, +Loc, Msg, Args); end Warning_Msg_Elab; - -- Disp a message during semantic analysis. - -- LOC is used for location and current token. - procedure Error_Msg_Sem (Msg: String; Loc: Iir) is - begin - Report_Msg (Msgid_Error, Semantic, +Get_Location_Safe (Loc), Msg); - end Error_Msg_Sem; - procedure Error_Msg_Sem (Loc: Location_Type; Msg: String; Args : Earg_Arr := No_Eargs) is @@ -1086,8 +1079,7 @@ package body Vhdl.Errors is -- Cascade error message. return; end if; - Error_Msg_Sem ("can't match " & Disp_Node (Expr) & " with type " - & Disp_Node (A_Type), Expr); + Error_Msg_Sem (+Expr, "can't match %n with type %n", (+Expr, +A_Type)); end Error_Not_Match; function Get_Mode_Name (Mode : Iir_Mode) return String is -- cgit v1.2.3