[Ada] Fix continuation message for missing ALL in access type

gcc/ada/

	* sem_res.adb (Valid_Conversion): Make message a continuation.
This commit is contained in:
Yannick Moy 2020-12-30 18:15:23 +01:00 committed by Pierre-Marie de Rodat
parent d90be3279f
commit 2175592bf7

View File

@ -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