From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7908 invoked by alias); 18 Dec 2015 17:56:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 7897 invoked by uid 89); 18 Dec 2015 17:56:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=much, much!! 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 18 Dec 2015 17:56:09 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 344AF3F0A2; Fri, 18 Dec 2015 17:56:08 +0000 (UTC) Received: from [10.10.116.53] (ovpn-116-53.rdu2.redhat.com [10.10.116.53]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tBIHu7aB019217; Fri, 18 Dec 2015 12:56:07 -0500 Subject: Re: [PATCHES, PING*5] Enhance standard DWARF for Ada To: Pierre-Marie de Rodat , gcc-patches@gcc.gnu.org References: <55A76C7B.7080303@adacore.com> <55B0C74D.3040907@adacore.com> <55BB53F3.1080101@adacore.com> <55BB56B1.8080407@adacore.com> <55C5C54E.8050700@adacore.com> <55E4025B.3050309@adacore.com> <5626A05D.3090905@adacore.com> <564CE0F7.4060801@redhat.com> <56531A3E.40504@adacore.com> <56538037.7060900@redhat.com> <56542B0F.6040102@adacore.com> <5655FF72.7030901@redhat.com> <5656FC6C.7040008@adacore.com> <566B3151.4000209@redhat.com> <56712691.4050709@adacore.com> <5671D7E6.6070508@redhat.com> <5672C269.1060405@adacore.com> Cc: Cary Coutant , Eric Botcazou From: Jason Merrill Message-ID: <567448B7.7040408@redhat.com> Date: Fri, 18 Dec 2015 17:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <5672C269.1060405@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-12/txt/msg01907.txt.bz2 On 12/17/2015 09:10 AM, Pierre-Marie de Rodat wrote: > On 12/16/2015 10:30 PM, Jason Merrill wrote: >> OK with those changes. > > All changes done, and all patches pushed. Thank you very much!! These broke a lot of tests in the GDB C++ testsuite. Specifically, the commit DWARF: handle variable-length records and variant parts Jason