[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.
This commit is contained in:
parent
f0e6256fd3
commit
befc919fde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user