This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ PATCH to reduce memory usage


>>>>> "Franz" == Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:

    Franz> Hi,

    Franz> the patch you checked in breaks the build process, it stops
    Franz> with

That's very embarassing, especially in light of my recent complaints
about faulty checkins.  But, in this case, I *did* test things. :-(
 
In any case, with apologies, here's the fix:

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com

1998-11-18  Mark Mitchell  <mark@markmitchell.com>

	* Make-lang.in (cc1plus): Add dependency on hash.o.

Index: Make-lang.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cp/Make-lang.in,v
retrieving revision 1.21
diff -c -p -r1.21 Make-lang.in
*** Make-lang.in	1998/09/21 13:12:08	1.21
--- Make-lang.in	1998/11/18 16:31:12
*************** CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)
*** 125,131 ****
   $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c
  
  cc1plus$(exeext): $(P) $(CXX_SRCS) $(LIBDEPS) stamp-objlist c-common.o c-pragma.o \
! 	$(srcdir)/cp/cp-tree.h $(srcdir)/cp/cp-tree.def
  	cd cp; $(MAKE) $(FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) ../cc1plus$(exeext)
  #
  # Build hooks:
--- 125,131 ----
   $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c
  
  cc1plus$(exeext): $(P) $(CXX_SRCS) $(LIBDEPS) stamp-objlist c-common.o c-pragma.o \
! 	$(srcdir)/cp/cp-tree.h $(srcdir)/cp/cp-tree.def hash.o
  	cd cp; $(MAKE) $(FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) ../cc1plus$(exeext)
  #
  # Build hooks:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]