]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Convert an info message to a continuation
authorViljar Indus <indus@adacore.com>
Tue, 9 Apr 2024 09:35:40 +0000 (12:35 +0300)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 13 Jun 2024 13:30:32 +0000 (15:30 +0200)
commit0a406917be8d6a299abab0c67b74ba70a8bd9aa9
tree52e8622755acb9478772d102cfb6cddb059fd4ac
parent73dbf51a8bc514f22670e2d5c82d5fdc5252118d
ada: Convert an info message to a continuation

The info message about the freeze point should be considered
a continuation of the error message about the change of visibility
after the freeze point. This improves the error layout for formatted
error messages with the -gnatdF switch.

gcc/ada/

* sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): change the
info message to a continuation message.
gcc/ada/sem_ch13.adb