From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63715 invoked by alias); 17 Nov 2015 06:39:35 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 63701 invoked by uid 89); 17 Nov 2015 06:39:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 17 Nov 2015 06:39:34 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id tAH6dVJ3082258 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 16 Nov 2015 22:39:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id tAH6dVDB082257; Mon, 16 Nov 2015 22:39:31 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Nov 2015 06:39:00 -0000 From: Steve Kargl To: Damian Rouson Cc: Gfortran List , Alessandro Fanfarillo Subject: Re: Trunk in Stage 3. Message-ID: <20151117063931.GB81929@troutmask.apl.washington.edu> References: <20151117011301.GA80458@troutmask.apl.washington.edu> <4D46F718-FE89-4A59-9F90-59EAFF692FE8@sourceryinstitute.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D46F718-FE89-4A59-9F90-59EAFF692FE8@sourceryinstitute.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00099.txt.bz2 On Tue, Nov 17, 2015 at 12:19:01AM -0600, Damian Rouson wrote: > > > > On Nov 16, 2015, at 7:13 PM, Steve Kargl wrote: > > > > If you missed the announcement, trunk is now in Stage 3. > > > > https://gcc.gnu.org/ml/gcc/2015-11/msg00075.html > > > > This means bugfixing and no new features unless the > > new feature has been previously submitted for review. > > > > So, who has outstanding patches needing reviews and > > who wants to jump on the squashing of old bug reports? > > > > Tobias???s EVENT_TYPE patch is outstanding: > https://gcc.gnu.org/ml/fortran/2015-04/msg00119.html > Alessandro submitted his dissertation draft at the end of October. > He expects to have time to look at this patch in the coming weeks > and get it submitted for approval for committing to the trunk. > Thanks for the pointer. I've lost track of some patches. I have a feeling that Andre has one or two unreviewed/uncommitted ALLOCATE patches. Tobias's patch is probably about coarrays. He's unfortunately our corray expert. From his absences here, I suspect that Real Life (tm) has caught up with him. It's probably a well-deserved respite from his gfortran hacking. -- Steve