gcc/gcc objc/ChangeLog objc/objc-act.c testsui ...

zlaski@gcc.gnu.org zlaski@gcc.gnu.org
Fri Jul 8 02:00:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	zlaski@gcc.gnu.org	2005-07-08 01:53:38

Modified files:
	gcc/objc       : ChangeLog objc-act.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/obj-c++.dg: proto-lossage-6.mm 
	gcc/testsuite/objc.dg: proto-lossage-6.m 

Log message:
	[gcc/objc/ChangeLog]
	2005-07-07  Ziemowit Laski  <zlaski@apple.com>
	
	* objc-act.c (objc_build_struct): Pass in an actual @interface
	instead of its name, and annotate the struct created (and all
	existing variants thereof) with the @interface.
	(objc_compare_types): Treat forward-declared ObjC classes
	as stand-alone (root) classes for purposes of type comparisons.
	(build_private_template): Move some code to objc_build_struct().
	
	[gcc/testsuite/ChangeLog]
	2005-07-07  Ziemowit Laski  <zlaski@apple.com>
	
	* obj-c++.dg/proto-lossage-6.mm: New.
	* objc.dg/proto-lossage-6.m: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.diff?cvsroot=gcc&r1=1.51&r2=1.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&r1=1.285&r2=1.286
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5738&r2=1.5739
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/proto-lossage-6.mm.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/proto-lossage-6.m.diff?cvsroot=gcc&r1=NONE&r2=1.1



More information about the Gcc-cvs mailing list