aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2023-05-09 11:58:48 +0200
committerMarc Poulhiès <poulhies@adacore.com>2023-06-15 09:59:33 +0200
commit4b14ffb9a86b938f6bd3073cffb4c39a5223f9f6 (patch)
tree933276866742652c740745a561b8da573b8a2c7b /gcc
parent3b3e181be8e628e2ebddb3133f7247366e06aa09 (diff)
downloadgcc-4b14ffb9a86b938f6bd3073cffb4c39a5223f9f6.zip
gcc-4b14ffb9a86b938f6bd3073cffb4c39a5223f9f6.tar.gz
gcc-4b14ffb9a86b938f6bd3073cffb4c39a5223f9f6.tar.bz2
ada: Remove obsolete references for Build_Transient_Object_Statements
gcc/ada/ * exp_util.ads (Build_Transient_Object_Statements): Remove obsolete references to array and record aggregates in documentation.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/exp_util.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads
index 06bd414..66c4dc6 100644
--- a/gcc/ada/exp_util.ads
+++ b/gcc/ada/exp_util.ads
@@ -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