From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.comp.gcc.fortran,gmane.emacs.devel Subject: Re: Emacs and GFortran Date: Tue, 31 Oct 2006 16:47:34 +0100 (MET) Message-ID: References: <20061031151022.GA13987@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 1162309685 29018 80.91.229.2 (31 Oct 2006 15:48:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 15:48:05 +0000 (UTC) Cc: Angelo Graziosi , fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15355-gcgf-fortran=m.gmane.org@gcc.gnu.org Tue Oct 31 16:48:00 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 1GevqF-0000Mc-PR for gcgf-fortran@gmane.org; Tue, 31 Oct 2006 16:47:58 +0100 Original-Received: (qmail 16733 invoked by alias); 31 Oct 2006 15:47:53 -0000 Original-Received: (qmail 16723 invoked by uid 22791); 31 Oct 2006 15:47:53 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Original-Received: from postino2.roma1.infn.it (HELO postino2.roma1.infn.it) (141.108.26.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 15:47:40 +0000 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino2.roma1.infn.it (8.12.11/8.12.11) with ESMTP id k9VFlZbY018829; Tue, 31 Oct 2006 16:47:35 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id QAA07514; Tue, 31 Oct 2006 16:47:34 +0100 (MET) Original-To: Steve Kargl In-Reply-To: <20061031151022.GA13987@troutmask.apl.washington.edu> X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2006.10.31.73433 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_MEDIA_2_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' 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:15324 gmane.emacs.devel:61481 Archived-At: Perhaps I have some difficult to understand but I do not see a reason for which a lot of compiler work with Emacs and GFortran which has substituted G77 in the GNU Compiler Collection (GCC) does not. Cheers, Angelo. On Tue, 31 Oct 2006, Steve Kargl wrote: > 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 >