Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/
Date: Sat, 04 Jul 2020 07:57:12
Message-Id: 1593849379.a113f9198b33fd3198829fa060dc43e730b5ce42.slyfox@gentoo
1 commit: a113f9198b33fd3198829fa060dc43e730b5ce42
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:56:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:56:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a113f919
7
8 10.1.0: fix Bug tag in -fno-delayed-branch not to contain trailing stop
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 11.0.0/gentoo/30_all_fno-delayed-branch.patch | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/11.0.0/gentoo/30_all_fno-delayed-branch.patch b/11.0.0/gentoo/30_all_fno-delayed-branch.patch
16 index 33ff2f4..879c69d 100644
17 --- a/11.0.0/gentoo/30_all_fno-delayed-branch.patch
18 +++ b/11.0.0/gentoo/30_all_fno-delayed-branch.patch
19 @@ -11,7 +11,7 @@ Use blunt hammer and disable delayed slots until we have better fix.
20
21 Reported-by: Jeroen Roovers
22 Bug: https://gcc.gnu.org/PR96015
23 -Bug: https://bugs.gentoo.org/729570.
24 +Bug: https://bugs.gentoo.org/729570
25 Signed-off-by: Sergei Trofimovich <siarheit@××××××.com>
26 ---
27 gcc/opts.c | 9 ++++++++-