Accept qualified aggregates in memset path
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 9 May 2020 20:36:11 +0000 (22:36 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 9 May 2020 20:36:11 +0000 (22:36 +0200)
commitb9364a56d107083858267a52f162391d8cabb2f7
tree598b18de55ad4f41f3ff21c5c20957f938d3e11b
parent40bd5a536257aabc0f3899d661debc13dee18d75
Accept qualified aggregates in memset path

Aggregates can be surrounded by a qualified expression and this
prepares the support code in gigi for accepting them.

* gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Deal
with qualified "others" aggregates in the memset case.
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c