From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1285) id AFC383858C83; Mon, 26 Sep 2022 08:44:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFC383858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664181898; bh=dyV24KH/o/zEBOZPT82J3qWRluv9fULvh5w0tXgWSgk=; h=From:To:Subject:Date:From; b=E2oB6xDDYoQsDHFAOlmzgqYbZCpCzcW8aHkYGOLrbt5kJldC4jAvY575vCYdybp1t 8I8arhsX405zLaM3ZLhcfSXuv5UEfiEV01RSLLwWL4ukzKY/jDOvQrMysV1fVpWEch 5u8zd5mtgGv4Jz/I+ceKAd+zeiCbnxYqIZkHjD24= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Eric Botcazou To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2848] Small tweaks. X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/master X-Git-Oldrev: 7ed1a816bab15098e959c249bd0aef8452913223 X-Git-Newrev: 6c37375640f429f68d397be67321c41b8e03fa41 Message-Id: <20220926084458.AFC383858C83@sourceware.org> Date: Mon, 26 Sep 2022 08:44:58 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6c37375640f429f68d397be67321c41b8e03fa41 commit r13-2848-g6c37375640f429f68d397be67321c41b8e03fa41 Author: Eric Botcazou Date: Mon Sep 26 10:41:21 2022 +0200 Small tweaks. Diff: --- gcc/ada/ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index fe048b898a4..c48bbdf693c 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