From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15204 invoked by alias); 15 Dec 2014 19:12:54 -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 15194 invoked by uid 89); 15 Dec 2014 19:12:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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; Mon, 15 Dec 2014 19:12:52 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBFJCldN011049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 15 Dec 2014 14:12:48 -0500 Received: from host2.jankratochvil.net (ovpn-116-142.ams2.redhat.com [10.36.116.142]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBFJCijX017610 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 15 Dec 2014 14:12:47 -0500 Date: Mon, 15 Dec 2014 19:12:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: [commit 7.8] [patch+7.8] Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' (PR 17642) Message-ID: <20141215191244.GA23577@host2.jankratochvil.net> References: <20141125195444.GA3400@host2.jankratochvil.net> <20141213142351.GG5457@adacore.com> <20141215150609.GA4229@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141215150609.GA4229@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00414.txt.bz2 On Mon, 15 Dec 2014 16:06:09 +0100, Joel Brobecker wrote: > So, if you'd like, you could push your patch on the branch as well. Checked in 7.8: c644a8577431101e5f50b6d9664a4606bd92cbfd reindent dbdc8a04a60670542cfda8749a2be78779ff7720 the fix https://sourceware.org/gdb/wiki/GDB_7.8_Release?action=diff&rev2=103&rev1=101 Jan