aboutsummaryrefslogtreecommitdiff
path: root/10.1.0
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-07-04 08:44:32 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-07-04 08:44:32 +0100
commitad32bf914e7dda8709a7adb8197bc43917be4f41 (patch)
treef966cff546bfe5cf27eca580b1e7f46bf36b49d4 /10.1.0
parent11.0.0: cut 2 patchset (diff)
downloadgcc-patches-ad32bf914e7dda8709a7adb8197bc43917be4f41.tar.gz
gcc-patches-ad32bf914e7dda8709a7adb8197bc43917be4f41.tar.bz2
gcc-patches-ad32bf914e7dda8709a7adb8197bc43917be4f41.zip
10.1.0: cut 3 patchset
Four new patches: + 33_all_avx512-scalar-PR95528.patch: fix ICE on small avx512 unpack + 34_all_cet-cross-x86.patch: backport CET cross-compilation fix + 35_all_ICE-array-subscript-PR95508.patch: fix ICE on some C++ array subscripts + 36_all_fno-delayed-branch.patch: disable -fdelayed-branch to to fix python mis-compilation. Bug: https://gcc.gnu.org/PR95528 Bug: https://bugs.gentoo.org/727028 Bug: https://gcc.gnu.org/94998 Bug: https://bugs.gentoo.org/729074 Bug: https://gcc.gnu.org/PR95508 Bug: https://bugs.gentoo.org/729434 Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '10.1.0')
-rw-r--r--10.1.0/gentoo/README.history2
1 files changed, 1 insertions, 1 deletions
diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history
index 6b6324c..55c9ed6 100644
--- a/10.1.0/gentoo/README.history
+++ b/10.1.0/gentoo/README.history
@@ -1,4 +1,4 @@
-3 TODO
+3 04 July 2020
33_all_avx512-scalar-PR95528.patch
34_all_cet-cross-x86.patch
35_all_ICE-array-subscript-PR95508.patch