From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31666 invoked by alias); 7 Jan 2011 02:18:21 -0000 Received: (qmail 31658 invoked by uid 22791); 7 Jan 2011 02:18:20 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Jan 2011 02:18:15 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 79C9D6 for ; Thu, 6 Jan 2011 18:18:13 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 7446B8E70F for ; Thu, 6 Jan 2011 18:18:13 -0800 (PST) Message-ID: <4D2677E5.5020704@vmware.com> Date: Fri, 07 Jan 2011 02:18:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: Re: New ARI warning Fri Jan 7 01:54:25 UTC 2011 References: <20110107015425.GA12157@sourceware.org> In-Reply-To: <20110107015425.GA12157@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-01/txt/msg00147.txt.bz2 GDB Administrator wrote: > 622a623,624 >> gdb/mi/mi-cmd-disas.c:131: gettext: _ markup: All messages should be marked up with _. > gdb/mi/mi-cmd-disas.c:131: error ("mi_cmd_disassemble: Usage: ( [-f filename -l linenum [-n " >> gdb/mi/mi-cmd-disas.c:135: gettext: _ markup: All messages should be marked up with _. > gdb/mi/mi-cmd-disas.c:135: error ("mi_cmd_disassemble: Usage: [-f filename -l " > 1072d1073 > < gdb/solib-irix.c:575: gettext: _ markup: All messages should be marked up with _. > gdb/solib-irix.c:575: warning ("current_sos: truncating name of " > 1249d1249 > < gdb/tui/tui-layout.c:487: code: OP eol: Do not use &&, or || at the end of a line > gdb/tui/tui-layout.c:487: if (TUI_DATA_WIN->detail.data_display_info.regs_display_type != > 1267a1268 >> gdb/tui/tui-winsource.c:346: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this) > gdb/tui/tui-winsource.c:346: if ((offset = win_info->detail.source_info.horizontal_offset - num_to_scroll) < 0) > 1321d1321 > < gdb/varobj.c:2063: gettext: _ markup: All messages should be marked up with _. > gdb/varobj.c:2063: warning ("Assertion failed: Could not find " Hmmm, these are all files that I touched, but the issues are all pre-existing. What's going on? Why the new warnings?