From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 253E91382C5 for ; Fri, 29 May 2020 21:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D56A1E0950; Fri, 29 May 2020 21:27:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA971E0950 for ; Fri, 29 May 2020 21:27:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B51F34F033 for ; Fri, 29 May 2020 21:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54F51276 for ; Fri, 29 May 2020 21:27:25 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1590786979.ee123ef6de6bdce12afbd801604342349765371e.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 6.5.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 6.5.0/gentoo/README.history X-VCS-Directories: 6.5.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ee123ef6de6bdce12afbd801604342349765371e X-VCS-Branch: master Date: Fri, 29 May 2020 21:27:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebcc38dc-4bb0-44ae-8fe9-619de111625a X-Archives-Hash: 6ddae40f58642631b7d6815b63545d57 commit: ee123ef6de6bdce12afbd801604342349765371e Author: Sergei Trofimovich gentoo org> AuthorDate: Fri May 29 21:16:19 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 29 21:16:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=ee123ef6 6.5.0: cut 4 patchset Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich gentoo.org> 6.5.0/gentoo/README.history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.5.0/gentoo/README.history b/6.5.0/gentoo/README.history index 8b342e7..fa27b2a 100644 --- a/6.5.0/gentoo/README.history +++ b/6.5.0/gentoo/README.history @@ -1,4 +1,4 @@ -4 TODO +4 29 May 2020 + 26_all_libcpp-ar.patch + 27_all_whitespace-pa.patch