From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30290 invoked by alias); 30 Jan 2015 01:56:09 -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 28944 invoked by uid 9176); 30 Jan 2015 01:56:03 -0000 Date: Fri, 30 Jan 2015 03:37:00 -0000 From: GDB Administrator To: gdb-patches@sourceware.org Subject: New ARI warning Fri Jan 30 01:56:03 UTC 2015 Message-ID: <20150130015603.GA28935@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) X-SW-Source: 2015-01/txt/msg00789.txt.bz2 151a152 > gdb/dwarf2loc.c:2527: gettext: _ markup: All messages should be marked up with _. gdb/dwarf2loc.c:2527: error ("cannot find reference address for offset property"); 160a162 > gdb/dwarf2read.c:12282: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this) gdb/dwarf2read.c:12282: else if ((major = producer_is_gcc (cu->producer, &minor)) > 0)