From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Wed, 01 Nov 2006 01:01:23 +0200 Message-ID: References: <20061030211304.GB7761@troutmask.apl.washington.edu> <20061031151022.GA13987@troutmask.apl.washington.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162335713 28402 80.91.229.2 (31 Oct 2006 23:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 23:01:53 +0000 (UTC) Cc: Angelo.Graziosi@roma1.infn.it, fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15369-gcgf-fortran=m.gmane.org@gcc.gnu.org Wed Nov 01 00:01:48 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 1Gf2c1-0002GA-9f for gcgf-fortran@gmane.org; Wed, 01 Nov 2006 00:01:41 +0100 Original-Received: (qmail 15594 invoked by alias); 31 Oct 2006 23:01:37 -0000 Original-Received: (qmail 15584 invoked by uid 22791); 31 Oct 2006 23:01:36 -0000 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Original-Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 23:01:33 +0000 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-196-83.inter.net.il [83.130.196.83]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GDC98319 (AUTH halo1); Wed, 1 Nov 2006 01:01:20 +0200 (IST) Original-To: Steve Kargl In-reply-to: <20061031151022.GA13987@troutmask.apl.washington.edu> (message from Steve Kargl on Tue, 31 Oct 2006 07:10:22 -0800) 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:15338 gmane.emacs.devel:61497 Archived-At: > Date: Tue, 31 Oct 2006 07:10:22 -0800 > From: Steve Kargl > Cc: fortran@gcc.gnu.org, emacs-devel@gnu.org > > laptop:kargl[219] gfc -c l.f90 > In file l.inc:1 > > Included at l.f90:2 > > integer i > 1 > In file l.f90:3 > > call i(j) > 2 > Error: 'i' at (1) has a type, which is not consistent with the CALL at (2) GCC outputs similar error messages without any difficulty, and without violating the GNU standard: In file included from foo.h:79:, from bar.c:20: baz.h:34:10: error: conflicting types for 'whatever' another.h:63:7: error: previous declaration of 'whatever' was here (It doesn't show the actual offending line(s), but adding that would not interfere with parsing the messages.) > Is "NO" some difficult concept for you to understand? Ah, the winning argument...