public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 69_all-gcc43-pr38591-depend.patch README.history
@ 2011-02-06 18:43 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-02-06 18:43 UTC (permalink / raw
  To: gentoo-commits

vapier      11/02/06 18:43:27

  Modified:             README.history
  Added:                69_all-gcc43-pr38591-depend.patch
  Log:
  add fix from upstream tracked down by Israel G. Lugo for parallel build issues #305739 by Andrew Gaffney

Revision  Changes    Path
1.16                 src/patchsets/gcc/4.3.2/gentoo/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?r1=1.15&r2=1.16

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- README.history	2 Sep 2009 15:51:03 -0000	1.15
+++ README.history	6 Feb 2011 18:43:27 -0000	1.16
@@ -1,3 +1,6 @@
+1.9		[pending]
+	+ 69_all-gcc43-pr38591-depend.patch
+
 1.8		02.09.2009
 	+ 92_all_gcc43-pr40105.patch
 



1.1                  src/patchsets/gcc/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.2/gentoo/69_all-gcc43-pr38591-depend.patch?rev=1.1&content-type=text/plain

Index: 69_all-gcc43-pr38591-depend.patch
===================================================================
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@






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-06 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 18:43 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 69_all-gcc43-pr38591-depend.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox