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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e5147bcbe0e25dc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.germany.com!newsfeed01.sul.t-online.de!t-online.de!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!news.highwinds-media.com!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Access to interface conversion problem Date: Tue, 13 Mar 2007 20:56:14 +0000 Organization: Pushface Message-ID: References: <1173799509.497206.119820@q40g2000cwq.googlegroups.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 1173819374 4501 62.49.19.209 (13 Mar 2007 20:56:14 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 13 Mar 2007 20:56:14 +0000 (UTC) Cancel-Lock: sha1:uwwguhERhK1FwnOiBH5tMmglK24= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (darwin) Xref: g2news1.google.com comp.lang.ada:14525 Date: 2007-03-13T20:56:14+00:00 List-Id: Judging by the result of compiling with -gnatdg (output intermediate form) and -gnata (assertions), the compiler seems to be complaining that Root_Implementation_Type isn't an interface. So I guess it's confused (which would explain the strange (lack of) error messages). Is this conversion of access values legal in Ada 95? if so -- live and learn!