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,9b7d3a51d0d8b6ee X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k8g2000yqn.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Extending discriminant types Date: Wed, 26 Nov 2008 01:31:38 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <20081115101632.5f98c596@cube.tz.axivion.com> <20081122011825.5354d1c1@cube.tz.axivion.com> <4928ecad$0$32681$9b4e6d93@newsspool2.arcor-online.net> <648Wk.39330$_Y1.32087@bgtnsc05-news.ops.worldnet.att.net> <492a7d07$0$30236$9b4e6d93@newsspool1.arcor-online.net> <8e021577-260a-44e1-b765-4d81f6ba89df@33g2000yqm.googlegroups.com> <492be08b$0$32676$9b4e6d93@newsspool2.arcor-online.net> <0xZWk.396391$TT4.276049@attbi_s22> <71304b75-71bc-4691-b511-69882bdc0fc3@a12g2000pro.googlegroups.com> <492c77a1$0$31347$9b4e6d93@newsspool4.arcor-online.net> <2ebc6a98-ebd9-4bfb-b69a-c313e9a9090a@w39g2000prb.googlegroups.com> <2T1Xk.451865$yE1.273979@attbi_s21> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1227691898 24034 127.0.0.1 (26 Nov 2008 09:31:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 Nov 2008 09:31:38 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k8g2000yqn.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:3770 Date: 2008-11-26T01:31:38-08:00 List-Id: On Nov 26, 1:45=A0am, "Jeffrey R. Carter" wrote: > Adam Beneschan wrote: > > > It definitely is. =A0See 12.3(11); when a generic declaration and body > > are compiled, the legality rules are enforced. =A0I won't go into which > > Legality Rules apply to this specific example, but it's enough to say > > that since N (a generic formal discrete type) is not an integer type, > > you can't use a universal_integer where the expected type is N. > > This still exists in GNAT Pro 6.1.1, so I've reported it. Oh no, that's can't be right...I'm sure I read recently that compilers were "bug free" these days... ;-) Cheers -- Martin