]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove obsolete references for Build_Transient_Object_Statements
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 May 2023 09:58:48 +0000 (11:58 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 15 Jun 2023 07:59:33 +0000 (09:59 +0200)
gcc/ada/

* exp_util.ads (Build_Transient_Object_Statements): Remove obsolete
references to array and record aggregates in documentation.

gcc/ada/exp_util.ads

index 06bd4141c27b4615fcb89a544a7d5b17c939f9b4..66c4dc6be4cbe4e5770d8e788969776e7dc99a7e 100644 (file)
@@ -372,9 +372,9 @@ package Exp_Util is
       Ptr_Decl     : out Node_Id;
       Finalize_Obj : Boolean := True);
    --  Subsidiary to the processing of transient objects in transient scopes,
-   --  if expressions, case expressions, expression_with_action nodes, array
-   --  aggregates, and record aggregates. Obj_Decl denotes the declaration of
-   --  the transient object. Generate the following nodes:
+   --  if expressions, case expressions, and expression_with_action nodes.
+   --  Obj_Decl denotes the declaration of the transient object. Generate the
+   --  following nodes:
    --
    --    * Fin_Call - the call to [Deep_]Finalize which cleans up the transient
    --    object if flag Finalize_Obj is set to True, or finalizes the hook when