From: Yannick Moy Date: Wed, 30 Dec 2020 17:15:23 +0000 (+0100) Subject: [Ada] Fix continuation message for missing ALL in access type X-Git-Tag: upstream/12.2.0~8296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2175592bf784852b2f2256654b7b21aa9a3d8e27;p=platform%2Fupstream%2Fgcc.git [Ada] Fix continuation message for missing ALL in access type gcc/ada/ * sem_res.adb (Valid_Conversion): Make message a continuation. --- diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb index 47798e3..d0f8226 100644 --- a/gcc/ada/sem_res.adb +++ b/gcc/ada/sem_res.adb @@ -13974,7 +13974,7 @@ package body Sem_Res is then Conversion_Error_N ("target type must be general access type!", N); Conversion_Error_NE -- CODEFIX - ("add ALL to }!", N, Target_Type); + ("\add ALL to }!", N, Target_Type); return False; -- Here we have a real conversion error