From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28396 invoked by alias); 24 Aug 2017 14:31:58 -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 28315 invoked by uid 89); 24 Aug 2017 14:31:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:381 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, 24 Aug 2017 14:31:47 +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 3ABA2552FE; Thu, 24 Aug 2017 14:31:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 3ABA2552FE Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jan.kratochvil@redhat.com Received: from host1.jankratochvil.net (ovpn-117-146.ams2.redhat.com [10.36.117.146]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 326137EA32; Thu, 24 Aug 2017 14:31:38 +0000 (UTC) Date: Thu, 24 Aug 2017 14:31:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [commit+8.0] DWARF-5: Fix -fdebug-types-section Message-ID: <20170824143136.GA11473@host1.jankratochvil.net> References: <20170629092626.GA26755@host1.jankratochvil.net> <8df641d7-b02d-a9f6-8ddc-e15a2353ddb1@redhat.com> <20170824083157.GA27012@host1.jankratochvil.net> <20170824121233.dnrib6mx5uaasn63@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824121233.dnrib6mx5uaasn63@adacore.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-SW-Source: 2017-08/txt/msg00468.txt.bz2 On Thu, 24 Aug 2017 14:12:33 +0200, Joel Brobecker wrote: > Was there a GDB PR number for this fix? (just making sure this fix > will be documented in the 8.0.1 release) Sorry about that, filed one now: Assertion on debuggee built with -gdwarf-5 -fdebug-types-section https://sourceware.org/bugzilla/show_bug.cgi?id=22002 Jan