From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32637 invoked by alias); 3 Aug 2002 07:56:03 -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 32531 invoked by uid 71); 3 Aug 2002 07:56:02 -0000 Date: Sat, 03 Aug 2002 00:56:00 -0000 Message-ID: <20020803075602.32524.qmail@sources.redhat.com> To: neil@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: 'Zack Weinberg' Subject: Re: preprocessor/5806: The preprocessor evaluates expression s in 64-bit, violating IS C++ 16.1.4 Reply-To: 'Zack Weinberg' X-SW-Source: 2002-08/txt/msg00048.txt.bz2 List-Id: The following reply was made to PR preprocessor/5806; it has been noted by GNATS. From: 'Zack Weinberg' To: "Dana, Eric" Cc: 'Neil Booth' , "'gcc-gnats@gcc.gnu.org'" , "Schoeller, Dick" Subject: Re: preprocessor/5806: The preprocessor evaluates expression s in 64-bit, violating IS C++ 16.1.4 Date: Sat, 3 Aug 2002 00:52:37 -0700 On Fri, Mar 15, 2002 at 10:37:47AM -0600, Dana, Eric wrote: > Zack, > > The config.guess output is: i386-sequent-sysv4 > One possibility is to change the '#if ((~0UL) == 0xffffffffUL)' to > '#if defined(__i386__)' which is predefined in the gcc compiler. > You may have a better suggestion... Tnx... I believe this has been resolved in the mainline sources; can you check to see whether the problem still persists? Thanks, zw