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: a07f3367d7,e1d728aa632a5b94 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.228.227 with SMTP id sl3mr20572471pbc.5.1341819996947; Mon, 09 Jul 2012 00:46:36 -0700 (PDT) Path: l9ni11236pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Re: Gnat: broken dispatch tables for interface types ? Date: Mon, 9 Jul 2012 00:46:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1e22fd92-0abc-4616-92de-e5bf455c28ad@googlegroups.com> References: <19yhfqeqkm9kc$.fcax7yetctwy$.dlg@40tude.net> <77fa1487-e67d-4660-9073-f4edec4295bf@googlegroups.com> <1x0xui2k9bjoi.acdcm0afix9u.dlg@40tude.net> NNTP-Posting-Host: 150.101.201.124 Mime-Version: 1.0 X-Trace: posting.google.com 1341819996 19707 127.0.0.1 (9 Jul 2012 07:46:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 9 Jul 2012 07:46:36 +0000 (UTC) Cc: mailbox@dmitry-kazakov.de In-Reply-To: <1x0xui2k9bjoi.acdcm0afix9u.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=150.101.201.124; posting-account=pBdvJAoAAAAbTiQ-L1tpxD99i_UttsrJ User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-09T00:46:36-07:00 List-Id: > One thing though is that you should not derive new tagged types in bodies. So it seems. Moving the derivation to a spec and problem disappears. Many thanks !