commit: 36350040e98578b2cd6bffff91b192df1f0c21fa Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Mon Jul 20 22:30:09 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Jul 20 22:30:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=36350040
11.0.0: drop 16_all_libgfortran-Werror.patch patch Gentoo does not ship patch with poison system directories anymore. Upstream did not accept -Werror removal. Let's drop downstream patch. We can always reintroduce it back if needed. Bug: https://bugs.gentoo.org/433435 Bug: http://gcc.gnu.org/PR54724 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 11.0.0/gentoo/16_all_libgfortran-Werror.patch | 20 -------------------- 11.0.0/gentoo/README.history | 3 +++ 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/11.0.0/gentoo/16_all_libgfortran-Werror.patch b/11.0.0/gentoo/16_all_libgfortran-Werror.patch deleted file mode 100644 index f6c26bf..0000000 --- a/11.0.0/gentoo/16_all_libgfortran-Werror.patch +++ /dev/null @@ -1,20 +0,0 @@ -libgfortran does not respect --disable-werror - -https://bugs.gentoo.org/433435 -http://gcc.gnu.org/PR54724 - - ---- a/libgfortran/configure.ac -+++ b/libgfortran/configure.ac -@@ -140,3 +140,3 @@ AM_PROG_CC_C_O - if test "x$GCC" = "xyes"; then -- AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring" -+ AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring" - ## We like to use C11 and C99 routines when available. This makes ---- a/libgfortran/configure -+++ b/libgfortran/configure -@@ -5764,3 +5764,3 @@ fi - # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC. - if test "x$GCC" = "xyes"; then -- AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring" -+ AM_FCFLAGS="-I . -Wall -fimplicit-none -fno-repack-arrays -fno-underscoring" diff --git a/11.0.0/gentoo/README.history b/11.0.0/gentoo/README.history index 32b10c0..f1b2f2f 100644 --- a/11.0.0/gentoo/README.history +++ b/11.0.0/gentoo/README.history @@ -1,3 +1,6 @@ +3 TODO + - 16_all_libgfortran-Werror.patch + 2 04 July 2020 + 29_all_plugin-objdump.patch + 30_all_fno-delayed-branch.patch
