From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a5d:4f81:: with SMTP id d1mr11993793wru.95.1591911249167; Thu, 11 Jun 2020 14:34:09 -0700 (PDT) X-Received: by 2002:a9d:58c4:: with SMTP id s4mr8063510oth.240.1591911248473; Thu, 11 Jun 2020 14:34:08 -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.128.87.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 11 Jun 2020 14:34:08 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=149.32.224.46; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.46 References: <768c3635-af6c-4018-9be7-60fea7d5f779o@googlegroups.com> <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> <794ead8c-5067-44d7-a19a-52280ea87ea1o@googlegroups.com> <94021c95-8cdc-4298-b73b-1a4e9b05b1c3o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Not to incite a language war but apparently the Corona lockdown was based on 13 year old undocumented C-Code From: Anh Vo Injection-Date: Thu, 11 Jun 2020 21:34:09 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59047 Date: 2020-06-11T14:34:08-07:00 List-Id: On Thursday, June 11, 2020 at 1:47:04 PM UTC-7, Olivier Henley wrote: > > I have GNAT-2020-COMMUNITY running on Windows 10. I got the same result= when using command line and GNAT Studio. >=20 > Ok I will install gnat-ce 2020 right away to see if I can reproduce. >=20 > Like I said, working first shot is really rare. :) >=20 > Thanks again for the interest. Thanks Olivier for sharing your work. By the way, as notice error message f= rom the compiler, Ada Unit Subprogram procedure Covid_19 is different from = Ada Unit Package. Thus, Use Clause can not be applied to procedure Covid_19= . In addition, it has default procedure specification as (procedure Covid_1= 9;). Thus, nothing is visible from it.