[patch] bootstrap failure in obj-c++

Andreas Tobler toa@pop.agri.ch
Wed Nov 1 22:52:00 GMT 2006


Hi all,

I do not have time to wait!

This patch caused a bootstrap failure for obj-c++:

http://gcc.gnu.org/ml/gcc-cvs/2006-11/msg00013.html

With the appended patch we get back to the previous results, tested on 
ppc-linux and sparc-solaris.

I don't know if correct or not. But I need to get it out since I have 
lots of stuff pending. (not for gcc)

ok?

Andreas

2006-11-01  Andreas Tobler  <a.tobler@schweiz.org>

	* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
	content where we called cp_finish_file.

Index: objc/objc-act.c
===================================================================
--- objc/objc-act.c     (revision 118396)
+++ objc/objc-act.c     (working copy)
@@ -550,10 +550,6 @@

    if (gen_declaration_file)
      fclose (gen_declaration_file);
-
-#ifdef OBJCPLUS
-  cp_finish_file ();
-#endif
  }


  /* Return the first occurrence of a method declaration corresponding



More information about the Gcc-patches mailing list