From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17077 invoked by alias); 21 Jun 2005 17:48:22 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17060 invoked by uid 22791); 21 Jun 2005 17:48:16 -0000 Received: from bethe.phy.uc.edu (HELO bethe.phy.uc.edu) (129.137.4.14) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 21 Jun 2005 17:48:16 +0000 Received: from [172.30.107.78] (zhivago.ccm-wireless.uc.edu [172.30.107.78]) by bethe.phy.uc.edu (8.12.11/8.12.11) with ESMTP id j5LHm0uw029950; Tue, 21 Jun 2005 13:48:00 -0400 In-Reply-To: <42B84C57.7070505@almonde.com> References: <42B7F636.3030306@almonde.com> <54238256-76C7-4883-9B74-AA7C91070E1C@omnigroup.com> <42B84C57.7070505@almonde.com> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: Frederic Stark , gnustep-dev@gnu.org, gcc@gcc.gnu.org, "Timothy J. Wood" From: Andrew Pinski Subject: Re: Problem implementing faults in Objective-C Date: Tue, 21 Jun 2005 17:48:00 -0000 To: Frederic Stark X-Spam-Score: -100 () USER_IN_WHITELIST X-SW-Source: 2005-06/txt/msg00951.txt.bz2 On Jun 21, 2005, at 1:20 PM, Frederic Stark wrote: > Timothy J. Wood wrote: > > [crunch] >>> The code works correctly under Mac OS X. > > I just checked under linux/gcc 3.4 and the code works fine there. > Maybe this is a gcc 3.2 specific problem. I'll check gcc 3.4 windows > one of those days. It is a 3.2 specific bug. This was fixed in 3.4.0 at least for sure with: 2003-09-24 Ziemowit Laski MERGE OF objc-improvements-branch into MAINLINE. See 'gcc/ChangeLog' and 'gcc/testsuite/ChangeLog' for the gory details. mainly: Fix PR objc/11754 When cascading message together under GNU runtime, GCC was sending the inner message twice, this patch fixes that. Also adds a testcase for that case. And the patch: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff? r1=1.179.2.4&r2=1.179.2.2 Thanks, Andrew Pinski