From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101683 invoked by alias); 1 Dec 2017 19:13:05 -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 100737 invoked by uid 89); 1 Dec 2017 19:13:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= 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; Fri, 01 Dec 2017 19:13:03 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A515C4DD7D for ; Fri, 1 Dec 2017 19:13:02 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id F0A135D6A3; Fri, 1 Dec 2017 19:13:01 +0000 (UTC) Subject: Re: [PATCH] Record nested types To: Keith Seitz 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> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <042df4c8-1ca7-0824-28c1-572674edc00c@redhat.com> Date: Fri, 01 Dec 2017 19:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <5f80cc27-b5fc-1700-d2a2-aa40b1ad2cb2@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-12/txt/msg00030.txt.bz2 On 12/01/2017 06:20 PM, Keith Seitz wrote: > On 12/01/2017 04:36 AM, Pedro Alves wrote: >>> If you'd like me to submit in full again, please let me know. Otherwise, I've appended the diff for nested-types.exp with changes necessary to get "output source file" working. I apparently broke it along the way. >> >> It would have been nice to have seen what the new .cc looks like too. >> >> But if the end result includes a comment in the .cc files mentioned that >> this is a generated file (maybe even include a "-*- buffer-read-only: t" >> marker at the top), then this is fine with me. > > How does this look? Looks fine, thanks. Pedro Alves