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-Thread: 103376,60c8b2ba217a0a9d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: Brian May Newsgroups: comp.lang.ada Subject: Re: gnade error References: Date: Wed, 15 Nov 2006 10:52:53 +1100 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:js+IKczSKIZlu8fh6An2OKmLpfw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: snoopy.microcomaustralia.com.au X-Trace: quokka.wn.com.au 1163548376 202.173.153.89 (15 Nov 2006 07:52:56 +0800) X-Complaints-To: abuse@westnet.com.au Path: g2news2.google.com!news3.google.com!news4.google.com!news.glorb.com!quokka.wn.com.au!not-for-mail Xref: g2news2.google.com comp.lang.ada:7456 Date: 2006-11-15T10:52:53+11:00 List-Id: >>>>> "Stephen" == Stephen Leake writes: Stephen> It's _legal_, but somewhere the code requests inlining of Stephen> To_Ada, which GNAT can't do, for the reason stated. Stephen> The fix is to remove the 'pragma Inline'. I had a brief search but couldn't find any pragma Inline. Possibly I missed something... -- Brian May