From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D405138359 for ; Mon, 20 Jul 2020 22:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E0DE08F1; Mon, 20 Jul 2020 22:31:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E68EE08F1 for ; Mon, 20 Jul 2020 22:31:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5209A34F16A for ; Mon, 20 Jul 2020 22:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332242A4 for ; Mon, 20 Jul 2020 22:31:35 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1595284209.36350040e98578b2cd6bffff91b192df1f0c21fa.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 11.0.0/gentoo/16_all_libgfortran-Werror.patch 11.0.0/gentoo/README.history X-VCS-Directories: 11.0.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 36350040e98578b2cd6bffff91b192df1f0c21fa X-VCS-Branch: master Date: Mon, 20 Jul 2020 22:31:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6283294c-e392-4687-b5ce-264928b541c2 X-Archives-Hash: 51723eaca68ef8eb1b5af759e0d3cfb4 commit: 36350040e98578b2cd6bffff91b192df1f0c21fa Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jul 20 22:30:09 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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