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: Virtual destructor failed call on gcc 2.95.2


On Nov 21, 1999, Mark Mitchell <mark@codesourcery.com> wrote:

> I, like you, can't see what it would be good for.  So, please install
> your second patch.

Done.  Here's one more trivial patch whose lack almost caused me to
forget to update decl2.c.  Ok to install?

Index: gcc/cp/ChangeLog
from  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
	* Makefile.in (decl2.o): Depend on cp-tree.h.
	
Index: gcc/cp/Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/Makefile.in,v
retrieving revision 1.75
diff -u -r1.75 Makefile.in
--- gcc/cp/Makefile.in	1999/11/05 09:21:53	1.75
+++ gcc/cp/Makefile.in	1999/11/21 17:57:38
@@ -250,7 +250,7 @@
   $(srcdir)/../except.h $(srcdir)/../system.h $(srcdir)/../toplev.h \
   $(srcdir)/../hash.h $(srcdir)/../ggc.h $(RTL_H)
 decl2.o : decl2.c $(CONFIG_H) $(CXX_TREE_H) $(srcdir)/../flags.h \
-  lex.h decl.h $(EXPR_H) $(srcdir)/../except.h \
+  lex.h decl.h cp-tree.h $(EXPR_H) $(srcdir)/../except.h \
   $(srcdir)/../output.h $(srcdir)/../except.h $(srcdir)/../system.h \
   $(srcdir)/../toplev.h $(srcdir)/../dwarf2out.h $(srcdir)/../dwarfout.h \
   $(srcdir)/../../include/splay-tree.h $(srcdir)/../ggc.h $(RTL_H)

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

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