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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,99f33f51845a7793 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 13:14:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!newsfeed.stueberl.de!newsfeed.vmunix.org!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: 'withing' problem Date: Fri, 02 Nov 2001 22:32:12 +0100 Organization: Enyo's not your organization Message-ID: <877kt8x3j7.fsf@deneb.enyo.de> References: <3be27344$0$227$ed9e5944@reading.news.pipex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cancel-Lock: sha1:pXId1p5nyQxMaucCXW8krkybpvs= Xref: archiver1.google.com comp.lang.ada:15701 Date: 2001-11-02T22:32:12+01:00 List-Id: "David C. Hoos, Sr." writes: >> Are there any commercial compilers with language extensions to work around >> the infamous "withing" problem? > Isn't GnatPro a commercial compiler? and validated? In almost all cases, you do not want to use GNAT in the dynamic elaboration model mode, which is required for standard conformance. In non-standard mode, a compiler is allowed to do anything. For example, there's a non-standard mode available with most GNAT installations which compiles C programs instead of Ada programs. ;-)