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,b672743914db49f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!19g2000hsx.googlegroups.com!not-for-mail From: Tomek Wa kuski Newsgroups: comp.lang.ada Subject: Re: "Ada Gems": Constructor functions Date: Sat, 08 Sep 2007 18:20:47 -0000 Organization: http://groups.google.com Message-ID: <1189275647.196090.47920@19g2000hsx.googlegroups.com> References: <1189015827.384331.17490@k79g2000hse.googlegroups.com> <1189161491.346922.174530@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: 83.26.86.191 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1189275647 25720 127.0.0.1 (8 Sep 2007 18:20:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 8 Sep 2007 18:20:47 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.6) Gecko/20070801 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 19g2000hsx.googlegroups.com; posting-host=83.26.86.191; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:1818 Date: 2007-09-08T18:20:47+00:00 List-Id: Got reply: " Dear Tomek, the current version of the compiler reports: > gnatmake test_t.adb > gcc -c test_t.adb > test_t.adb:4:40: cannot initialize entities of limited type > gnatmake: "test_t.adb" compilation error which seems expected. " Huh?