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 5A653138359 for ; Sat, 4 Jul 2020 07:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704ACE08DC; Sat, 4 Jul 2020 07:57:11 +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 3376FE08DC for ; Sat, 4 Jul 2020 07:57:11 +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 CD80434EEA6 for ; Sat, 4 Jul 2020 07:57:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77AD728F for ; Sat, 4 Jul 2020 07:57:08 +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: <1593849379.a113f9198b33fd3198829fa060dc43e730b5ce42.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: a113f9198b33fd3198829fa060dc43e730b5ce42 X-VCS-Branch: master Date: Sat, 4 Jul 2020 07:57:08 +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: 0187b564-1d31-4cce-9530-8d320e2df5aa X-Archives-Hash: f7e4f33b67ad5fe7b22ea4692c673972 commit: a113f9198b33fd3198829fa060dc43e730b5ce42 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 4 07:56:19 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 4 07:56:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a113f919 10.1.0: fix Bug tag in -fno-delayed-branch not to contain trailing stop 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 33ff2f4..879c69d 100644 --- a/11.0.0/gentoo/30_all_fno-delayed-branch.patch +++ b/11.0.0/gentoo/30_all_fno-delayed-branch.patch @@ -11,7 +11,7 @@ Use blunt hammer and disable delayed slots until we have better fix. Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 -Bug: https://bugs.gentoo.org/729570. +Bug: https://bugs.gentoo.org/729570 Signed-off-by: Sergei Trofimovich --- gcc/opts.c | 9 ++++++++-