From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106279 invoked by alias); 12 Oct 2016 17:18:33 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 106260 invoked by uid 89); 12 Oct 2016 17:18:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:300 X-Spam-User: qpsmtpd, 2 recipients 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 ESMTP; Wed, 12 Oct 2016 17:18:31 +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 u9CHIT3J074875 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 12 Oct 2016 10:18:29 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id u9CHITR9074874; Wed, 12 Oct 2016 10:18:29 -0700 (PDT) (envelope-from sgk) Date: Wed, 12 Oct 2016 17:18:00 -0000 From: Steve Kargl To: Andre Vehreschild Cc: GCC-Fortran-ML , GCC-Patches-ML Subject: Re: PING! [Fortran, Patch, PR72832, v1] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate requested dimensions Message-ID: <20161012171829.GA74545@troutmask.apl.washington.edu> Reply-To: kargl@uw.edu References: <20160902095919.6feaefb5@vepi2> <20161012115010.3f900f33@vepi2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012115010.3f900f33@vepi2> User-Agent: Mutt/1.6.1 (2016-04-27) X-SW-Source: 2016-10/txt/msg00943.txt.bz2 On Wed, Oct 12, 2016 at 11:50:10AM +0200, Andre Vehreschild wrote: > Ping! > > Updated patch with the comments gotten so far. > > Ok for trunk? > Looks good to me. -- Steve