]> gcc.gnu.org Git - gcc.git/commit
ada: Fix internal error on aggregate within container aggregate
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 25 May 2023 22:09:14 +0000 (00:09 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 20 Jun 2023 07:30:49 +0000 (09:30 +0200)
commitd22792bc24fa1df6d23ace67ca127fdcde979031
tree149250205261249c26626f55ce803facc01902cb
parent3404e481d09d49311ef74a8de15d8a72ed240cce
ada: Fix internal error on aggregate within container aggregate

This just applies the same fix to Expand_Array_Aggregate as the one that was
recently applied to Convert_To_Assignments.

gcc/ada/

* exp_aggr.adb (Convert_To_Assignments): Tweak comment.
(Expand_Array_Aggregate): Do not delay the expansion if the parent
node is a container aggregate.
gcc/ada/exp_aggr.adb
This page took 0.062296 seconds and 5 git commands to generate.