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: 103376,fba47412041a3607 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e23g2000prf.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: Differences with/without .all Date: Mon, 17 Mar 2008 14:17:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <647ktoF2acjggU1@mid.individual.net> <871w696pxz.fsf@ludovic-brenta.org> NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1205788656 3469 127.0.0.1 (17 Mar 2008 21:17:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Mar 2008 21:17:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e23g2000prf.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20455 Date: 2008-03-17T14:17:36-07:00 List-Id: On Mar 17, 2:44 pm, Ludovic Brenta wrote: > The compiler is correct. > > 6.4(9): "When there is an actual_parameter_part, the prefix can be an > implicit_dereference of an access-to-subprogram value." The compiler is correct to reject the syntax. The compiler has a defect, though, in that it states an incorrect reason for rejecting the syntax. Eric