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 CA6F313997D for ; Sun, 10 Nov 2019 10:30:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7161EE0A8A; Sun, 10 Nov 2019 10:30:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EA76EE09F9 for ; Sun, 10 Nov 2019 10:30:25 +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 3BAA134CCE3 for ; Sat, 9 Nov 2019 23:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4CDC8AB for ; Sat, 9 Nov 2019 23:51:31 +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: <1573343478.804174e0b59cba153e1b232bfdaba1016dd1615c.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 4.6.4/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch 4.6.4/gentoo/README.history X-VCS-Directories: 4.6.4/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 804174e0b59cba153e1b232bfdaba1016dd1615c X-VCS-Branch: master Date: Sat, 9 Nov 2019 23:51:31 +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: 6fdf476f-bfe7-4a36-a590-d9894f40d23a X-Archives-Hash: a3f49e1856cf318f3a0f3a03b4b0a253 commit: 804174e0b59cba153e1b232bfdaba1016dd1615c Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 9 23:47:27 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 9 23:51:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=804174e0 4.6.4: expand 97_all_cgraph_node-gcc-9.patch to allow gcc-9 Signed-off-by: Sergei Trofimovich gentoo.org> 4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch | 2 +- 4.6.4/gentoo/README.history | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch b/4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch index 77c9a1d..e6334bc 100644 --- a/4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch +++ b/4.6.4/gentoo/97_all_cgraph_node-gcc-9.patch @@ -16,7 +16,7 @@ gcc-4.6.4/gcc/pretty-print.h:322:6: error: 'cgraph_node' is not defined as a typ /* This header may be included before diagnostics-core.h, hence the duplicate definitions to allow for GCC-specific formats. */ -#if GCC_VERSION >= 3005 -+#if (GCC_VERSION >= 3005) && (GCC_VERSION != 9001) /* 9.1.0 is buggy: https://gcc.gnu.org/PR90677 */ ++#if (GCC_VERSION >= 3005) && (__GNUC__ != 9) /* gcc-9 is buggy: https://gcc.gnu.org/PR90677 */ #define ATTRIBUTE_GCC_PPDIAG(m, n) __attribute__ ((__format__ (__gcc_diag__, m ,n))) ATTRIBUTE_NONNULL(m) #else #define ATTRIBUTE_GCC_PPDIAG(m, n) ATTRIBUTE_NONNULL(m) diff --git a/4.6.4/gentoo/README.history b/4.6.4/gentoo/README.history index 5ea9032..1d39625 100644 --- a/4.6.4/gentoo/README.history +++ b/4.6.4/gentoo/README.history @@ -1,3 +1,6 @@ +2 9 Nov 2019 + U 97_all_cgraph_node-gcc-9.patch + 1.5 1 Jun 2019 + 95_all_libjava-ucontext.patch + 96_all_gcc-gperf-gnu-inline.patch