comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Formal Subprogram Access
Date: Tue, 13 Feb 2018 01:24:11 -0800 (PST)
Date: 2018-02-13T01:24:11-08:00	[thread overview]
Message-ID: <22dc19b9-ed5f-464a-bd56-87bd9e16c23a@googlegroups.com> (raw)
In-Reply-To: <p5tudq$5eb$1@franka.jacob-sparre.dk>

Am Dienstag, 13. Februar 2018 06:51:56 UTC+1 schrieb Randy Brukardt:
> "Jeffrey R. Carter" <spam.jrcarter.not@spam.not.acm.org> wrote in message 
> news:p5mflm$ibq$1@dont-email.me...
> > On 02/10/2018 04:03 AM, Randy Brukardt wrote:
> >>
> >> Why do you think this is correct? I can't read 3.10.2(32/5) in a way 
> >> which
> >> would prevent using a formal subprogram in this way (assuming that the
> >> profile matches, which is does trivially in this case). Indeed, there is
> >> specifically an exception allowing "an anonymous access type of an access
> >> parameter."

This is RM 6.3.1(9).

> > IIRC, you can't take 'Access of some attributes that act as subprograms, 
> > but you can use them as the actual for a generic formal subprogram. So a 
> > generic can't take 'Access of a generic formal subprogram.
> 
> There's no such rule in the RM. As Christoph noted, a generic formal 
> subprogram has convention Ada, 'Access is allowed. If you pass an attribute 
> to it, you have to wrap it in a real subprogram for this reason. (There is a 
> lot of code specifically to do this in Janus/Ada, it probably never has been 
> tested outside of a single ACATS test -- I don't think anyone ever has had a 
> reason to pass an attribute like Succ as a formal subprogram.)

But I found no rule that the generic actual subprogram parameter must not have the Intrinsic convention.

And IIRC, I once used the 'Image attribute as actual.

So now I'm confused. Is it allowed to take 'Access of a formal subprogram? If the actual is an attribute, it is Intrinsic, so 'Access is not allowed.

  reply	other threads:[~2018-02-13  9:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-09 22:11 Formal Subprogram Access Jeffrey R. Carter
2018-02-10  3:03 ` Randy Brukardt
2018-02-10  9:57   ` Jeffrey R. Carter
2018-02-13  5:51     ` Randy Brukardt
2018-02-13  9:24       ` AdaMagica [this message]
2018-02-13  9:41         ` Dmitry A. Kazakov
2018-02-13 10:28           ` AdaMagica
2018-02-14  0:47             ` Randy Brukardt
2018-02-14  8:19               ` Dmitry A. Kazakov
2018-02-14 10:01                 ` Jacob Sparre Andersen
2018-02-14 11:07                   ` Dmitry A. Kazakov
2018-02-13 12:24       ` Simon Wright
2018-02-14  0:53         ` Randy Brukardt
2018-02-14 14:36           ` Simon Wright
2018-02-15  4:56             ` Randy Brukardt
2018-02-15 13:12               ` Simon Clubley
2018-02-15 16:38                 ` Simon Wright
2018-02-15 18:40                   ` Simon Clubley
2018-02-15 16:19               ` Simon Wright
2018-02-15 23:03               ` Randy Brukardt
2018-02-13 17:34       ` Jeffrey R. Carter
2018-02-13 18:31         ` AdaMagica
2018-02-14  0:57           ` Randy Brukardt
2018-02-10 14:55   ` AdaMagica
2018-02-21 17:51 ` Jeffrey R. Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox