commit: bf002a9d18d52d5bbc20e0af5a88aa5b773a7ef3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 6 07:15:43 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 6 07:16:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf002a9d
dev-lang/cfortran: add bug tags
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-lang/cfortran/cfortran-20110621.ebuild | 4 ++--
dev-lang/cfortran/cfortran-20210827.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild
b/dev-lang/cfortran/cfortran-20110621.ebuild
index a65b62346134..9a624c62ccf7 100644
--- a/dev-lang/cfortran/cfortran-20110621.ebuild
+++ b/dev-lang/cfortran/cfortran-20110621.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,7 +39,7 @@ src_prepare() {
}
src_configure() {
- use sparc && append-fflags $(test-flags-FC -fno-store-merging
-fno-tree-slp-vectorize)
+ use sparc && append-fflags $(test-flags-FC -fno-store-merging
-fno-tree-slp-vectorize) # bug 818400
default
}
diff --git a/dev-lang/cfortran/cfortran-20210827.ebuild
b/dev-lang/cfortran/cfortran-20210827.ebuild
index f249a3467338..9639036d2826 100644
--- a/dev-lang/cfortran/cfortran-20210827.ebuild
+++ b/dev-lang/cfortran/cfortran-20210827.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -40,7 +40,7 @@ src_prepare() {
}
src_configure() {
- use sparc && append-fflags $(test-flags-FC -fno-store-merging
-fno-tree-slp-vectorize)
+ use sparc && append-fflags $(test-flags-FC -fno-store-merging
-fno-tree-slp-vectorize) # bug 818400
default
}