From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1059) id C5165385F01D; Thu, 19 Mar 2020 12:42:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5165385F01D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584621753; bh=EYGqCmN12Xn3rEB3+JoNZN7vbvXm8DCAY9VLrc+FPvk=; h=From:To:Subject:Date:From; b=cSISByNmw+OkYerQqSb6dbXS3lvWa1QC7pxWUy4BmjVZcQQisrTThayvjaBUotKQf /1yfitDiWxV7jGseNnpSM26Sv2yBM8teZ3HQGaHQubp6GLbILWgeRvrJmA5ZoXo/fr hbXSto/y87XH+mssKnnazb1nAZAnkQAltU+y/p28= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nathan Sidwell To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/c++-modules] Fix wrong year in ChangeLog. X-Act-Checkin: gcc X-Git-Author: Eric Botcazou X-Git-Refname: refs/heads/devel/c++-modules X-Git-Oldrev: f2e9fe5f97d88fc876c44e6ffa57a2e85150adf9 X-Git-Newrev: 3b515f748412bbfc10c46cfa467ece89a25c04c5 Message-Id: <20200319124233.C5165385F01D@sourceware.org> Date: Thu, 19 Mar 2020 12:42:33 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2020 12:42:33 -0000 https://gcc.gnu.org/g:3b515f748412bbfc10c46cfa467ece89a25c04c5 commit 3b515f748412bbfc10c46cfa467ece89a25c04c5 Author: Eric Botcazou Date: Fri Mar 13 18:02:40 2020 +0100 Fix wrong year in ChangeLog. Diff: --- gcc/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f4eb1a0952..d63b83194d5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -43,7 +43,7 @@ * config/aarch64/aarch64.c (aarch64_emit_approx_div): Use them instead of hard-coding the choice of 1 for float and 2 for double. -2019-03-13 Eric Botcazou +2020-03-13 Eric Botcazou PR rtl-optimization/94119 * resource.h (clear_hashed_info_until_next_barrier): Declare. @@ -52,7 +52,7 @@ (relax_delay_slots): Call clear_hashed_info_until_next_barrier on the next instruction after removing a BARRIER. -2019-03-13 Eric Botcazou +2020-03-13 Eric Botcazou PR middle-end/92071 * expmed.c (store_integral_bit_field): For fields larger than a word,