From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:4547:: with SMTP id z7mr4915493qtn.131.1632990096207; Thu, 30 Sep 2021 01:21:36 -0700 (PDT) X-Received: by 2002:a25:8b87:: with SMTP id j7mr4731378ybl.452.1632990095809; Thu, 30 Sep 2021 01:21:35 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Sep 2021 01:21:35 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2a02:2ab8:224:1:28fb:6817:ada2:5a0e; posting-account=VpkXKAoAAACJdJbPSrB2RRuO-i3D4Q8l NNTP-Posting-Host: 2a02:2ab8:224:1:28fb:6817:ada2:5a0e References: <63ef1b5d-82eb-4446-b793-8465250f06bbn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2c924fd6-3357-4817-9255-79c36f4096a5n@googlegroups.com> Subject: Re: How to challenge a GCC patch? From: Arnaud Charlet Injection-Date: Thu, 30 Sep 2021 08:21:36 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62888 List-Id: > But it's not available from AdaCore's community page. For most users, > downloading and building from an FSF site is way too complicated. Call > it asis-gcc or not, what is needed is a simple way to install ASIS support. We have decided in any case to stop creating and distributing GNAT Community binaries, since this was causing too much confusion and misunderstanding wrt the license, so doing in the end more harm than good to the community, which we care very much about. So in the future, GNAT will be available directly and only from the FSF versions, and Alire will make that easy. Alire (https://alire.ada.dev/) already provides GCC 10.3 today, see e.g. "alr toolchain --select" > (Making a tree generator separate from the compiler is for me another > error, although I can live with it. One of the main benefits of ASIS is > that the ASIS program has the same view of the code as the compiler - > but that's a separate issue). Right, and has never been the case for cross compilers where you already needed a native GNAT to build your ASIS application, and a cross GNAT to generate trees. Arno