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.3.0/gentoo/
Date: Thu, 10 Jun 2021 07:45:34
Message-Id: 1623310821.4fdc5533816df36a81b6c57dcf7c2233a87f2d46.slyfox@gentoo
1 commit: 4fdc5533816df36a81b6c57dcf7c2233a87f2d46
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 07:40:21 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 07:40:21 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=4fdc5533
7
8 10.3.0: cut 2 patchset
9
10 Five new patches:
11 + 33_all_ctor-union-PR100489.patch: fix ICE on some c++ initializers
12 + 34_all_ICE-tsubst-PR100102.patch: fix ICE in c++ tempate substitution
13
14 Bug: https://bugs.gentoo.org/788829
15 Bug: https://gcc.gnu.org/PR100489
16 Bug: https://bugs.gentoo.org/794775
17 Bug: https://gcc.gnu.org/PR100102
18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
19
20 10.3.0/gentoo/README.history | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/10.3.0/gentoo/README.history b/10.3.0/gentoo/README.history
24 index 5620e8d..f4672c7 100644
25 --- a/10.3.0/gentoo/README.history
26 +++ b/10.3.0/gentoo/README.history
27 @@ -1,4 +1,4 @@
28 -2 TODO
29 +2 08 Jun 2021
30 + 33_all_ctor-union-PR100489.patch
31 + 34_all_ICE-tsubst-PR100102.patch