From: Ed Schonberg Date: Thu, 7 May 2020 14:07:17 +0000 (-0400) Subject: [Ada] There is no Expressions field in N_Delta_Aggregate node X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=befc919fde5a26fe2bc564a13201f603aef951d0;p=gcc.git [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. --- diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 401b38dccab..24149b6a624 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -11889,7 +11889,7 @@ package Sinfo is 5 => False), -- unused N_Delta_Aggregate => - (1 => False, -- Expressions (List1-Sem) + (1 => False, -- Unused 2 => True, -- Component_Associations (List2) 3 => True, -- Expression (Node3) 4 => False, -- Unused