X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <43a80695-a096-41e7-9f3d-5e92a3037deb@iki.fi> Date: Mon, 4 Sep 2023 19:29:16 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US-large To: djgpp-workers AT delorie DOT com From: "=?UTF-8?Q?Andris_Pav=C4=93nis?= (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]" Subject: gcc-13 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I finally uploaded a month old build of gcc-13.2.0 to http://www.delorie.com/pub/djgpp/beta/v2gnu/ I have not done real tests with: - No Ada compiler (do not expect one from me) - the GCC bootstrap (https://gcc.gnu.org/install/build.html) succeeded (so it works that far) - rebuilt GMP-6.2.0 (no problems encountered) - building not very large C++ program (the program that generates installation ZIP archives is now C++ and uses C++20) - it created binary archives after some small changes - no testing on non-LFN systems at all (but earlier mentioned C++ program incorporates the functionality of doschk in slightly more advanced form and refuses to create ZIP packages in case of a non-LFN conflict) - no testing at all for such new C++20 feature as C++ modules - they may not work at all. I do not know. And it is highly unlikely that I'll try to fix it if it does not work Also: - source code can be also found on GitHub: https://github.com/apavenis/djgpp-gcc (tag djgpp/native/gcc-13.2.0, the changes needed to build a cross-compiler under linux - tag djgpp/gcc-13.2.0) - it is also in Arch Linux AUR repository: https://aur.archlinux.org/packages/djgpp-gcc (that was first place where I put it) Andris