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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e1d728aa632a5b94 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.196.232 with SMTP id ip8mr18972350pbc.6.1341769263333; Sun, 08 Jul 2012 10:41:03 -0700 (PDT) Path: l9ni11158pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Gnat: broken dispatch tables for interface types ? Date: Sun, 8 Jul 2012 10:41:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 95.153.163.210 Mime-Version: 1.0 X-Trace: posting.google.com 1341769263 29530 127.0.0.1 (8 Jul 2012 17:41:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 8 Jul 2012 17:41:03 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.153.163.210; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-08T10:41:02-07:00 List-Id: On Sunday, July 8, 2012 7:02:36 AM UTC+4, (unknown) wrote: > > So it seems that the dispatch table for the interface is broken in Gnat ? > You can try to do type conversion before call, sometimes it helps to compiler to use correct dispatching table.