From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14544 invoked by alias); 13 Jul 2002 15:25:05 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 14494 invoked from network); 13 Jul 2002 15:25:04 -0000 Received: from unknown (HELO laptop.moene.indiv.nluug.nl) (195.109.255.217) by sources.redhat.com with SMTP; 13 Jul 2002 15:25:04 -0000 Received: from local ([127.0.0.1] helo=moene.indiv.nluug.nl) by laptop.moene.indiv.nluug.nl with esmtp (Exim 3.12 #1 (Debian)) id 17TOfQ-0000De-00; Sat, 13 Jul 2002 17:18:41 +0200 Message-ID: <3D3044D0.E038275E@moene.indiv.nluug.nl> Date: Sat, 13 Jul 2002 08:25:00 -0000 From: Toon Moene Organization: Moene Computational Physics, Maartensdijk, The Netherlands X-Accept-Language: en MIME-Version: 1.0 To: Andrew Stone CC: gcc-help@gcc.gnu.org Subject: Re: FORTRAN Inconsistencies... References: <000f01c229f7$ada15e90$e96d2143@stone> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00123.txt.bz2 Andrew Stone wrote: > Here's my FORTRAN building exerpt: > > g77 -ff77 -fPIC -finit-local-zero -fno-automatic -fugly-logint -c > $source_f -o $object_f Please compile (in addition to those flags) with -ffloat-store, to see if the extra precision of the ix86 floating point registers plays a role. Thanks in advance, -- Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)