From: Arnaud Charlet Date: Fri, 3 Feb 2023 11:08:35 +0000 (+0000) Subject: ada: Remove a remaining reference to ? X-Git-Tag: basepoints/gcc-15~9091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d516e77b5ed1d8cce0a03227a7c1946c9de21e2f;p=thirdparty%2Fgcc.git ada: Remove a remaining reference to ? We should no longer use ? anywhere when emitting warnings. gcc/ada/ * sem_aggr.adb (Get_Value): Use ?? instead of ?. --- diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 2ccfe6dcaef0..6405fe4c2d4f 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -4676,7 +4676,7 @@ package body Sem_Aggr is then Error_Msg_Node_2 := Typ; Error_Msg_NE - ("component&? of type& is uninitialized", + ("??component& of type& is uninitialized", Assoc, Selector_Name); -- An additional reminder if the component type