commit: be69d1eacee060752729a4ae701d49ce98265371 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 07:49:17 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 07:49:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=be69d1ea
10.1.0: tweak README.history syntax for added patches Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 10.1.0/gentoo/36_all_fno-delayed-branch.patch | 2 +- 10.1.0/gentoo/README.history | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/10.1.0/gentoo/36_all_fno-delayed-branch.patch b/10.1.0/gentoo/36_all_fno-delayed-branch.patch index bc19974..33ff2f4 100644 --- a/10.1.0/gentoo/36_all_fno-delayed-branch.patch +++ b/10.1.0/gentoo/36_all_fno-delayed-branch.patch @@ -10,7 +10,7 @@ __builtin_unreachable(); and mis-compiles python. Use blunt hammer and disable delayed slots until we have better fix. Reported-by: Jeroen Roovers -Bug: From https://gcc.gnu.org/PR96015 +Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570. Signed-off-by: Sergei Trofimovich <[email protected]> --- diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history index 55c9ed6..6fab577 100644 --- a/10.1.0/gentoo/README.history +++ b/10.1.0/gentoo/README.history @@ -1,8 +1,8 @@ 3 04 July 2020 - 33_all_avx512-scalar-PR95528.patch - 34_all_cet-cross-x86.patch - 35_all_ICE-array-subscript-PR95508.patch - 36_all_fno-delayed-branch.patch + + 33_all_avx512-scalar-PR95528.patch + + 34_all_cet-cross-x86.patch + + 35_all_ICE-array-subscript-PR95508.patch + + 36_all_fno-delayed-branch.patch 2 11 June 2020 + 29_all_fix-float-hang-PR95118.patch
