From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16094 invoked by alias); 14 May 2003 06:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16074 invoked by uid 71); 14 May 2003 06:06:01 -0000 Date: Wed, 14 May 2003 06:06:00 -0000 Message-ID: <20030514060601.16073.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: objc/429: forward:: / performv:: fail to work Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01537.txt.bz2 List-Id: The following reply was made to PR objc/429; it has been noted by GNATS. From: Dara Hazeghi To: jmcmullan@linuxcare.com, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org Cc: shebs@apple.com Subject: Re: objc/429: forward:: / performv:: fail to work Date: Tue, 13 May 2003 22:58:42 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=429 Hello, with the testcase of this PR on gcc 3.3, I get: bash-2.04$ ./a.out running tests [testObj anInt:2 timesInt:3 plusFloat:4.3] = 10.300000 [testObj times3:9] =27.000000 [testObj times2:8] =16 [testObj doubleTimes:20:4] =80.000000 [testObj floatTimes:20:4] =80.000000 float4: 3.00: 4.00: 5.00: 6.00 = 360.000000 Sum of stuct pointer passed in = 395 [testObj times3:[testObj times3: 2]] = 18.000000 [testObj newStruct] 1 2 3 4 5 6 7 8 9 10 11 12 running tests using forwarding attempting to forward: [testObj anInt:2 timesInt:3 plusFloat:4.3] = nan attempting to forward: [testObj times3:9] =nan attempting to forward: [testObj times2:8] =-2147483648 attempting to forward: [testObj doubleTimes:20:4] =nan attempting to forward: [testObj floatTimes:20:4] =nan attempting to forward: float4: 3.00: 4.00: 5.00: 6.00 = nan attempting to forward: Sum of stuct pointer passed in = 1477708184 attempting to forward: attempting to forward: [testObj times3:[testObj times3: 2]] = nan Is this the expected behavior of this testcase? If not what is? Thanks, Dara