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,719ee98cf9f13dec,start X-Google-Attributes: gid103376,public From: news@hilgendorf.de (Oliver Hilgendorf) Subject: Unrecognized attribute 'ref in GNAT Date: 1999/01/12 Message-ID: <369bb407.18423120@news.nacamar.de>#1/1 X-Deja-AN: 431795572 Content-Transfer-Encoding: 7bit Organization: Posted via the Nacamar Network Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-01-12T00:00:00+00:00 List-Id: GNAT has problems with the statement Base_Addr : constant System.Address := System.Address'Ref (16#A000_0000#); It says that Ref is an unrecognized attribute. With a different compiler it works just fine. Oliver