diff options
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index acadd64052c..8691ab63fea 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -3015,7 +3015,8 @@ package Sinfo is -- separable by the parser. The choices list may represent either a -- list of selector names in the record aggregate case, or a list of -- discrete choices in the array aggregate case or an N_Others_Choice - -- node (which appears as a singleton list). + -- node (which appears as a singleton list). Box_Present gives support + -- to Ada0Y (AI-287). ------------------------------------ -- 4.3.1 Commponent Choice List -- @@ -5090,6 +5091,9 @@ package Sinfo is -- Unreferenced_In_Spec (Flag7-Sem) -- No_Entities_Ref_In_Spec (Flag8-Sem) + -- Note: Limited_Present and Limited_View_Installed give support to + -- Ada0Y (AI-50217). + ---------------------- -- With_Type clause -- ---------------------- |