From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: moi Newsgroups: comp.lang.ada Subject: Re: [ANN] GCC 14.2.0-3 (aarch64, macOS) Date: Thu, 21 Nov 2024 15:45:53 +0000 Message-ID: References: <0001HW.2CEF898E0005B91A30DDA538F@news.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net jtw5U5RAa4Arx9qE8Gh42gDaX7jFzN1OPMzIv14f+OmxfmfEjQ Cancel-Lock: sha1:7W0kDBMj86rXfaz8aK5QX8mafmw= sha256:vA6H2cXu24/hI7VC9/zkGD1i26KjaffSrBXrlAVisCI= User-Agent: Mozilla Thunderbird Content-Language: en-GB In-Reply-To: <0001HW.2CEF898E0005B91A30DDA538F@news.individual.net> Xref: news.eternal-september.org comp.lang.ada:66456 List-Id: On 21/11/2024 15:30, Bill Findlay wrote: > On 17 Nov 2024, Simon Wright wrote > (in article ): > >> Available at [1]. Included tools at v25.0.0. >> >> [1] https://github.com/simonjwright/distributing-gcc/releases/tag/gcc-14.2.0-3 >> -aarch64 > > Hi Simon, many thanks for that. > > I note that 14.2.0-3 has the same issue as all previous 14.2 versions: > a spurious error message on a simple string concatenation, > which appears only when link-time optimization is called for: ... That was garbled by the newsreader! Should be: > lto-wrapper: note: see the '-flto' option documentation for more information > /Users/wf/KDF9/emulation/Source/posix.adb: In function 'posix__output_line': > /Users/wf/KDF9/emulation/Source/posix.adb:277:49: warning: '__builtin_memcpy' writing between 1 and 2147483647 bytes into a region of size 0 > [-Wstringop-overflow=] > 277 | message_line : constant String := message & NL; > | ^ with the ^ pointing to the &. I forgot to say that I'm running up-to-date Sequoia. -- Bill F.