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: Tue, 31 Oct 2006 07:10:22 -0800 Message-ID: <20061031151022.GA13987@troutmask.apl.washington.edu> References: <20061030211304.GB7761@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 1162307587 20504 80.91.229.2 (31 Oct 2006 15:13:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 15:13:07 +0000 (UTC) Cc: fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15349-gcgf-fortran=m.gmane.org@gcc.gnu.org Tue Oct 31 16:13:04 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 1GevIK-00010e-Dd for gcgf-fortran@gmane.org; Tue, 31 Oct 2006 16:12:53 +0100 Original-Received: (qmail 23101 invoked by alias); 31 Oct 2006 15:12:50 -0000 Original-Received: (qmail 23026 invoked by uid 22791); 31 Oct 2006 15:12:48 -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; Tue, 31 Oct 2006 15:12:37 +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 k9VFARj4014061; Tue, 31 Oct 2006 07:10:27 -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 k9VFAM8W014060; Tue, 31 Oct 2006 07:10:22 -0800 (PST) (envelope-from sgk) Original-To: Angelo Graziosi Content-Disposition: inline In-Reply-To: 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:15318 gmane.emacs.devel:61476 Archived-At: On Tue, Oct 31, 2006 at 09:26:36AM +0100, Angelo Graziosi wrote: > > > The only difference between G77 anf GFortran seems the line (<==). > > Why is it so hard for GFortran add that line? You again have chosen a simple case. > > > Cheers, > # This archive contains: # # l.inc # l.f90 # echo x - l.inc sed 's/^X//' >l.inc << 'END-of-l.inc' X integer i END-of-l.inc echo x - l.f90 sed 's/^X//' >l.f90 << 'END-of-l.f90' Xprogram a X include 'l.inc' X call i(j) Xend program a END-of-l.f90 exit 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) Is "NO" some difficult concept for you to understand? There are real, hard to fix bug, in bugzilla. I think the gfortran developers time is better spent on real problems. -- Steve