From d516e77b5ed1d8cce0a03227a7c1946c9de21e2f Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 3 Feb 2023 11:08:35 +0000 Subject: [PATCH] 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 ?. --- gcc/ada/sem_aggr.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2