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,547e6c7b9fae4e1d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-22 08:56:09 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!news.tufts.edu!newstransit.mitre.org!world!news From: Robert A Duff Subject: Re: Instanciation in a package spec. User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Wed, 22 Jan 2003 16:54:10 GMT Content-Type: text/plain; charset=us-ascii References: NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Organization: The World Public Access UNIX, Brookline, MA Xref: archiver1.google.com comp.lang.ada:33349 Date: 2003-01-22T16:54:10+00:00 List-Id: "Grein, Christoph" writes: > > * GNAT 3.15p issues: > > pascalhe.ads:135:03: warning: cannot instantiate "Ad_hoc" before body seen > > pascalhe.ads:135:03: warning: Program_Error will be raised at run time > > Believe Gnat. It's a RM rule to forbid instantiations before elaboration of the body. A very annoying rule, indeed. - Bob