aboutsummaryrefslogtreecommitdiff
path: root/11.1.0
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-06-10 08:28:54 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-06-10 08:28:54 +0100
commit9d40799e2ef69d8650dd59325c0e84b902258b00 (patch)
treedeac31815759ab99401e7088389e6235dd2ca9a3 /11.1.0
parent10.3.0: pull upstream c++/PR1100102 (fix tsubst ICE) (diff)
downloadgcc-patches-9d40799e2ef69d8650dd59325c0e84b902258b00.tar.gz
gcc-patches-9d40799e2ef69d8650dd59325c0e84b902258b00.tar.bz2
gcc-patches-9d40799e2ef69d8650dd59325c0e84b902258b00.zip
11.1.0: cut 2 patchset
Five new patches: + 27_all_msp430-f2c.patch: fix build on 16-bit targets + 28_all_ctor-union-PR100489.patch: fix ICE on some c++ initializers + 29_all_perfect-implicit-PR100644.patch: fix move deletion (fireofx build) + 30_all_arm-lto-ICE-march-mix.patch: fix LTO ICE on arm -march=/-mtune mix + 31_all_ICE-tsubst-PR100102.patch: Bug: https://gcc.gnu.org/PR100361 Bug: https://bugs.gentoo.org/788829 Bug: https://gcc.gnu.org/PR100489 Bug: https://gcc.gnu.org/PR100644 Bug: https://bugs.gentoo.org/792705 Bug: https://gcc.gnu.org/PR100767 Bug: https://bugs.gentoo.org/792291 Bug: https://bugs.gentoo.org/794775 Bug: https://gcc.gnu.org/PR100102 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '11.1.0')
-rw-r--r--11.1.0/gentoo/README.history2
1 files changed, 1 insertions, 1 deletions
diff --git a/11.1.0/gentoo/README.history b/11.1.0/gentoo/README.history
index 3702a85..42534a0 100644
--- a/11.1.0/gentoo/README.history
+++ b/11.1.0/gentoo/README.history
@@ -1,4 +1,4 @@
-2 TODO
+2 08 Jun 2021
+ 27_all_msp430-f2c.patch
+ 28_all_ctor-union-PR100489.patch
+ 29_all_perfect-implicit-PR100644.patch