commit: a113f9198b33fd3198829fa060dc43e730b5ce42 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 07:56:19 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 07:56:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=a113f919
10.1.0: fix Bug tag in -fno-delayed-branch not to contain trailing stop 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 33ff2f4..879c69d 100644 --- a/11.0.0/gentoo/30_all_fno-delayed-branch.patch +++ b/11.0.0/gentoo/30_all_fno-delayed-branch.patch @@ -11,7 +11,7 @@ Use blunt hammer and disable delayed slots until we have better fix. Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 -Bug: https://bugs.gentoo.org/729570. +Bug: https://bugs.gentoo.org/729570 Signed-off-by: Sergei Trofimovich <[email protected]> --- gcc/opts.c | 9 ++++++++-
