From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82091 invoked by alias); 15 Sep 2018 21:03:40 -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 82081 invoked by uid 89); 15 Sep 2018 21:03:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=accident, HTo:U*palves, Hx-languages-length:692, clarify X-HELO: gateway20.websitewelcome.com Received: from gateway20.websitewelcome.com (HELO gateway20.websitewelcome.com) (192.185.54.2) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Sep 2018 21:03:37 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway20.websitewelcome.com (Postfix) with ESMTP id 1635C400C4C05 for ; Sat, 15 Sep 2018 16:03:36 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 1Hj6gx3x479N31Hj6g89x7; Sat, 15 Sep 2018 16:03:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VWp1yLB5oi5nF7t4wSbYzDf6KmUDy6TaOZGabHb46lI=; b=ST/etQTBr3WWZ1Xf/LDy4GFqsS aCSpzrfNiGZ4nUZulza5FfDQQZEVV+9+i3jFr6/MX4FDUZ4Sw5SCGxPNjopopzV7kvybCqBhyHxsi nnjI9SPwnqiGdsQJa885tJLyN; Received: from 97-122-190-66.hlrn.qwest.net ([97.122.190.66]:45454 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1g1Hj5-000bYo-MP; Sat, 15 Sep 2018 16:03:35 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , Richard Bunt , gdb-patches@sourceware.org, nd@arm.com Subject: Re: [PATCH v2] Logical short circuiting with argument lists References: <79494820-f795-ad3c-8546-0ad288cd05b0@arm.com> <87mustueua.fsf@tromey.com> <2fd31db3-e0f7-262b-6b30-bd7a78cbabbf@arm.com> <87pnxjj688.fsf@tromey.com> <6975e212-9903-2f20-d272-f20d87673504@redhat.com> Date: Sat, 15 Sep 2018 21:03:00 -0000 In-Reply-To: <6975e212-9903-2f20-d272-f20d87673504@redhat.com> (Pedro Alves's message of "Wed, 12 Sep 2018 14:04:09 +0100") Message-ID: <87r2huqxqx.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-09/txt/msg00501.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> On 09/12/2018 12:38 PM, Tom Tromey wrote: Rich> However, if I had used a space between the array symbol name Rich> and the parenthesizes this would have been a problem. This is Rich> useful to know. >> >> Yeah. A bit subtle for my taste, I feel certain I'll break this rule by >> accident. Pedro> I've extended the wiki section to hopefully clarify things and make it Pedro> more obvious with an example. Please take a look: Pedro> https://sourceware.org/gdb/wiki/GDBTestcaseCookbook#Do_not_use_.22tail_parentheses.22_on_test_messages Thanks for doing that. Tom