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!v13g2000yqm.googlegroups.com!not-for-mail From: christoph.grein@eurocopter.com Newsgroups: comp.lang.ada Subject: Re: Compiler quality (was: Extending discriminant types) Date: Mon, 24 Nov 2008 22:54:09 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <20081115101632.5f98c596@cube.tz.axivion.com> <20081122011825.5354d1c1@cube.tz.axivion.com> <6691d418-5ce8-4584-8a09-3eb6bbc6d17f@v13g2000yqm.googlegroups.com> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1227596049 22247 127.0.0.1 (25 Nov 2008 06:54:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 25 Nov 2008 06:54:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v13g2000yqm.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 webwasher (Webwasher 6.8.2.3963) Xref: g2news2.google.com comp.lang.ada:3750 Date: 2008-11-24T22:54:09-08:00 List-Id: On 25 Nov., 00:33, a...@anon.org (anon) wrote: > As I stated to G.B. The "Base" was a concept in 83, and the usage was > illegal in 83. =A0See previous post. =A0 Nonsense again - it is a predefined language attribute "for every type or subtype", but only as a prefix for another attribute like T'Base'First. See RM83 A(4). Ada95 removed 'Base for any type other than scalar and made 'Base usable by itself for scalar types. anon has a very peculiar way to read the RMs, to say the least.