X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693847761; x=1694452561; darn=delorie.com; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=rc07OU4tB1SiBF3QedN8duz/T4OrFrBhuCICaTH5pFY=; b=ftTmykKsZTRqQ0uHTf0M6948HfLsmC6km7MsDXmGk4b3N8c7KxaN1whTvBEDpH3ErE jyJyI7fI1yGzUrbTO5kvIWHZQQ7y4pR8CgaLeYcLRLjcA2iQJlF4TRGuctqM8gCH+iUt pn2ctXlEsDiXEGZd/i6C1sAq9vNR3UWBXzB0b5EMe6UI4NJzoTkhtkq2BENMA3XthLmP t+s02Yj4XA6a5f6bVn3tRYj5fmetZ1jZfLGQ/KB5vAQtP3NjFPYjiDd4sMPLuhMW/+3S FoqKRok7y2/bMD5gucRNAxhmvx1tGAkS16E4t7/Wzsx9UhFFl5YshHN+tJL7zPx4hz+h LurQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693847761; x=1694452561; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=rc07OU4tB1SiBF3QedN8duz/T4OrFrBhuCICaTH5pFY=; b=al8LSK14hTe/UnFTvxUMrmv4HcmwNpXMgu5dGmMGJ0icJyqLrqIpJyDX2a6mw599rU 6Sdwg3WxOozQSHi1M1m0ep7NcuJBuiyIx5Gc1nYFPZI5KcCJZpcQ5PFi4yF4YLfEsvAF Di/OlThG0AggdXITiDfM5JBlJ4dyLhDbDi41VKIrvsIxI/713pw7Mnro8xrpyy4xV9Hg JTFfv2KKDVTy6FFx+KhGFCFhWk+ZjJe2iix8ob8ozxLZSFf9+DnSNqfwM05aYWDIA5Qm sbna7kzD9LJCU0SNq+ZzGD1E818v5dyqbMnuFBTgrmCtT3wKdv+gvHSTt7iCcGlGXcCX 91wg== X-Gm-Message-State: AOJu0YwkdZlbc5/33KivQSTxVwVIVG7B1MCMn4exv5x0yj+BH5Uy7U6z md+rtGayMHQ/lz6cUOydCLyAPG0iihQ= X-Google-Smtp-Source: AGHT+IFg1HE1z2kEwzpYiE1iwAkCvUEOMF8W2BiDK94s0VJ6KeqgYSSLaT9cTd5MDF3bv9GUTZok7Q== X-Received: by 2002:a0c:b286:0:b0:64b:4ba7:9776 with SMTP id r6-20020a0cb286000000b0064b4ba79776mr8628504qve.34.1693847760938; Mon, 04 Sep 2023 10:16:00 -0700 (PDT) Message-ID: <901c7903-b05b-7e99-fe3b-e779b53f617e@gmail.com> Date: Mon, 4 Sep 2023 13:15:59 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: gcc-13 Content-Language: en-US To: djgpp-workers AT delorie DOT com References: <43a80695-a096-41e7-9f3d-5e92a3037deb AT iki DOT fi> From: "Frank Sapone (emoaddict15 AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" In-Reply-To: <43a80695-a096-41e7-9f3d-5e92a3037deb@iki.fi> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9/4/2023 12:29 PM, Andris Pavēnis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com] wrote: > 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 > > Hi Andris, Thanks for all the hard work maintaining this. Frank