[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:
parent
d90be3279f
commit
2175592bf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user