From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8552 invoked by alias); 3 Jun 2015 17:06:15 -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 8535 invoked by uid 89); 3 Jun 2015 17:06:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Wed, 03 Jun 2015 17:06:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D296C28B14; Wed, 3 Jun 2015 13:06:11 -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 UkAULfYWa6Uo; Wed, 3 Jun 2015 13:06:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A464928925; Wed, 3 Jun 2015 13:06:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 44B54406D3; Wed, 3 Jun 2015 10:06:10 -0700 (PDT) Date: Wed, 03 Jun 2015 17:06:00 -0000 From: Joel Brobecker To: Phil Muldoon Cc: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: 2 weeks to GDB 7.10 tentative branching date! Message-ID: <20150603170610.GA2801@adacore.com> References: <20150601213709.GC2631@adacore.com> <20150602081231.GA7387@host1.jankratochvil.net> <556D664B.2080301@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <556D664B.2080301@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-06/txt/msg00042.txt.bz2 > > [patchv2] compile: Fix crash on cv-qualified self-reference > > https://sourceware.org/ml/gdb-patches/2015-05/msg00434.html > > Message-ID: <20150516132555.GB17266@host1.jankratochvil.net> > > I think is a definite blocker. Agreed. > > [patchv6] compile: Use also inferior munmap > > https://sourceware.org/ml/gdb-patches/2015-05/msg00432.html > > Message-ID: <20150516131850.GA16793@host1.jankratochvil.net> > > > > [PATCH v4 1/2] compile: set debug compile: Display GCC driver filename > > https://sourceware.org/ml/gdb-patches/2015-05/msg00628.html > > Message-ID: <20150524185752.31862.62312.stgit@host1.jankratochvil.net> > > [PATCH v5 2/2] compile: Add 'set compile-gcc' > > https://sourceware.org/ml/gdb-patches/2015-05/msg00630.html > > Message-ID: <20150525185046.GA30823@host1.jankratochvil.net> > These would be nice to have, but I cant seem them blocking? > > Not concerned of those below, personally. Same here, but I think there is a chance that we can backport the fixes to the branch prior to making the release, as they should only affect the "compile" feature? -- Joel