From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7879 invoked by alias); 7 Jun 2013 14:50:18 -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 7864 invoked by uid 89); 7 Jun 2013 14:50:17 -0000 X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 07 Jun 2013 14:50:17 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r57EoFnA098095; Fri, 7 Jun 2013 07:50:15 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r57EoE39098094; Fri, 7 Jun 2013 07:50:14 -0700 (PDT) (envelope-from sgk) Date: Fri, 07 Jun 2013 14:50:00 -0000 From: Steve Kargl To: Tobias Burnus Cc: gcc patches , gfortran Subject: Re: [Patch, Fortran] PR57549 - fix type-spec handling with array constructors Message-ID: <20130607145014.GA98085@troutmask.apl.washington.edu> References: <51B1E848.1040302@net-b.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51B1E848.1040302@net-b.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00407.txt.bz2 On Fri, Jun 07, 2013 at 04:03:52PM +0200, Tobias Burnus wrote: > Unreviewed patches: > * http://gcc.gnu.org/ml/fortran/2013-06/msg00027.html > * http://gcc.gnu.org/ml/fortran/2013-06/msg00048.html > > * * * > > As with ALLOCATE (type-spec :: ...), also array constructors take as > type-spec a type name ("integer, my_dt, etc.) without an extra TYPE(). > > Thus, instead of using the decl.c var decl function, we use the same as > for allocate. > > Build and regtested on x86-64-gnu-linux. > OK for the trunk? > OK. Thanks for the patch. -- Steve