]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sinfo.ads
[Ada] Rename Ada 202* to Ada 2022
[gcc.git] / gcc / ada / sinfo.ads
index 9101abbb71d16f5176c1fb830dd0f9989bd07058..880c8f596e91578495bd6d0ee00199c024b6b907 100644 (file)
@@ -1756,7 +1756,7 @@ package Sinfo is
    --      Test_Case
 
    --  Is_Homogeneous_Aggregate (Flag14)
-   --    A flag set on an Ada 2020 aggregate that uses square brackets as
+   --    A flag set on an Ada 2022 aggregate that uses square brackets as
    --    delimiters, and thus denotes an array or container aggregate, or
    --    the prefix of a reduction attribute.
 
@@ -4252,7 +4252,7 @@ package Sinfo is
       --  the construct is parsed as an Iterated_Component_Association,
       --  and legality checks are performed during semantic analysis.
 
-      --  Both iterated associations are Ada2020 features that are
+      --  Both iterated associations are Ada 2022 features that are
       --  expanded during aggregate construction, and do not appear in
       --  expanded code.
 
@@ -4938,7 +4938,7 @@ package Sinfo is
       --  Sloc points to @
       --  Etype (Node5-Sem)
 
-      --  Note (Ada 2020): node is used during analysis as a placeholder for
+      --  Note (Ada 2022): node is used during analysis as a placeholder for
       --  the value of the LHS of the enclosing assignment statement. Node is
       --  eventually rewritten together with enclosing assignment, and backends
       --  are not aware of it.
@@ -5101,7 +5101,7 @@ package Sinfo is
       --    DEFINING_IDENTIFIER in [reverse] DISCRETE_SUBTYPE_DEFINITION
       --    [Iterator_Filter]
 
-      --  Note; the optional Iterator_Filter is an Ada_2020 construct.
+      --  Note: the optional Iterator_Filter is an Ada 2022 construct.
 
       --  N_Loop_Parameter_Specification
       --  Sloc points to first identifier
@@ -8020,7 +8020,7 @@ package Sinfo is
       --  If the actions contain declarations, then these declarations may
       --  be referenced within the expression.
 
-      --  (AI12-0236-1): In Ada 2020, for a declare_expression, the parser
+      --  (AI12-0236-1): In Ada 2022, for a declare_expression, the parser
       --  generates an N_Expression_With_Actions. Declare_expressions have
       --  various restrictions, which we do not enforce on
       --  N_Expression_With_Actions nodes that are generated by the
This page took 0.033249 seconds and 5 git commands to generate.