From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83629 invoked by alias); 7 Apr 2016 13:59:18 -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 83592 invoked by uid 89); 7 Apr 2016 13:59:16 -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=ham version=3.3.2 spammy=4.5, HContent-Transfer-Encoding:8bit 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 Apr 2016 13:59:06 +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 u37Dx4c2050916 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 7 Apr 2016 06:59:04 -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 u37Dx2Zm050915; Thu, 7 Apr 2016 06:59:02 -0700 (PDT) (envelope-from sgk) Date: Thu, 07 Apr 2016 13:59:00 -0000 From: Steve Kargl To: "Dominique =?iso-8859-1?Q?d'Humi=E8res?=" Cc: Tobias Burnus , fortran@gcc.gnu.org, gcc-patches Subject: Re: [PATCH] PR47040 - Make error message for empty array constructor more helpful/correct Message-ID: <20160407135902.GA50811@troutmask.apl.washington.edu> References: <4C6F6CD1-9AAB-459A-9182-655EDB56C437@lps.ens.fr> <20160407054844.GA48073@troutmask.apl.washington.edu> <9CC17A2B-DC0A-40B4-9696-038170F0F8B7@lps.ens.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9CC17A2B-DC0A-40B4-9696-038170F0F8B7@lps.ens.fr> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00027.txt.bz2 The latter is obvious as this "fixes" neither a regression nor documentation. For the former, see Fortran 95, section 4.5. -- steve On Thu, Apr 07, 2016 at 07:51:14AM +0200, Dominique d'Humières wrote: > Could you please elaborate. > > Dominique > > > Le 7 avr. 2016 à 07:48, Steve Kargl a écrit : > > > > On Wed, Apr 06, 2016 at 05:44:55PM +0200, Dominique d'Humières wrote: > >> Is the following patch OK (regtested on x86_64-apple-darwin15)? Should it be back ported to the gcc-5 branch? > > > > No and No. > > > > -- > > Steve > -- Steve