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

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 6 21:40:00 GMT 2007



------- 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 NeXT runtime
Object too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|x86_64-linux-gnu            |
            Summary|False warning when          |False warning when
                   |implementing an instance    |implementing an instance
                   |method called `dealloc'     |method called `dealloc'


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32995



More information about the Gcc-bugs mailing list