Deutsch English Français Italiano |
<vlo4lm$39t6e$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Thomas Jahns <jahns@idontlikespam.dkrz.de> Newsgroups: comp.lang.fortran Subject: Re: how do you send a fortran character string from GCC to GFortran ? Date: Thu, 9 Jan 2025 10:25:10 +0100 Organization: A noiseless patient Spider Lines: 12 Message-ID: <vlo4lm$39t6e$1@dont-email.me> References: <vl5ima$38li7$1@dont-email.me> <vl6mjm$3f5mv$1@dont-email.me> <vl74gk$3hpbc$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 09 Jan 2025 10:25:11 +0100 (CET) Injection-Info: dont-email.me; posting-host="dc1e028dbe48c98165fe4da0cdc59afe"; logging-data="3470542"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xiEbHjwjILMgyHc9/Vwv+" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Cancel-Lock: sha1:U7Wx4cuhP8ky7BTPIHeYwyqJtos= In-Reply-To: <vl74gk$3hpbc$1@dont-email.me> Content-Language: en-US Bytes: 1552 On 2025-01-02 23:38, Lynn McGuire wrote: > Isn't the character string length variable "slen" a value parameter and size_t > type ? Depends: gfortran 8 and subsequent versions use size_t, older versions and other compilers use int AFAIK. I guess, handling strings beyond 2GB is not a particular strength of Fortran anyway, so I don't know why that change was made. Thomas