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: a07f3367d7,657568723e59e45b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.180.141 with SMTP id bu13mr1738588qab.2.1350903145519; Mon, 22 Oct 2012 03:52:25 -0700 (PDT) Received: by 10.52.97.101 with SMTP id dz5mr1187073vdb.2.1350903145440; Mon, 22 Oct 2012 03:52:25 -0700 (PDT) Path: r17ni43198318qap.0!nntp.google.com!x14no4119983qar.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 22 Oct 2012 03:52:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.80.94.93; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 188.80.94.93 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <23619b66-91a4-4786-b210-8012e648e631@googlegroups.com> Subject: Re: Basic issue with dotted notation and tagged types From: Marius Amado-Alves Injection-Date: Mon, 22 Oct 2012 10:52:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-22T03:52:25-07:00 List-Id: > RM2005 4.1.3 (9.2/2): "The designator of the subprogram shall not be the > same as that of a component of the tagged type visible at the point of > the selected_component." Hmm... shouldn't the compiler complain then? (about the program above)