From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Tue, 14 Nov 2006 20:09:09 -0800 Organization: Stanford University Message-ID: <455A92E5.4000404@codesourcery.com> References: <20061102190005.GA6116@meiner.onlinehome.de> <200611030143.30545.steven.bosscher@gmail.com> <20061103010817.EA39144018@Psilocybe.Update.UU.SE> <20061103012103.GA49976@troutmask.apl.washington.edu> <454AAA57.7090301@stanford.edu> <17739.37240.440687.793284@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163563821 8724 80.91.229.2 (15 Nov 2006 04:10:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Nov 2006 04:10:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: fortran-return-15793-gcgf-fortran=m.gmane.org@gcc.gnu.org Wed Nov 15 05:10:18 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 1GkC6J-0006Sd-UL for gcgf-fortran@gmane.org; Wed, 15 Nov 2006 05:10:16 +0100 Original-Received: (qmail 24338 invoked by alias); 15 Nov 2006 04:10:13 -0000 Original-Received: (qmail 24328 invoked by uid 22791); 15 Nov 2006 04:10:12 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Original-Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Nov 2006 04:10:06 +0000 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GkC66-0006PQ-G5 for fortran@gcc.gnu.org; Wed, 15 Nov 2006 05:10:02 +0100 Original-Received: from dnab42a439.stanford.edu ([171.66.164.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Nov 2006 05:10:02 +0100 Original-Received: from brooks.moses by dnab42a439.stanford.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Nov 2006 05:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: fortran@gcc.gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dnab42a439.stanford.edu User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <17739.37240.440687.793284@kahikatea.snap.net.nz> Original-Cc: fortran@gcc.gnu.org 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:15762 gmane.emacs.devel:62314 Archived-At: Nick Roberts wrote: > Brooks Moses writes: > > The attached only-slightly-less-trivial patch should fix the > > regressions, although I have not yet tested it to confirm that. > > I guess I'm pushing my luck with current feelings, but would it be > possible to add the column number? FYI: I just committed a patch to the GCC 4.2 and 4.3 branches that provides column numbers in the error messages. The format is as per the following example: ~/temp/>gfortran hello.F hello.F:3.6: write(*,) 'Hello!' 1 Error: Syntax error in WRITE statement at (1) - Brooks