From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10993 invoked by alias); 13 Nov 2012 15:46:51 -0000 Received: (qmail 10985 invoked by uid 22791); 13 Nov 2012 15:46:50 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Nov 2012 15:46:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9205C2E06C; Tue, 13 Nov 2012 10:46:29 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id JkqjnTI3xCd5; Tue, 13 Nov 2012 10:46:29 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 48D7D2E067; Tue, 13 Nov 2012 10:46:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id AFB9CC5628; Tue, 13 Nov 2012 07:46:11 -0800 (PST) Date: Tue, 13 Nov 2012 15:46:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: 'Tom Tromey' , 'Andreas Schwab' , gdb-patches@sourceware.org Subject: Re: [RFA-v2] ARI fixes: Remove some sprintf calls Message-ID: <20121113154611.GA5103@adacore.com> References: <4297.05661158568$1352387430@news.gmane.org> <87d2znhj7t.fsf@fleche.redhat.com> <000001cdc061$dad58740$908095c0$@muller@ics-cnrs.unistra.fr> <20121112160741.GT5103@adacore.com> <006301cdc184$5d925f50$18b71df0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006301cdc184$5d925f50$18b71df0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-11/txt/msg00319.txt.bz2 > > Another tiny nit. GCS require that we put the RHS expression inside > > parentheses (to help tools format it correctly). Thus: > > I hope to correctly understand that you mean > that this is for multi-line expressions only... Yes, that's correct :). -- Joel