From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101368 invoked by alias); 10 Jan 2019 01:29:25 -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 101345 invoked by uid 89); 10 Jan 2019 01:29:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:369, Really X-HELO: gateway22.websitewelcome.com Received: from gateway22.websitewelcome.com (HELO gateway22.websitewelcome.com) (192.185.47.206) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 10 Jan 2019 01:29:22 +0000 Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway22.websitewelcome.com (Postfix) with ESMTP id 68E6B528E for ; Wed, 9 Jan 2019 19:29:21 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id hP9tgf4Sp4FKphP9tg6L9Z; Wed, 09 Jan 2019 19:29:21 -0600 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=NWYFJrKdwdEDCEW4cQEfuLK3EESZC6iCb4HzDTp0AUg=; b=aJiZn0KZSN7W/f/n8vBtg2aZv6 f8hH9MsyV6FE2vL6vvvWKnQE+J+xE1+9+7BhhaGdL0pa+uao023ok+eC/7eTx3EFhByqYEp18hL4F nhQeHNPttEhiAy/+iq/qpYk29; Received: from 75-166-72-210.hlrn.qwest.net ([75.166.72.210]:59752 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1ghP9t-000pZv-3y; Wed, 09 Jan 2019 19:29:21 -0600 From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 00/12] Remove some ALL_* iteration macros References: <20181125165439.13773-1-tom@tromey.com> <4406ff6a-975d-0db7-747c-27c7edda8bdb@simark.ca> <87y381v2iu.fsf@tromey.com> <87h8el1raa.fsf@tromey.com> <85c79e69a5c6bbdaca240304c47e7a3f@simark.ca> Date: Thu, 10 Jan 2019 01:29:00 -0000 In-Reply-To: <85c79e69a5c6bbdaca240304c47e7a3f@simark.ca> (Simon Marchi's message of "Wed, 09 Jan 2019 14:49:23 -0500") Message-ID: <8736q1xpu7.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-01/txt/msg00208.txt.bz2 >>>>> "Simon" == Simon Marchi writes: Simon> Yeah, I think the second_adapter approach just makes things more Simon> obscure. Simon> Really, I am fine with what you did. Ok. I added the missing braces and re-tested it on the buildbot ("Fedora-x86_64-m64"); and I am going to push it now. Tom