From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 589 invoked by alias); 12 May 2005 20:48:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 566 invoked from network); 12 May 2005 20:48:45 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 12 May 2005 20:48:45 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EJA06238 (AUTH halo1); Thu, 12 May 2005 23:48:39 +0300 (IDT) Date: Thu, 12 May 2005 20:50:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sourceware.org Message-ID: <01c55733$Blat.v2.4$9ceaa860@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050512153340.GA3028@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 12 May 2005 11:33:41 -0400) Subject: Re: [COMMIT] Avoid compiler warnings in gnu-v3-abi.c Reply-to: Eli Zaretskii References: <01c55707$Blat.v2.4$809d30a0@zahav.net.il> <20050512153340.GA3028@nevyn.them.org> X-SW-Source: 2005-05/txt/msg00306.txt.bz2 > Date: Thu, 12 May 2005 11:33:41 -0400 > From: Daniel Jacobowitz > > What compiler version produced this warning? GCC 3.3 and 3.4 don't, > AFAICT; maybe it's new in 4.0. I used GCC 3.4.3. Perhaps it's a matter of what warning options are turned on? The ones I used are in the current CVS's djconfig.sh. Are you saying that this is a GCC bug? I don't think so, since the code is clearly unclean: it mixes two different enums. GCC is right warning about that.