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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e65g2000hsc.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Ada 2005 core packages under GNAT-GPL-2007 Date: 14 May 2007 10:57:37 -0700 Organization: http://groups.google.com Message-ID: <1179165457.315362.25970@e65g2000hsc.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 1179165457 30108 127.0.0.1 (14 May 2007 17:57:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 14 May 2007 17:57:37 +0000 (UTC) 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: e65g2000hsc.googlegroups.com; posting-host=209.225.224.72; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:15794 Date: 2007-05-14T10:57:37-07:00 List-Id: 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? Thanks. AV