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-Google-Thread: 103376,9e3c4ec10bb00bb8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w5g2000hsg.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: Ada 2005 core packages under GNAT-GPL-2007 Date: 14 May 2007 14:11:25 -0700 Organization: http://groups.google.com Message-ID: <1179177085.116978.75190@w5g2000hsg.googlegroups.com> References: <1179165457.315362.25970@e65g2000hsc.googlegroups.com> <1179174042.304958.299200@p77g2000hsh.googlegroups.com> NNTP-Posting-Host: 209.225.224.72 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1179177090 30187 127.0.0.1 (14 May 2007 21:11:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 May 2007 21:11:30 +0000 (UTC) In-Reply-To: <1179174042.304958.299200@p77g2000hsh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: w5g2000hsg.googlegroups.com; posting-host=209.225.224.72; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:15798 Date: 2007-05-14T14:11:25-07:00 List-Id: On May 14, 1:20 pm, Martin Dowie wrote: > On 14 May, 18:57, Anh Vo wrote: > > > Ada.Assertions package (AI-286 implemented by Martin Dowie) is part of > > Ada 2005 core packages as indicated by 14.4.2(12/2). However, when > > compiling codes having "with Ada.Assertions" in the with clause, GNAT > > displays ..."Ada.Assertions" is not a predefined library unit. GNAT > > does not seem to recognize it. Should a bug report be in order? > > GNAT GPL 2007 doesn't include an implementation of this package but > you can add one yourself. Martin, Thank you very much for your work. I will do just that for now while learning if this package is required or optional. According to Ada 2005 LRM, Ada.Assertions is a core package which is implementation required. AV