]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Small tweaks.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 26 Sep 2022 08:41:21 +0000 (10:41 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 26 Sep 2022 08:44:43 +0000 (10:44 +0200)
gcc/ada/ChangeLog

index fe048b898a4407608fdd3a2b13ee8afb75187e2c..c48bbdf693ced599e5998a2a706588ecdcbde116 100644 (file)
@@ -66,7 +66,7 @@
 
 2022-09-12  Eric Botcazou  <ebotcazou@adacore.com>
 
-       * 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.
 
 2022-09-02  Eric Botcazou  <ebotcazou@adacore.com>
 
-       * 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  <dismukes@adacore.com>
 
-       * 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  <ebotcazou@adacore.com>