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,f2eea90d04e1d9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-10 12:41:36 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!petbe.visi.com!news.octanews.net!eusc.inter.net!newsfeed.stueberl.de!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Allocating memory for class-wide types with Aonix Raven PPC cross-compiler Date: 10 Mar 2004 20:37:46 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <64897075.0403100558.69900baa@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1078951295 17020 62.49.19.209 (10 Mar 2004 20:41:35 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Wed, 10 Mar 2004 20:41:35 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:6219 Date: 2004-03-10T20:37:46+00:00 List-Id: paul.nardini@itt.com (Paul Nardini) writes: > generic > DATA_TYPE(<>) is tagged private; > DATA_ACCESS_TYPE is access DATA_TYPE; > SIZE : POSITIVE := 256 > package List is > package My_List is new List(FOO_TYPE'Class, > FOO_ACCESS_TYPE. > 256); I would have thought your vendor's tech support would be more likely to know .. the service tends not to be cheap, use it! That said, although GNAT compiles a little example something like this fine, I'm surprised .. I qouldn't have expected FOO_TYPE'Class to match "tagged"? -- Simon Wright 100% Ada, no bugs.