From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5557 invoked by alias); 29 Jan 2014 14:34:57 -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 5535 invoked by uid 89); 29 Jan 2014 14:34:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: outpost2.zedat.fu-berlin.de Received: from outpost2.zedat.fu-berlin.de (HELO outpost2.zedat.fu-berlin.de) (130.133.4.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Jan 2014 14:34:55 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1W8WE8-001Cw2-Pg>; Wed, 29 Jan 2014 15:34:52 +0100 Received: from mx.physik.fu-berlin.de ([160.45.64.218]) by relay1.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1W8WE8-0049Y1-N9>; Wed, 29 Jan 2014 15:34:52 +0100 Received: from squeeze64.physik.fu-berlin.de ([160.45.66.239] helo=login.physik.fu-berlin.de) by mx.physik.fu-berlin.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1W8WE4-0006Kt-9v; Wed, 29 Jan 2014 15:34:48 +0100 Received: from tburnus by login.physik.fu-berlin.de with local (Exim 4.72 #1 (Debian)) id 1W8WE4-0007xD-7m; Wed, 29 Jan 2014 15:34:48 +0100 Date: Wed, 29 Jan 2014 14:34:00 -0000 From: Tobias Burnus To: binutils@sourceware.org Cc: gdb-patches@sourceware.org, Joel Brobecker 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: <20140129143448.GA29560@physik.fu-berlin.de> References: <20140128082513.GA25073@physik.fu-berlin.de> <20140129125618.GA28587@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140129125618.GA28587@physik.fu-berlin.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2014-01/txt/msg01036.txt.bz2 Dear gdb-patches readers, 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.) On Wed, Jan 29, 2014 at 01:56:19PM +0100, Tobias Burnus wrote: > GCC 4.9 (current GIT version) seems to warn now about > bfd_set_section_userdata (stdoutput, seg, seginfo); > where the macro expands to "..., TRUE" (-Wunused-value) Tobias