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,195bd8ec4227e968 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-11 14:06:56 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: [Q] non-limited record and "self-pointer" Date: Wed, 11 Feb 2004 16:05:59 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <102l9ru8rqpl919@corp.supernews.com> References: <86d68pl0tc.fsf@sonnenregen.at.home> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:5458 Date: 2004-02-11T16:05:59-06:00 List-Id: "Georg Bauhaus" wrote in message news:c0dt1k$s3t$1@a1-hrz.uni-duisburg.de... > Thanks for the answers. Still I wonder what is going on here. In Dan > Eilers' example there is no parameter. It is just the Controlled > component which seems to make the compiler happy. If the "container" > component is replaced with a component of some tagged type other > than one derived from Controlled, the self reference is not allowed, > according to the compiler. > > Am I missing something? I don't think so. I don't think Dan Eilers example is legal; the prefix of 'Access doesn't meet any of the items in the list for 'automatic aliasing'. But I could be wrong... Randy.