From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77826 invoked by alias); 4 Dec 2015 00:08:53 -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 77804 invoked by uid 89); 4 Dec 2015 00:08:52 -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,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 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; Fri, 04 Dec 2015 00:08:52 +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 tB408nmn016010 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 3 Dec 2015 16:08:49 -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 tB408n3s016009; Thu, 3 Dec 2015 16:08:49 -0800 (PST) (envelope-from sgk) Date: Fri, 04 Dec 2015 00:08:00 -0000 From: Steve Kargl To: Mikael Morin Cc: Janne Blomqvist , Bernhard Reutner-Fischer , David Malcolm , gfortran , GCC Patches Subject: Re: [PATCH] RFC: Use Levenshtein spelling suggestions in Fortran FE Message-ID: <20151204000849.GA15619@troutmask.apl.washington.edu> References: <1448974501-30981-1-git-send-email-rep.dot.nop@gmail.com> <1448974501-30981-4-git-send-email-rep.dot.nop@gmail.com> <1448990880.8490.24.camel@surprise> <56604942.6060807@sfr.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56604942.6060807@sfr.fr> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00039.txt.bz2 On Thu, Dec 03, 2015 at 02:53:06PM +0100, Mikael Morin wrote: > Le 03/12/2015 10:29, Janne Blomqvist a écrit : > > On Tue, Dec 1, 2015 at 7:51 PM, Bernhard Reutner-Fischer > > wrote: > >> As said, we could as well use a list of candidates with NULL as record marker. > >> Implementation cosmetics. Steve seems to not be thrilled by the > >> overall idea in the first place, so unless there is clear support by > >> somebody else i won't pursue this any further, it's not that i'm bored > >> or ran out of stuff i should do.. ;) > > > > FWIW, I think the idea of this patch is quite nice, and I'd like to > > see it in the compiler. > > > I like this feature as well. > > > I'm personally Ok with "C++-isms", but nowadays my contributions are > > so minor that my opinion shouldn't carry that much weight on this > > matter. > > > Same here. > David Malcolm suggested to move the candidate selection code to the > common middle-end infrastructure, which would move half of the so-called > "bloat" there. Steve, would that work for you? Fine with me. When debugging, if I run into C++isms, I'll stop and move to a new bug. We certainly have enough open bugs to choose from. -- Steve