aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-06 18:43:27 +0000
committerMike Frysinger <vapier@gentoo.org>2011-02-06 18:43:27 +0000
commitfdcca55369a5105d27701fba92ac3b4d43b5264d (patch)
tree0a1726179469c27034b1446f8cf7318f0220a457 /4.3.2/gentoo
parentAdd HPPA patches for bug #349113 to 4.4.4 and 4.4.5. (diff)
downloadgcc-patches-fdcca55369a5105d27701fba92ac3b4d43b5264d.tar.gz
gcc-patches-fdcca55369a5105d27701fba92ac3b4d43b5264d.tar.bz2
gcc-patches-fdcca55369a5105d27701fba92ac3b4d43b5264d.zip
add fix from upstream tracked down by Israel G. Lugo for parallel build issues #305739 by Andrew Gaffney
Diffstat (limited to '4.3.2/gentoo')
-rw-r--r--4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch19
-rw-r--r--4.3.2/gentoo/README.history3
2 files changed, 22 insertions, 0 deletions
diff --git a/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch b/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch
new file mode 100644
index 0000000..7982179
--- /dev/null
+++ b/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch
@@ -0,0 +1,19 @@
+https://bugs.gentoo.org/305739
+
+fix random parallel build issues in sparseset.c. upstream has this in a much
+larger general commit (svn rev 137792), so use just the small piece that we
+keep hitting issues with.
+
+patch by Israel G. Lugo
+
+--- gcc-4.3/gcc/Makefile.in
++++ gcc-4.3/gcc/Makefile.in
+@@ -1789,7 +1789,7 @@
+ $(FLAGS_H) hard-reg-set.h $(BASIC_BLOCK_H) $(OBSTACK_H)
+ ebitmap.o: ebitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
+ $(EBITMAP_H)
+-sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h
++sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h $(CONFIG_H)
+
+ COLLECT2_OBJS = collect2.o tlink.o intl.o version.o
+ COLLECT2_LIBS = @COLLECT2_LIBS@
diff --git a/4.3.2/gentoo/README.history b/4.3.2/gentoo/README.history
index c726fa9..1398fb6 100644
--- a/4.3.2/gentoo/README.history
+++ b/4.3.2/gentoo/README.history
@@ -1,3 +1,6 @@
+1.9 [pending]
+ + 69_all-gcc43-pr38591-depend.patch
+
1.8 02.09.2009
+ 92_all_gcc43-pr40105.patch