aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-30 11:41:16 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-30 11:41:16 +0000
commit0fd9a7b2c931a36b23ca11e55874f1633a056b68 (patch)
treea8a478b123f4bf26a4697418efde3c1671c158ef
parent9.2.0: cut 4 patchset (diff)
downloadgcc-patches-0fd9a7b2c931a36b23ca11e55874f1633a056b68.tar.gz
gcc-patches-0fd9a7b2c931a36b23ca11e55874f1633a056b68.tar.bz2
gcc-patches-0fd9a7b2c931a36b23ca11e55874f1633a056b68.zip
4.7.4: fix build failure against gcc-9.2.0 (thread_local name collision)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--4.7.4/gentoo/97_all_remove-thread_local.patch23
-rw-r--r--4.7.4/gentoo/README.history3
2 files changed, 26 insertions, 0 deletions
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 <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
+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