]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Revert changing a GNATProve mode message to a non-warning
authorViljar Indus <indus@adacore.com>
Thu, 2 May 2024 18:04:28 +0000 (21:04 +0300)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 13 Jun 2024 13:30:34 +0000 (15:30 +0200)
commit0662d7426835a69bf233c3f9a025b30e84563ff2
tree0004293f85bf068d98855120c77a7ce0078791c2
parentcc960e70b800e6739f16a3e890d27bad48550297
ada: Revert changing a GNATProve mode message to a non-warning

GNATProve compiles the program multiple times. During the
first run the warnings are suppressed. These messages need
to be suppressed during that run in order to avoid having
them duplicated in the following runs. Revert the previous
changes as there currently is not a way to simply suppress
info messages.

gcc/ada/

* sem_res.adb (Resolve_Call): add warning insertion
character into the info message.
gcc/ada/sem_res.adb