]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Replace "not Present" test with "No" test
authorGary Dismukes <dismukes@adacore.com>
Wed, 2 Jul 2025 21:57:57 +0000 (21:57 +0000)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 22 Jul 2025 08:35:14 +0000 (10:35 +0200)
commit9ffa0e4301deccce77cc377e27fa510736bb1fb7
tree0ac044e80b6da4f1cde2459a83dedfa0e379f671
parent2bcb3683f3b468dae3cd586db95ceb234cf6c98f
ada: Replace "not Present" test with "No" test

Minor change to satisfy GNAT SAS checker.

gcc/ada/ChangeLog:

* exp_aggr.adb (Build_Size_Expr): Change test of "not Present (...)"
to "No (...)".
gcc/ada/exp_aggr.adb