From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40 autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:aed:26a1:: with SMTP id q30mr2388704qtd.25.1598894949336; Mon, 31 Aug 2020 10:29:09 -0700 (PDT) X-Received: by 2002:ac8:292a:: with SMTP id y39mr2237625qty.89.1598894949093; Mon, 31 Aug 2020 10:29:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 31 Aug 2020 10:29:08 -0700 (PDT) In-Reply-To: <77558090-99ab-4eb7-b2e0-40037409310bn@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=76.77.182.20; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.77.182.20 References: <77558090-99ab-4eb7-b2e0-40037409310bn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2f1eef19-0126-4cd1-be96-a977f2a5eab1n@googlegroups.com> Subject: Re: New CE release From: Stephen Leake Injection-Date: Mon, 31 Aug 2020 17:29:09 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59901 List-Id: On Monday, August 31, 2020 at 9:24:53 AM UTC-7, Stephen Leake wrote: > On Sunday, August 30, 2020 at 7:37:29 AM UTC-7, 196.. wrote: > > A new CE has been released, gnat-2020-20200818-x86_64-linux-bin. > > > > Does anyone have any idea what has changed as there is no change log? > On Windows, with the 20200429 version, there was a bug in gnatbind; running gnatbind a second time would rebind, requiring a relink. For one of my apps, I had to run gnatbind 9 times before it would finally be done. _really_ annoying! > > That bug is gone in the 20200818 version. I never checked if that bug was present in Linux. Sigh. I spoke too soon; the gnatbind bug is still there.