gcc/gcc objc/ChangeLog.apple-ppc objc/objc-act ...

zlaski@gcc.gnu.org zlaski@gcc.gnu.org
Sat Feb 12 15:21:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-ppc-branch
Changes by:	zlaski@gcc.gnu.org	2005-02-12 01:47:45

Modified files:
	gcc/objc       : ChangeLog.apple-ppc objc-act.c 
Added files:
	gcc/testsuite/objc.dg: super-dealloc-1.m super-dealloc-2.m 
	gcc/testsuite/obj-c++.dg: super-dealloc-1.mm super-dealloc-2.mm 

Log message:
	[gcc/objc/ChangeLog.apple-ppc]
	2005-02-11  Ziemowit Laski  <zlaski@apple.com>
	
	Radar 3978619
	* objc-act.c (should_call_super_dealloc): New variable.
	(objc_finish_message_expr): If calling [super dealloc],
	clear the should_call_super_dealloc variable.
	(start_method_def): If defining a 'dealloc' method in a
	non-root class, set the should_call_super_dealloc variable.
	(objc_finish_method_definition): Print a warning if
	the should_call_super_dealloc is set.
	
	[gcc/testsuite/ChangeLog.apple-ppc]
	2005-02-11  Ziemowit Laski  <zlaski@apple.com>
	
	Radar 3978619
	* obj-c++.dg/super-dealloc-1.mm: New.
	* obj-c++.dg/super-dealloc-2.mm: New.
	* objc.dg/super-dealloc-1.m: New.
	* objc.dg/super-dealloc-2.m: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/super-dealloc-1.m.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/super-dealloc-2.m.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/super-dealloc-1.mm.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/super-dealloc-2.mm.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.1.2.18&r2=1.1.2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=apple-ppc-branch&r1=1.137.2.33.2.30&r2=1.137.2.33.2.31



More information about the Gcc-cvs mailing list