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: a07f3367d7,556e5b18154df788 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.172.200 with SMTP id m8mr4314106qaz.0.1364653232477; Sat, 30 Mar 2013 07:20:32 -0700 (PDT) X-Received: by 10.50.5.197 with SMTP id u5mr278013igu.0.1364653232439; Sat, 30 Mar 2013 07:20:32 -0700 (PDT) Path: v17ni6816qad.0!nntp.google.com!ca1no17665141qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 30 Mar 2013 07:20:32 -0700 (PDT) In-Reply-To: <85ehexv358.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <437c6b9a-b476-40c5-b4aa-3d7e611ba3f1@googlegroups.com> <85ehexv358.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Interresting, possibly buggy behavior in GNAT generics w/ expression function. From: Shark8 Injection-Date: Sat, 30 Mar 2013 14:20:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-30T07:20:32-07:00 List-Id: On Friday, March 29, 2013 11:59:47 PM UTC-6, Stephen Leake wrote: >=20 > Note that it would have been clearer if you had posted the version of > the code that gives incorrect results. Granted; though I thought I was fairly clear the puzzling thing was that th= e alteration of the parameter-type, between two subtypes [derived from the = same type(!)], was the interesting/weird ting... and in order to see that y= ou'd have to try both alternatives anyway.