commit: 3a000d44d7b3d12a882c6f342ee64286050bc41e Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 07:49:45 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 07:49:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=3a000d44
11.0.0: fix Bug tag syntax in -fno-delayed-branch patch Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 11.0.0/gentoo/30_all_fno-delayed-branch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11.0.0/gentoo/30_all_fno-delayed-branch.patch b/11.0.0/gentoo/30_all_fno-delayed-branch.patch index bc19974..33ff2f4 100644 --- a/11.0.0/gentoo/30_all_fno-delayed-branch.patch +++ b/11.0.0/gentoo/30_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 <siarh...@google.com> ---