From: Eric Botcazou Date: Mon, 26 Sep 2022 08:41:21 +0000 (+0200) Subject: Small tweaks. X-Git-Tag: basepoints/gcc-14~4359 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c37375640f429f68d397be67321c41b8e03fa41;p=thirdparty%2Fgcc.git Small tweaks. --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index fe048b898a44..c48bbdf693ce 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -66,7 +66,7 @@ 2022-09-12 Eric Botcazou - * contracts.adb (uild_Subprogram_Contract_Wrapper): Remove useless + * contracts.adb (Build_Subprogram_Contract_Wrapper): Remove useless local variable. In the case of a function, replace the extended return statement by a block statement declaring a renaming of the call to the local subprogram after removing side effects manually. @@ -1179,14 +1179,14 @@ 2022-09-02 Eric Botcazou - * exp_util.adb (Expand_Subtype_From_Expr): Be prepared for - rewritten aggregates as expressions. + * exp_util.adb (Expand_Subtype_From_Expr): Be prepared for rewritten + aggregates as expressions. 2022-09-02 Gary Dismukes - * exp_ch6.adb (Expand_Simple_Function_Return) Bypass creation of an actual - subtype and unchecked conversion to that subtype when the underlying type - of the expression has discriminants without defaults. + * exp_ch6.adb (Expand_Simple_Function_Return) Bypass creation of an + actual subtype and unchecked conversion to that subtype when the + underlying type of the expression has discriminants without defaults. 2022-09-02 Eric Botcazou