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 19:12:46 -0800 Message-ID: <20061102031246.GA40490@troutmask.apl.washington.edu> References: <200611011037.12356.wt@atmos.colostate.edu> <20061101180354.GA62686@troutmask.apl.washington.edu> <20061101203931.E775C4401A@Psilocybe.Update.UU.SE> <20061101213056.GA63890@troutmask.apl.washington.edu> <20061101215142.51A0944013@Psilocybe.Update.UU.SE> <20061101223548.GA72295@troutmask.apl.washington.edu> <20061101224912.ED10144013@Psilocybe.Update.UU.SE> <20061101232634.GA44475@troutmask.apl.washington.edu> <20061101233503.ADC4C44013@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 1162437353 12098 80.91.229.2 (2 Nov 2006 03:15:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 03:15:53 +0000 (UTC) Cc: wt@atmos.colostate.edu, fortran@gcc.gnu.org, emacs-devel@gnu.org Original-X-From: fortran-return-15403-gcgf-fortran=m.gmane.org@gcc.gnu.org Thu Nov 02 04:15:46 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 1GfT2z-0006Az-VN for gcgf-fortran@gmane.org; Thu, 02 Nov 2006 04:15:18 +0100 Original-Received: (qmail 6343 invoked by alias); 2 Nov 2006 03:15:15 -0000 Original-Received: (qmail 6335 invoked by uid 22791); 2 Nov 2006 03:15:14 -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; Thu, 02 Nov 2006 03:15:12 +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 kA23CkIA040522; Wed, 1 Nov 2006 19:12:46 -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 kA23Ck9o040521; Wed, 1 Nov 2006 19:12:46 -0800 (PST) (envelope-from sgk) Original-To: "Alfred M. Szmidt" Content-Disposition: inline In-Reply-To: <20061101233503.ADC4C44013@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:15372 gmane.emacs.devel:61590 Archived-At: On Thu, Nov 02, 2006 at 12:35:03AM +0100, Alfred M. Szmidt wrote: > If you wish to make gfortran 100% conformant with the GNU style, by > all means please do, but the suggested patch fixes the most common > case. Could you please apply it? No. Without the simple patch the gfortran testsuite shows === gfortran Summary === # of expected passes 14905 # of expected failures 7 # of unsupported tests 73 /usr/home/sgk/gcc/obj4x/gcc/testsuite/gfortran/../../gfortran version 4.3.0 20061101 (experimental) With the "simple" patch === gfortran Summary === # of expected passes 12734 # of unexpected failures 2171 # of expected failures 7 # of unsupported tests 73 /usr/home/sgk/gcc/obj4x/gcc/testsuite/gfortran/../../gfortran version 4.3.0 20061101 (experimental) -- Steve