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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,72a0bc6240d264e3,start X-Google-Attributes: gid103376,public From: "NANCY HEHIR" Subject: Access and alias Date: 2000/04/04 Message-ID: #1/1 X-Deja-AN: 606652031 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: abuse@eircom.net X-Trace: news.indigo.ie 954869403 159.134.245.71 (Tue, 04 Apr 2000 18:30:03 BST) Organization: Information Age Town NNTP-Posting-Date: Tue, 04 Apr 2000 18:30:03 BST Newsgroups: comp.lang.ada Date: 2000-04-04T00:00:00+00:00 List-Id: I don't understand my compile error and am having trouble finding help in GNAT or Annotated Reference Manual. Can anyone explain what's going wrong here, please ? I am trying to assign an initial address to an access variable..... type LPDCB is access all DCB; . . DCB_1:DCB; . . DCB_Access:LPDCB := DCB'Access; compiler generates error 'prefix of "Access" attribute must be aliased'