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: 10.1.0/gentoo/
Date: Sat, 04 Jul 2020 07:56:14
Message-Id: 1593848672.ad32bf914e7dda8709a7adb8197bc43917be4f41.slyfox@gentoo
1 commit: ad32bf914e7dda8709a7adb8197bc43917be4f41
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:44:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:44:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=ad32bf91
7
8 10.1.0: cut 3 patchset
9
10 Four new patches:
11 + 33_all_avx512-scalar-PR95528.patch: fix ICE on small avx512 unpack
12 + 34_all_cet-cross-x86.patch: backport CET cross-compilation fix
13 + 35_all_ICE-array-subscript-PR95508.patch: fix ICE on some C++ array
14 subscripts
15 + 36_all_fno-delayed-branch.patch: disable -fdelayed-branch to
16 to fix python mis-compilation.
17
18 Bug: https://gcc.gnu.org/PR95528
19 Bug: https://bugs.gentoo.org/727028
20 Bug: https://gcc.gnu.org/94998
21 Bug: https://bugs.gentoo.org/729074
22 Bug: https://gcc.gnu.org/PR95508
23 Bug: https://bugs.gentoo.org/729434
24 Reported-by: Jeroen Roovers
25 Bug: https://gcc.gnu.org/PR96015
26 Bug: https://bugs.gentoo.org/729570.
27 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
28
29 10.1.0/gentoo/README.history | 2 +-
30 1 file changed, 1 insertion(+), 1 deletion(-)
31
32 diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history
33 index 6b6324c..55c9ed6 100644
34 --- a/10.1.0/gentoo/README.history
35 +++ b/10.1.0/gentoo/README.history
36 @@ -1,4 +1,4 @@
37 -3 TODO
38 +3 04 July 2020
39 33_all_avx512-scalar-PR95528.patch
40 34_all_cet-cross-x86.patch
41 35_all_ICE-array-subscript-PR95508.patch