From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24026 invoked by alias); 15 Dec 2014 19:23:01 -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 24013 invoked by uid 89); 15 Dec 2014 19:22:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 15 Dec 2014 19:22:57 +0000 Received: by mail-ob0-f177.google.com with SMTP id va2so18929291obc.8 for ; Mon, 15 Dec 2014 11:22:55 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.102.159 with SMTP id m31mr18971873oik.67.1418671375745; Mon, 15 Dec 2014 11:22:55 -0800 (PST) Received: by 10.76.185.7 with HTTP; Mon, 15 Dec 2014 11:22:55 -0800 (PST) In-Reply-To: <20141215191244.GA23577@host2.jankratochvil.net> References: <20141125195444.GA3400@host2.jankratochvil.net> <20141213142351.GG5457@adacore.com> <20141215150609.GA4229@adacore.com> <20141215191244.GA23577@host2.jankratochvil.net> Date: Mon, 15 Dec 2014 19:23:00 -0000 Message-ID: Subject: Re: [commit 7.8] [patch+7.8] Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > 0' (PR 17642) From: "H.J. Lu" To: Jan Kratochvil Cc: Joel Brobecker , GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00415.txt.bz2 On Mon, Dec 15, 2014 at 11:12 AM, Jan Kratochvil wrote: > 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 > > I'd like to backport https://sourceware.org/ml/gdb-patches/2014-12/msg00116.html to 7.8 branch. Thanks. -- H.J.