From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 710 invoked from network); 15 May 2004 01:22:47 -0000 Received: from ns2.primenet.com.au (HELO primenet.com.au) (?eV5zU9BaO+e7vJQfDl9yzthLsIRnqo2l?@203.24.36.3) by ns1.primenet.com.au with SMTP; 15 May 2004 01:22:47 -0000 Received: (qmail 3123 invoked from network); 14 May 2004 21:53:37 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by proxy.melb.primenet.com.au with SMTP; 14 May 2004 21:53:37 -0000 Received: (qmail 19346 invoked from network); 14 May 2004 21:52:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 14 May 2004 21:52:23 -0000 Received: (qmail 2710 invoked by alias); 14 May 2004 21:52:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19950 Received: (qmail 2701 invoked from network); 14 May 2004 21:52:13 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 14 May 2004 21:52:10 -0000 Received: (qmail 18876 invoked from network); 14 May 2004 21:52:09 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 14 May 2004 21:52:07 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 160BB7004A; Fri, 14 May 2004 17:51:39 -0400 (EDT) Date: Fri, 14 May 2004 17:51:39 -0400 From: Clint Adams To: Peter Stephenson Cc: zw , debian-gcc@lists.debian.org, debian-mips@lists.debian.org Subject: Re: C01arith.ztst Message-ID: <20040514215139.GA21862@scowler.net> References: <20040512190848.GA21949@scowler.net> <19423.1084440974@csr.com> <20040514193124.GA20654@scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040514193124.GA20654@scowler.net> User-Agent: Mutt/1.5.5.1+cvs20040105i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.9 required=6.0 tests=BAYES_10 autolearn=no version=2.63 X-Spam-Hits: -0.9 > The string stored at ptr, after ptr is no longer equal to optr, changes > from "" to "\020" when checkunary() is called. I'm going to try again > with gcc -O0 to see if the same thing happens. The test passes with no optimization; I guess this means it's a gcc bug specific to mips.