ada: Update printing container aggregates for debugging
commitf404dd44078fdecf83b142831d6cc6f52f3a76b6
authorViljar Indus <indus@adacore.com>
Thu, 8 Jun 2023 14:29:23 +0000 (8 17:29 +0300)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 27 Jun 2023 12:05:49 +0000 (27 14:05 +0200)
treef79bcda87f2506a1436ee792e992bf06dc0525ac
parent765fc22ca5dbba94198e555ebcebb1944cf24731
ada: Update printing container aggregates for debugging

All N_Aggregate nodes  were printed with parentheses "()". However
the new container aggregates (homogeneous N_Aggregate nodes) should
be printed with brackets "[]".

gcc/ada/

* sprint.adb (Print_Node_Actual): Print homogeneous N_Aggregate
nodes with brackets.
gcc/ada/sprint.adb