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.2.0/gentoo/
Date: Fri, 02 Oct 2020 09:33:20
Message-Id: 1601630560.b4972ce62b04aafc6061836a92f0cebbadd80d7a.slyfox@gentoo
1 commit: b4972ce62b04aafc6061836a92f0cebbadd80d7a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 09:22:40 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 09:22:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b4972ce6
7
8 10.2.0: cut 3 patchset
9
10 three new patches:
11 + 37_all_c-vector-init-PR96377.patch: fix vector init on arm
12 + 38_all_gcov-TOPN-PR96913.patch: fix TOPN prof counters in
13 shared libraries
14 + 39_all_ipa-prop-multispec.patch: fix multiple speculation
15 resolution on prof builds
16
17 Bug: https://gcc.gnu.org/PR96377
18 Bug: https://gcc.gnu.org/PR96913
19 Bug: https://bugs.gentoo.org/734006
20 Bug: https://gcc.gnu.org/PR96394
21 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
22
23 10.2.0/gentoo/README.history | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/10.2.0/gentoo/README.history b/10.2.0/gentoo/README.history
27 index 5929aae..86f3aae 100644
28 --- a/10.2.0/gentoo/README.history
29 +++ b/10.2.0/gentoo/README.history
30 @@ -1,4 +1,4 @@
31 -3 TODO
32 +3 02 Oct 2020
33 U 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch
34 + 37_all_c-vector-init-PR96377.patch
35 + 38_all_gcov-TOPN-PR96913.patch