[Ada] There is no Expressions field in N_Delta_Aggregate node
commitbefc919fde5a26fe2bc564a13201f603aef951d0
authorEd Schonberg <schonberg@adacore.com>
Thu, 7 May 2020 14:07:17 +0000 (7 10:07 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 6 Jul 2020 11:35:07 +0000 (6 07:35 -0400)
treed7e5c627b404cd175f679b85dc197d31a452baac
parentf0e6256fd399418047772ebc72d2025938f7ccd8
[Ada] There is no Expressions field in N_Delta_Aggregate node

gcc/ada/

* sinfo.ads: Indicate that Field 1 of an N_Delta_Aggregate is
unused. Previously it was erroneously labelled as holding an
Expressions list, in analogy with other aggregate constructs,
but there are no Expressions attached to this node syntactically
or semantically.
gcc/ada/sinfo.ads