From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Kargl Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Wed, 1 Nov 2006 13:30:56 -0800 Message-ID: <20061101213056.GA63890@troutmask.apl.washington.edu> References: <200611011037.12356.wt@atmos.colostate.edu> <20061101180354.GA62686@troutmask.apl.washington.edu> <20061101203931.E775C4401A@Psilocybe.Update.UU.SE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162416826 22445 80.91.229.2 (1 Nov 2006 21:33:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2006 21:33:46 +0000 (UTC) Cc: wt@atmos.colostate.edu, fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15393-gcgf-fortran=m.gmane.org@gcc.gnu.org Wed Nov 01 22:33:44 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 1GfNi7-0007Rt-UP for gcgf-fortran@gmane.org; Wed, 01 Nov 2006 22:33:24 +0100 Original-Received: (qmail 19700 invoked by alias); 1 Nov 2006 21:33:22 -0000 Original-Received: (qmail 19692 invoked by uid 22791); 1 Nov 2006 21:33:22 -0000 X-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Original-Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.208.78.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Nov 2006 21:33:20 +0000 Original-Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id kA1LUvk7064012; Wed, 1 Nov 2006 13:30:57 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Original-Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id kA1LUuEW064011; Wed, 1 Nov 2006 13:30:56 -0800 (PST) (envelope-from sgk) Original-To: "Alfred M. Szmidt" Content-Disposition: inline In-Reply-To: <20061101203931.E775C4401A@Psilocybe.Update.UU.SE> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes 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:15362 gmane.emacs.devel:61575 Archived-At: On Wed, Nov 01, 2006 at 09:39:31PM +0100, Alfred M. Szmidt wrote: > You will need to audit each and every one to ensure that the > messages meet your expectations. You'll then need to fix the > testsuite. > > This is not needed, you are exaggerating beyond belief Steve. Have you actually read gfortran source code other than error.c? > Here is another version that is should be backward compatible with the > bits that the testsuite parses. This will fix the problem the > original user reported; namley allowing programs that parse GNU style > error message to jump to the location of the error/warning. I've already posted a counter example that will not allow a person to jump to the location of the error. You need to read the entire error message to decide where the error is. -- Steve