From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3607 invoked by alias); 10 May 2018 18:00:46 -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 3258 invoked by uid 89); 10 May 2018 18:00:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=Hx-languages-length:624, HTo:U*tkoenig, badges 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; Thu, 10 May 2018 18:00:27 +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 w4AI0PhO047167 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 10 May 2018 11:00:25 -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 w4AI0OCS047166; Thu, 10 May 2018 11:00:24 -0700 (PDT) (envelope-from sgk) Date: Thu, 10 May 2018 18:00:00 -0000 From: Steve Kargl To: Thomas Koenig Cc: Andre Vehreschild , "Dominique =?iso-8859-1?Q?d'Humi=E8res?=" , gfortran , gcc-patches Subject: Re: [PATCH] PR fortran/85521 -- Zero length substrings in array aconstructors Message-ID: <20180510180024.GA47136@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20180510141521.GA42930@troutmask.apl.washington.edu> <20180510171825.54a37394@vepi2> <20180510154121.GA44270@troutmask.apl.washington.edu> <66f2454b-841e-cce2-2e0c-87e1cabbd193@netcologne.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66f2454b-841e-cce2-2e0c-87e1cabbd193@netcologne.de> User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00034.txt.bz2 On Thu, May 10, 2018 at 07:56:59PM +0200, Thomas Koenig wrote: > Am 10.05.2018 um 17:41 schrieb Steve Kargl: > > It is certainly possible to give a warning, but it > > would be odd (to me) to warn about technically > > standard conforming code. > > Maybe we could add > > gfc_warning (0, "Standard-conforming code found, your code may run as > expected"); > > at the end of the compilation :-) Given the amount of nonstandard code gfortran has to cope with, the above isn't a bad idea! Perhaps, we can also hand out merit badges. :-) -- Steve