From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20820 invoked by alias); 16 Dec 2008 15:09:00 -0000 Received: (qmail 20810 invoked by uid 22791); 16 Dec 2008 15:09:00 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.240) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Dec 2008 15:08:25 +0000 Received: by rv-out-0708.google.com with SMTP id c5so3138506rvf.56 for ; Tue, 16 Dec 2008 07:08:23 -0800 (PST) Received: by 10.115.14.1 with SMTP id r1mr5782180wai.27.1229440103638; Tue, 16 Dec 2008 07:08:23 -0800 (PST) Received: by 10.115.93.5 with HTTP; Tue, 16 Dec 2008 07:08:23 -0800 (PST) Message-ID: Date: Tue, 16 Dec 2008 15:09:00 -0000 From: me22 To: yangch Subject: Re: pointer reference comparing with int in gcc 4.1.2 Cc: gcc-help@gcc.gnu.org In-Reply-To: <21027430.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <21026658.post@talk.nabble.com> <21027430.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg00185.txt.bz2 On 2008-12-16, yangch wrote: > > Scott wrote: >> >> I think it's just a bug in 4.1.2. It compiles fine in 4.3.1. >> > > Do you know the bug number or name ? > No; I just have 4.1.2 and 4.3.1 installed, so I tried both. ~ Scott