diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 10:11:31 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-23 10:11:31 +0100 |
commit | 9bba1f72a9210743fddf664b716b5cf288132922 (patch) | |
tree | 13ff3e84d8bb78df9c668bd38ca8ab98ed7ce520 /10.2.0 | |
parent | 5.5.0: cut 4 patchset (diff) | |
download | gcc-patches-9bba1f72a9210743fddf664b716b5cf288132922.tar.gz gcc-patches-9bba1f72a9210743fddf664b716b5cf288132922.tar.bz2 gcc-patches-9bba1f72a9210743fddf664b716b5cf288132922.zip |
10.2.0: cut 2 patchset
Four new patches:
+ 33_all_lto-O0-mix-ICE-ipa-PR96291.patch: fix -O0 crash for ipa/lto
+ 34_all_fundecl-ICE-PR95820.patch: fix ICE on invalid templates
+ 35_all_ipa-fix-bit-CP.patch: fix bad code generation in ipa bit constprop
+ 36_all_ipa-fix-bit-CP-p2.patch: part 2 of previous patch
Bug: https://bugs.gentoo.org/733482
Bug: https://gcc.gnu.org/PR96291
Bug: https://bugs.gentoo.org/730406
Bug: https://gcc.gnu.org/PR95820
Bug: https://bugs.gentoo.org/736685
Bug: https://gcc.gnu.org/PR96482
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '10.2.0')
-rw-r--r-- | 10.2.0/gentoo/README.history | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/10.2.0/gentoo/README.history b/10.2.0/gentoo/README.history index 8be215b..1bfe565 100644 --- a/10.2.0/gentoo/README.history +++ b/10.2.0/gentoo/README.history @@ -1,4 +1,4 @@ -2 TODO +2 23 Aug 2020 + 33_all_lto-O0-mix-ICE-ipa-PR96291.patch + 34_all_fundecl-ICE-PR95820.patch + 35_all_ipa-fix-bit-CP.patch |