]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix fallout of latest change to aggregate expansion
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 22 Apr 2025 11:51:14 +0000 (13:51 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 30 Jun 2025 13:47:20 +0000 (15:47 +0200)
commiteeb25a33f5b47d932b14e365b033c3122d80c7c4
tree74e0ab1a3c6a3ec1c4086896179216e1fc0749d0
parent506db5396f8d46fa5e3b3178b87b406a3ca7584f
ada: Fix fallout of latest change to aggregate expansion

It exposed a small loophole in the Backend_Processing_Possible predicate.

gcc/ada/ChangeLog:

* exp_aggr.adb (Backend_Processing_Possible.Component_Check): Return
False for delayed conditional expressions.
gcc/ada/exp_aggr.adb