From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30532 invoked by alias); 18 Mar 2010 16:02:55 -0000 Received: (qmail 30479 invoked by uid 22791); 18 Mar 2010 16:02:54 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Mar 2010 16:02:50 +0000 Received: (qmail 22640 invoked from network); 18 Mar 2010 16:02:49 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Mar 2010 16:02:49 -0000 Message-ID: <4BA24E9E.5090904@codesourcery.com> Date: Thu, 18 Mar 2010 16:02:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Eli Zaretskii CC: Stan Shebs , gdb-patches@sourceware.org Subject: Re: [PATCH] Disallow non-scalars as rvalues in agent expressions References: <4BA1B365.1070608@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-03/txt/msg00665.txt.bz2 Eli Zaretskii wrote: >> Date: Wed, 17 Mar 2010 22:00:21 -0700 >> From: Stan Shebs >> >> + error ("Value not scalar: cannot be an rvalue."); >> > > Shouldn't the error message be in _() ? > Gack! Thanks, just checked in the fix. Stan