From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3335 invoked by alias); 30 May 2018 22:20:19 -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 3297 invoked by uid 89); 30 May 2018 22:20:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_STOCKGEN,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=sometime, Assertion, Hx-languages-length:736 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 May 2018 22:20:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36185117FE8; Wed, 30 May 2018 18:20:15 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6eNp890hEoZE; Wed, 30 May 2018 18:20:15 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 05310117FDF; Wed, 30 May 2018 18:20:15 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 37EE183056; Wed, 30 May 2018 15:20:13 -0700 (PDT) Date: Wed, 30 May 2018 22:53:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: keiths@redhat.com Subject: GDB 8.1.1 release, 2018-05-30 update Message-ID: <20180530222013.5pvgedo2moxlvmbf@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-05/txt/msg00821.txt.bz2 Hey everyone, Still down to the one issue we have left: * [KeithS/TomT] PR symtab/23010 (Regression: Assertion: SYMBOL_LANGUAGE (sym) == DICT_LANGUAGE (dict)->la_language) This is a regression. Tom sent a patch which got peer-reviewed by KeithS, and I gave it a nod, so it should go in sometime soon. But we still need to discuss whether the patch is suitable for 8.1.1. https://sourceware.org/ml/gdb-patches/2018-04/msg00234.html The good news is that Keith was able to figure out what happens, and came up with a fairly simple patch, which bodes well for backporting it to the branch. Keith, do you have a sense of when you might be able to officially submit the patch? Thanks! -- Joel