From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108278 invoked by alias); 7 Dec 2017 23:03:22 -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 108258 invoked by uid 89); 7 Dec 2017 23:03:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:228 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Dec 2017 23:03:20 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6A0580460 for ; Thu, 7 Dec 2017 23:03:19 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A420A1899E for ; Thu, 7 Dec 2017 23:03:19 +0000 (UTC) Subject: Re: [PATCH] Record nested types To: gdb-patches@sourceware.org References: <750ffd14-bc4b-2440-e781-50b1d8c2ac89@redhat.com> <20171031190308.18094-1-keiths@redhat.com> <2798a979-42bb-2faf-c2e3-ee9078c69ebc@redhat.com> <48b9640d-05be-d593-ecf0-649c785ee1e9@redhat.com> <5f80cc27-b5fc-1700-d2a2-aa40b1ad2cb2@redhat.com> <042df4c8-1ca7-0824-28c1-572674edc00c@redhat.com> From: Keith Seitz Message-ID: Date: Thu, 07 Dec 2017 23:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <042df4c8-1ca7-0824-28c1-572674edc00c@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00152.txt.bz2 On 12/01/2017 11:13 AM, Pedro Alves wrote: > On 12/01/2017 06:20 PM, Keith Seitz wrote: >> How does this look? > > Looks fine, thanks. I've pushed this patch, thank you for your reviews. Keith