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.1.0/gentoo/
Date: Thu, 10 Jun 2021 07:36:20
Message-Id: 1623310134.9d40799e2ef69d8650dd59325c0e84b902258b00.slyfox@gentoo
1 commit: 9d40799e2ef69d8650dd59325c0e84b902258b00
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 07:28:54 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 07:28:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=9d40799e
7
8 11.1.0: cut 2 patchset
9
10 Five new patches:
11 + 27_all_msp430-f2c.patch: fix build on 16-bit targets
12 + 28_all_ctor-union-PR100489.patch: fix ICE on some c++ initializers
13 + 29_all_perfect-implicit-PR100644.patch: fix move deletion (fireofx build)
14 + 30_all_arm-lto-ICE-march-mix.patch: fix LTO ICE on arm -march=/-mtune mix
15 + 31_all_ICE-tsubst-PR100102.patch:
16
17 Bug: https://gcc.gnu.org/PR100361
18 Bug: https://bugs.gentoo.org/788829
19 Bug: https://gcc.gnu.org/PR100489
20 Bug: https://gcc.gnu.org/PR100644
21 Bug: https://bugs.gentoo.org/792705
22 Bug: https://gcc.gnu.org/PR100767
23 Bug: https://bugs.gentoo.org/792291
24 Bug: https://bugs.gentoo.org/794775
25 Bug: https://gcc.gnu.org/PR100102
26 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
27
28 11.1.0/gentoo/README.history | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-)
30
31 diff --git a/11.1.0/gentoo/README.history b/11.1.0/gentoo/README.history
32 index 3702a85..42534a0 100644
33 --- a/11.1.0/gentoo/README.history
34 +++ b/11.1.0/gentoo/README.history
35 @@ -1,4 +1,4 @@
36 -2 TODO
37 +2 08 Jun 2021
38 + 27_all_msp430-f2c.patch
39 + 28_all_ctor-union-PR100489.patch
40 + 29_all_perfect-implicit-PR100644.patch