Deutsch English Français Italiano |
<vdkg6e$3d48j$5@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
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 <ldo@nz.invalid> 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: <vdkg6e$3d48j$5@dont-email.me> References: <vdict2$339ak$1@dont-email.me> <vdir24$35104$1@dont-email.me> <vdk718$3bulb$1@dont-email.me> 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 <https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gfortran/Fortran-Dialect-Options.html>.