This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: FORTRAN Inconsistencies...


Added the -ffloat-store flag, but no change to current action.

Am now trying some other flags, thanks for the advice.

-andy

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org]On
Behalf Of Toon Moene
Sent: Saturday, July 13, 2002 11:19 AM
To: Andrew Stone
Cc: gcc-help@gcc.gnu.org
Subject: Re: FORTRAN Inconsistencies...


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]