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 2203813835A for ; Sat, 4 Jul 2020 07:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FF5E08D3; Sat, 4 Jul 2020 07:56:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31943E08D3 for ; Sat, 4 Jul 2020 07:56:17 +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 94DF934EF6C for ; Sat, 4 Jul 2020 07:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B14F2CA for ; Sat, 4 Jul 2020 07:56:09 +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: <1593848957.be69d1eacee060752729a4ae701d49ce98265371.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 10.1.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 10.1.0/gentoo/36_all_fno-delayed-branch.patch 10.1.0/gentoo/README.history X-VCS-Directories: 10.1.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: be69d1eacee060752729a4ae701d49ce98265371 X-VCS-Branch: master Date: Sat, 4 Jul 2020 07:56:09 +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: f297407c-4905-4b73-abb5-a3a6cfb676dc X-Archives-Hash: cafcfdcec8a6048d7a9c326cf20d0d4c commit: be69d1eacee060752729a4ae701d49ce98265371 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 4 07:49:17 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 4 07:49:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=be69d1ea 10.1.0: tweak README.history syntax for added patches Signed-off-by: Sergei Trofimovich gentoo.org> 10.1.0/gentoo/36_all_fno-delayed-branch.patch | 2 +- 10.1.0/gentoo/README.history | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/10.1.0/gentoo/36_all_fno-delayed-branch.patch b/10.1.0/gentoo/36_all_fno-delayed-branch.patch index bc19974..33ff2f4 100644 --- a/10.1.0/gentoo/36_all_fno-delayed-branch.patch +++ b/10.1.0/gentoo/36_all_fno-delayed-branch.patch @@ -10,7 +10,7 @@ __builtin_unreachable(); and mis-compiles python. Use blunt hammer and disable delayed slots until we have better fix. Reported-by: Jeroen Roovers -Bug: From https://gcc.gnu.org/PR96015 +Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570. Signed-off-by: Sergei Trofimovich --- diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history index 55c9ed6..6fab577 100644 --- a/10.1.0/gentoo/README.history +++ b/10.1.0/gentoo/README.history @@ -1,8 +1,8 @@ 3 04 July 2020 - 33_all_avx512-scalar-PR95528.patch - 34_all_cet-cross-x86.patch - 35_all_ICE-array-subscript-PR95508.patch - 36_all_fno-delayed-branch.patch + + 33_all_avx512-scalar-PR95528.patch + + 34_all_cet-cross-x86.patch + + 35_all_ICE-array-subscript-PR95508.patch + + 36_all_fno-delayed-branch.patch 2 11 June 2020 + 29_all_fix-float-hang-PR95118.patch