From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28384 invoked by alias); 18 Mar 2010 07:11:56 -0000 Received: (qmail 28373 invoked by uid 22791); 18 Mar 2010 07:11:55 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Mar 2010 07:11:49 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Ns9tT-00040O-AG; Thu, 18 Mar 2010 03:11:47 -0400 From: Eli Zaretskii To: Stan Shebs CC: gdb-patches@sourceware.org In-reply-to: <4BA1B365.1070608@codesourcery.com> (message from Stan Shebs on Wed, 17 Mar 2010 22:00:21 -0700) Subject: Re: [PATCH] Disallow non-scalars as rvalues in agent expressions Reply-to: Eli Zaretskii References: <4BA1B365.1070608@codesourcery.com> Message-Id: Date: Thu, 18 Mar 2010 07:11:00 -0000 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: 2010-03/txt/msg00649.txt.bz2 > 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 _() ?