From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50032 invoked by alias); 17 Jul 2015 18:28:48 -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 50016 invoked by uid 89); 17 Jul 2015 18:28:48 -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,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Fri, 17 Jul 2015 18:28:47 +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 (Postfix) with ESMTPS id 6012B3582C7; Fri, 17 Jul 2015 18:28:46 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-41.ams2.redhat.com [10.36.116.41]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6HISgjC026270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Jul 2015 14:28:45 -0400 Date: Fri, 17 Jul 2015 18:28:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, keiths@redhat.com Subject: Re: GDB 7.10 release 2015-07-17 status update? Message-ID: <20150717182842.GA7050@host1.jankratochvil.net> References: <20150717175328.GA15874@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150717175328.GA15874@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00514.txt.bz2 On Fri, 17 Jul 2015 19:53:28 +0200, Joel Brobecker wrote: > We still have 2 "Maybe"'s: > > - [GCC review/Jan] PR compile/18485 (set debug compile: Display GCC driver > filename) > - [GCC review/Jan] PR compile/18486 (Add 'set compile-gcc') > > If the reason for it being a "Maybe" is time, we can probably give you > a little extra time (see below). I have pinged those now: ping: [PATCH v3 1/4] libcc1: Introduce GCC_FE_VERSION_1 https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01563.html But I do not think it matters much, there are other more important parts of the 'compile' project. The release really should not be delayed in any way for it. It could be also already rejected that 7.11 will be enough for it. Jan