Deutsch English Français Italiano |
<vdkr2g$12d27$1@solani.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> 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 20:12:48 -0500 Message-ID: <vdkr2g$12d27$1@solani.org> References: <vdict2$339ak$1@dont-email.me> <vdir24$35104$1@dont-email.me> <vdk718$3bulb$1@dont-email.me> <vdkg6e$3d48j$5@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 3 Oct 2024 01:12:48 -0000 (UTC) Injection-Info: solani.org; logging-data="1127495"; mail-complaints-to="abuse@news.solani.org" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:HGef05hf+8Z5IfJo+HP1PbZjr70= In-Reply-To: <vdkg6e$3d48j$5@dont-email.me> Content-Language: en-US X-User-ID: eJwFwQERACAIA8BKDgYccXBq/wj+hydSxYxkvHgNLmxZbXfeoq1KS9jANNdfnX4hTo10W35A7nQQeZapPzRtFOc= Bytes: 1496 Lines: 13 On 10/2/2024 5:07 PM, Lawrence D'Oliveiro wrote: > 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>. And we have a winner ! Worked like a champ in Simply Fortran. Lynn