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=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: What exactly is the licensing situation with GNAT? Date: Thu, 13 Nov 2014 16:24:20 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: NNTP-Posting-Host: 24-196-82-226.static.mdsn.wi.charter.com X-Trace: loke.gir.dk 1415917461 12896 24.196.82.226 (13 Nov 2014 22:24:21 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 13 Nov 2014 22:24:21 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: news.eternal-september.org comp.lang.ada:23249 Date: 2014-11-13T16:24:20-06:00 List-Id: "Randy Brukardt" wrote in message news:... ... > Right, but there are a number of other cases that > No_Implementation_Extensions covers: implementation-defined things in > language-defined packages (there are a number of such places in the RM, > such as in System); No_Implementation_Aspect_Specifications (obviously > only relevant for Ada 2012, but still important); and > No_Implementation_Units (which covers implementation-defined descendants > of Ada, System, and Interfaces; implementation-defined children of Ada are > banned, but grandchildren are allowed). > > Still not covered are issues like the representation of predefined types > (esp. Integer and Float), and implementation-defined behavior (such as > what happens when a potentially blocking operation is called from a > protected action). These things can't really be detected at compile-time. I should have mentioned that for GNAT, you also should use pragma No_Dependence (GNAT) to ensure that none of the GNAT defined packages are used. Randy.