This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: modification of g77 for default 64-bit integers on x86-64
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- To: Jiri Pittner <jiri dot pittner at jh-inst dot cas dot cz>
- Cc: fortran at gcc dot gnu dot org, paul at codesourcery dot com, sgk at troutmask dot apl dot washington dot edu
- Date: Wed, 31 Mar 2004 23:21:48 +0200
- Subject: Re: modification of g77 for default 64-bit integers on x86-64
- Organization: Moene Computational Physics, Maartensdijk, NL
- References: <200403302245.i2UMjAlC002218@jp.jh-inst.cas.cz>
Jiri Pittner wrote:
The sample program with equivalence compiled with g77_64 without error.
Where the trouble should be?
Jiri
What does your version of g77 generate for this program:
PRINT*, 328 293 384 376
END
and for this one:
DIMENSION A(388 387 988 479)
END
Does this work:
CALL AAP(387 387 786 997)
END
SUBROUTINE AAP(N)
PRINT*,N
END
?
--
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
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)