From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2867 invoked by alias); 6 Aug 2007 21:40:33 -0000 Received: (qmail 1592 invoked by uid 48); 6 Aug 2007 21:40:22 -0000 Date: Mon, 06 Aug 2007 21:40:00 -0000 Message-ID: <20070806214022.1591.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug objc/32995] False warning when implementing an instance method called `dealloc' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-08/txt/msg00417.txt.bz2 ------- 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