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 C14F8138334 for ; Mon, 30 Dec 2019 11:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC738E08EB; Mon, 30 Dec 2019 11:41:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA8ACE08EB for ; Mon, 30 Dec 2019 11:41:48 +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 3C65834DD31 for ; Mon, 30 Dec 2019 11:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46B9B2 for ; Mon, 30 Dec 2019 11:41:44 +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: <1577706076.0fd9a7b2c931a36b23ca11e55874f1633a056b68.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 4.7.4/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 4.7.4/gentoo/97_all_remove-thread_local.patch 4.7.4/gentoo/README.history X-VCS-Directories: 4.7.4/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0fd9a7b2c931a36b23ca11e55874f1633a056b68 X-VCS-Branch: master Date: Mon, 30 Dec 2019 11:41:44 +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: 35b8a85b-ec19-4a69-b1b4-65921a4ee3dc X-Archives-Hash: 37bb7c9616479c2e816157b159cb2f10 commit: 0fd9a7b2c931a36b23ca11e55874f1633a056b68 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 30 11:41:16 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Dec 30 11:41:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=0fd9a7b2 4.7.4: fix build failure against gcc-9.2.0 (thread_local name collision) Signed-off-by: Sergei Trofimovich gentoo.org> 4.7.4/gentoo/97_all_remove-thread_local.patch | 23 +++++++++++++++++++++++ 4.7.4/gentoo/README.history | 3 +++ 2 files changed, 26 insertions(+) diff --git a/4.7.4/gentoo/97_all_remove-thread_local.patch b/4.7.4/gentoo/97_all_remove-thread_local.patch new file mode 100644 index 0000000..b71b307 --- /dev/null +++ b/4.7.4/gentoo/97_all_remove-thread_local.patch @@ -0,0 +1,23 @@ +From 4f364235dcb67b1953b21be78391110b4c633e1b Mon Sep 17 00:00:00 2001 +From: jakub +Date: Tue, 5 Feb 2013 15:56:20 +0000 +Subject: [PATCH] * tree.h (struct tree_decl_with_vis): Remove + thread_local field. + +git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195762 138bc75d-0d04-0410-961f-82ee72b054a4 +--- a/gcc/tree.h ++++ b/gcc/tree.h +@@ -3198,13 +3198,12 @@ struct GTY(()) tree_decl_with_vis { + /* Belong to VAR_DECL exclusively. */ + unsigned defer_output : 1; + unsigned hard_register : 1; +- unsigned thread_local : 1; + unsigned common_flag : 1; + unsigned in_text_section : 1; + unsigned in_constant_pool : 1; + unsigned dllimport_flag : 1; + /* Don't belong to VAR_DECL exclusively. */ + unsigned weak_flag : 1; + + unsigned seen_in_bind_expr : 1; + unsigned comdat_flag : 1; diff --git a/4.7.4/gentoo/README.history b/4.7.4/gentoo/README.history index 0e6aef1..985d80b 100644 --- a/4.7.4/gentoo/README.history +++ b/4.7.4/gentoo/README.history @@ -1,3 +1,6 @@ +2 TODO + + 97_all_remove-thread_local.patch + 1.6 1 Jun 2019 + 96_all_libjava-ucontext.patch