diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2022-09-26 10:41:21 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2022-09-26 10:44:43 +0200 |
commit | 6c37375640f429f68d397be67321c41b8e03fa41 (patch) | |
tree | 46933cebd39dbbd2deb05def8ab732f6f92f5f16 /gcc | |
parent | 7ed1a816bab15098e959c249bd0aef8452913223 (diff) | |
download | gcc-6c37375640f429f68d397be67321c41b8e03fa41.zip gcc-6c37375640f429f68d397be67321c41b8e03fa41.tar.gz gcc-6c37375640f429f68d397be67321c41b8e03fa41.tar.bz2 |
Small tweaks.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index fe048b8..c48bbdf 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. @@ -1179,14 +1179,14 @@ 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> |