[Bug objc/32995] False warning when implementing an instance method called `dealloc'

2010-09-14 Thread nicola at gcc dot gnu dot org
--- Comment #3 from nicola at gcc dot gnu dot org 2010-09-14 22:52 --- If you want to use dealloc for "compatibility" with Apple Cocoa / GNUstep Base, then you also want the warnings that dealloc needs to include a call to [super dealloc], so I wouldn't change the compiler ;-) You could

[Bug objc/32995] False warning when implementing an instance method called `dealloc'

2007-08-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-08-06 21:40 --- well to some extend dealloc is special method which is why the warning is there. Also dealloc does not belong to the the original Object class (which is based on the old NX Object base class). This is true of the N

[Bug objc/32995] False warning when implementing an instance method called `dealloc'

2007-08-05 Thread vgeddes at gnome dot org
--- Comment #1 from vgeddes at gnome dot org 2007-08-05 13:56 --- Created an attachment (id=14025) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14025&action=view) IObject.mi Preprocessed file for IObject.m -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32995