From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 726 invoked by alias); 30 Jan 2014 04:17:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 705 invoked by uid 89); 30 Jan 2014 04:17:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 30 Jan 2014 04:17:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A2A6A1164C3; Wed, 29 Jan 2014 23:17:28 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id K8TCvuS1rTDw; Wed, 29 Jan 2014 23:17:28 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4806C11643B; Wed, 29 Jan 2014 23:17:28 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 66BC4E0487; Thu, 30 Jan 2014 08:17:24 +0400 (RET) Date: Thu, 30 Jan 2014 04:17:00 -0000 From: Joel Brobecker To: Tobias Burnus Cc: binutils@sourceware.org, gdb-patches@sourceware.org Subject: Re: [Patch] Fix binutils-gdb build with GCC 4.9 (was: Build problems with GIT version: ../bfd/bfd.h:304:75: error: right-hand operand of comma expression has no effect) Message-ID: <20140130041724.GT4101@adacore.com> References: <20140128082513.GA25073@physik.fu-berlin.de> <20140129125618.GA28587@physik.fu-berlin.de> <20140129143448.GA29560@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140129143448.GA29560@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg01052.txt.bz2 > please ignore my patch. It has been fixed differently by > Nick (thanks!): > https://sourceware.org/ml/binutils/2014-01/msg00334.html > [Already committed and, unsurprisingly, it works like a charm.] > > (I thought I mention it here as his email only went to > binutils.) Thanks for the note! For the release branch, I think we can do without, because we disable -Werror by default. Cheers, -- Joel