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 48EB8138359 for ; Sat, 4 Jul 2020 07:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AA4E0843; Sat, 4 Jul 2020 07:56:14 +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 3282EE0843 for ; Sat, 4 Jul 2020 07:56:14 +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 7F96634EEFA for ; Sat, 4 Jul 2020 07:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8A82CB 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: <1593848985.3a000d44d7b3d12a882c6f342ee64286050bc41e.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 11.0.0/gentoo/30_all_fno-delayed-branch.patch X-VCS-Directories: 11.0.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3a000d44d7b3d12a882c6f342ee64286050bc41e 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: 722323d3-3272-472c-aff7-438676849311 X-Archives-Hash: 84dedb7b62f90c018c7890460c905d4c commit: 3a000d44d7b3d12a882c6f342ee64286050bc41e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 4 07:49:45 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 4 07:49:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=3a000d44 11.0.0: fix Bug tag syntax in -fno-delayed-branch patch Signed-off-by: Sergei Trofimovich gentoo.org> 11.0.0/gentoo/30_all_fno-delayed-branch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.0.0/gentoo/30_all_fno-delayed-branch.patch b/11.0.0/gentoo/30_all_fno-delayed-branch.patch index bc19974..33ff2f4 100644 --- a/11.0.0/gentoo/30_all_fno-delayed-branch.patch +++ b/11.0.0/gentoo/30_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 ---