From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Wed, 01 Nov 2006 15:37:08 -0500 Message-ID: References: <200611011037.12356.wt@atmos.colostate.edu> <20061101180354.GA62686@troutmask.apl.washington.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162413450 10206 80.91.229.2 (1 Nov 2006 20:37:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2006 20:37:30 +0000 (UTC) Cc: Warren Turkal , fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15387-gcgf-fortran=m.gmane.org@gcc.gnu.org Wed Nov 01 21:37:24 2006 Return-path: Envelope-to: gcgf-fortran@gmane.org Original-Received: from sourceware.org ([209.132.176.174]) by ciao.gmane.org with smtp (Exim 4.43) id 1GfMpv-0004bu-Lm for gcgf-fortran@gmane.org; Wed, 01 Nov 2006 21:37:24 +0100 Original-Received: (qmail 15169 invoked by alias); 1 Nov 2006 20:37:22 -0000 Original-Received: (qmail 14859 invoked by uid 22791); 1 Nov 2006 20:37:21 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=BAYES_00,DNS_FROM_RFC_ABUSE,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Original-Received: from tomts22.bellnexxia.net (HELO tomts22-srv.bellnexxia.net) (209.226.175.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Nov 2006 20:37:16 +0000 Original-Received: from pastel.home ([74.12.207.84]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061101203714.KROO10262.tomts22-srv.bellnexxia.net@pastel.home> for ; Wed, 1 Nov 2006 15:37:14 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D193F7F8A; Wed, 1 Nov 2006 15:37:08 -0500 (EST) Original-To: Steve Kargl In-Reply-To: <20061101180354.GA62686@troutmask.apl.washington.edu> (Steve Kargl's message of "Wed\, 1 Nov 2006 10\:03\:54 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Post: List-Help: , Original-Sender: fortran-owner@gcc.gnu.org Xref: news.gmane.org gmane.comp.gcc.fortran:15356 gmane.emacs.devel:61570 Archived-At: > To make gfortran conform to > http://www.gnu.org/prep/standards/standards.html#index-error-messages_002c-formatting-31 > requires more than the 2 line patch posted earlier. Could be, but the 2 line patch is all that's needed in practice to make the format follow at least the main part of the standard. The more complex parts of the standard (e.g. the :-:) are pretty dubious anyway: I've never seen them used and they are likely to suffer from ambiguity (if you file names look like numbers, typically). > There are > at least 1022 possible routes to show_locus. > troutmask:sgk[207] grep gfc_error *c | wc -l > 891 > troutmask:sgk[208] grep gfc_warning *c | wc -l > 64 > troutmask:sgk[210] grep gfc_notify *c | wc -l > 67 Why would that matter? Stefan