From: Ronan Desplanques Date: Fri, 13 Jun 2025 08:34:50 +0000 (+0200) Subject: ada: Make comment more precise X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e22849641d3fcfa6af3fac1e9117b684d6546ec;p=thirdparty%2Fgcc.git ada: Make comment more precise gcc/ada/ChangeLog: * exp_ch6.adb (Expand_Ctrl_Function_Call): Precisify comment. --- diff --git a/gcc/ada/exp_ch6.adb b/gcc/ada/exp_ch6.adb index e9a73e16b07..c24c8c63ef1 100644 --- a/gcc/ada/exp_ch6.adb +++ b/gcc/ada/exp_ch6.adb @@ -287,10 +287,11 @@ package body Exp_Ch6 is -- This expansion is necessary in all the cases where the constant object -- denoted by the call needs finalization in the current subprogram, which - -- excludes return statements, and is not identified with another object - -- that will be finalized, which excludes (statically) declared objects, - -- dynamically allocated objects, components of aggregates, and targets of - -- assignments that are done directly (without intermediate temporaries). + -- excludes simple return statements, and is not identified with another + -- object that will be finalized, which excludes (statically) declared + -- objects, dynamically allocated objects, components of aggregates, and + -- targets of assignments that are done directly (without intermediate + -- temporaries). procedure Expand_Non_Function_Return (N : Node_Id); -- Expand a simple return statement found in a procedure body, entry body,