Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.fortran Subject: Re: Is there a way in Fortran to designate an integer value as integer*8 ? Date: Wed, 2 Oct 2024 22:07:10 -0000 (UTC) Organization: A noiseless patient Spider Lines: 8 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 03 Oct 2024 00:07:11 +0200 (CEST) Injection-Info: dont-email.me; posting-host="319a655577b0d958d85bd19ad5bdfbec"; logging-data="3576083"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/YT4BpnoBfusDmq4RMxaGb" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:KzjdXkh0p0kndGmqZPMitjAEvr0= Bytes: 1350 On Wed, 2 Oct 2024 14:30:48 -0500, Lynn McGuire wrote: > I will have to put _8 in about 100,000 lines of > my F77 code. There is another way: have a look at the -fdefault-integer-8 and -finteger-4-integer-8 options .