From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30313 invoked by alias); 25 Jul 2006 02:00:40 -0000 Received: (qmail 30304 invoked by uid 22791); 25 Jul 2006 02:00:36 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Jul 2006 02:00:35 +0000 Received: from localhost ([127.0.0.1] ident=amavis) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1G5CDn-00006L-Ai; Mon, 24 Jul 2006 19:00:31 -0700 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32082-09; Mon, 24 Jul 2006 19:00:30 -0700 (PDT) Received: from maxim_fc3.hq.tensilica.com ([192.168.11.68]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1G5CDm-00006B-N7; Mon, 24 Jul 2006 19:00:30 -0700 Message-ID: <44C57B3E.1050401@hq.tensilica.com> Date: Tue, 25 Jul 2006 06:19:00 -0000 From: Maxim Grigoriev User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Daniel Jacobowitz , gdb@sourceware.org Subject: Re: Some GDB files won't compile with GCC 4.1, when -Werror is used References: <44C568A4.1040700@hq.tensilica.com> <20060725005820.GA24528@nevyn.them.org> In-Reply-To: <20060725005820.GA24528@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00167.txt.bz2 >> I don't get this problem with gcc 4.1.2. I don't know which version of >> GCC is more correct. The source code looks fine to me. So it seems to be a "Red Hat 4.1.0-3"-specific (mis)behavior. -- Maxim Daniel Jacobowitz wrote: > On Mon, Jul 24, 2006 at 05:41:08PM -0700, Maxim Grigoriev wrote: > >> Hello everyone, >> >> My codeline is synchronized with the main GDB CVS sources. >> Am I the only individual who's unable to compile .../gdb/p-valprint.c >> and .../gdb/cp-valprint.c with GCC 4.1 ? >> Host is i686-pc-linux-gnu. >> >> >>>>>>> uname -a >>>>>>> >> Linux .... 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 >> i386 GNU/Linux >> >> >>>>>>> gcc --version >>>>>>> >> gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3) >> Copyright (C) 2006 Free Software Foundation, Inc. >> > > I don't get this problem with gcc 4.1.2. I don't know which version of > GCC is more correct. > > >