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=1693874139; x=1694478939; darn=delorie.com; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=+8SmPZ+38YEP9WibkBz9SLZYeVE6UbtYBINV++PwheQ=; b=SoheYJjN1SE+B5sx+ia4si7eYq134Sr3++olCdLM4EIuh0qg/4i1E2pz6Lr4ENzVO8 UNvaoALa+1D+MYwc+o4UakW8X8MYOAbwEAHWhPYy/0+k8c/u0X9Jfoey9hlwskAjPLKE VuJQpISTiVxvAEsyX8VPD/7Cjvjz8SeMpTa0VwdyNTfbuxCbPgWME+uDkn5lH6ldIZnC rEOVUMNouRgkaMmSQMnAOwDhi21+lRNFrKH9VE3quyBUl6ZVqHMN3j5xbcpdoTGmzTis mhfiig7rGEm5e68DRvKCs8rinbMK032VKeBQBSj6UwOEL9eD82uQA1FmIN7iNfUJiUa4 cbwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693874139; x=1694478939; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+8SmPZ+38YEP9WibkBz9SLZYeVE6UbtYBINV++PwheQ=; b=ZeGspcwluGsAZDrKka++/9AtaoeTrfpURmezeGfiR2faLHuwstcinmVkDpOgVjVpo5 AXtHyr6bFnoHgFDA7vjwe5EhSZepBLhvv6wkYmy5TZzHOaN+weFs0N1qo9a2W8bY7D2X cHy00LkdMXz4NJq74xxg0RTgSHRDHFThE8uG/Sf4vN2Nj66wOoQBX947q3gcdzYV5taP 2kfgJ5sofvserY0epjk4dJE/258PxfNiT9lYf31kUBTa7/uKc7YbpLrPrWWxDIJapdQv DBJawMfg18Kb4YIKVgPtqUYv5nAvn3dDUzLqfS0nlH9opfG0mUBu6P9gJWTi7/n2+dg+ egGQ== X-Gm-Message-State: AOJu0YwYOYUrPl9LGOuhBqYEEJMaqVis4y6xuiq6nuIBdmy8JchXMfgd LyCbn4aX9knHAc8Fa89GKrmjQV7xqejwbY2XvR5XV68J X-Google-Smtp-Source: AGHT+IFuZsJovWi4jay3QNW5JBdK+BSbrBuo/i/3PgGX7912kKdIAnbLcLAG220W8IV+Xje1iiv5BDdRwg4RZkS7fpg= X-Received: by 2002:a81:4a04:0:b0:595:9135:83c7 with SMTP id x4-20020a814a04000000b00595913583c7mr12740698ywa.47.1693874139260; Mon, 04 Sep 2023 17:35:39 -0700 (PDT) MIME-Version: 1.0 References: <43a80695-a096-41e7-9f3d-5e92a3037deb AT iki DOT fi> In-Reply-To: <43a80695-a096-41e7-9f3d-5e92a3037deb@iki.fi> From: "Rugxulo (rugxulo AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Mon, 4 Sep 2023 19:35:26 -0500 Message-ID: Subject: Re: gcc-13 To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 3850Zg5r020361 Reply-To: djgpp-workers AT delorie DOT com Hi, On Mon, Sep 4, 2023 at 11:29 AM 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/ So this really is "beta"?? (I guess you still want further testing.) Is it still using stock 2.05 or newer from CVS? > I have not done real tests with: > > - No Ada compiler (do not expect one from me) Understandable, I don't expect it, but you did here include "ada132d.zip" docs. BTW, why no attempt at Modula-2? (No offense, I know time and energy are probably low.) > - 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 Should I try to rebuild p7zip (C++) with it? > - 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) Dumb question, but what OS is expected to run it? WinXP? Vista? 10? FreeDOS? > - 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 Modules were a huge change, and I don't think GCC fully supports them yet anyways.