This is the mail archive of the gcc-regression@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] Fix 66 new objc failures


> 
> > 
> > --BOUNDARY
> > Content-Type: text/plain; charset=us-ascii
> > Content-Transfer-Encoding: 7bit
> > 
> > With your recent patch, GCC HEAD has some regression test failures, 
> > which used to pass.  There are 66 new failures, and 20
> > failures that existed before and after that patch; 0 failures
> > have been fixed.
> 
> These are all caused by Zack's patches but really it is a Objective-C front-end issue
> not saying a couple of decls are always should be marked as referenced.
> Here is a patch which fixes all of these new regressions.
> 
> OK? Built Objective-C and these regressions were fixed on powerpc-apple-darwin.

I applied this after getting approval from Richard Henderson.

Thanks,
Andrew Pinski


> 
> Thanks,
> Andrew Pinski
> apinski@apple.com
> 
> ChangeLog:
> 	* objc/objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as
> 	always referenced.
> 	(synth_forward_declarations): Likewise for UOBJC_CLASS_decl and
> 	UOBJC_METACLASS_decl.


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