Sujet : Re: Is there a way in Fortran to designate an integer value as integer*8 ?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortranDate : 02. Oct 2024, 23:07:10
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdkg6e$3d48j$5@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.160 (Toresk; )
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
<
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gfortran/Fortran-Dialect-Options.html>.