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]
Other format: [Raw text]

Re: [patch] bootstrap failure in obj-c++


On Wed, 2006-11-01 at 23:51 +0100, Andreas Tobler wrote:
> 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?

This is obvious as cp_finish_file is named cp_write_global_declarations
and is called via LANG_HOOKS_WRITE_GLOBALS.

Thanks,
Andrew Pinski


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