comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: User-Defined Reference in a Task Type Discriminant Compiler Bug?
Date: Thu, 21 Mar 2013 19:43:51 +0000
Date: 2013-03-21T19:43:51+00:00	[thread overview]
Message-ID: <lyfvzok07c.fsf@pushface.org> (raw)
In-Reply-To: 65c510a2-1571-4730-b264-501b6b861346@googlegroups.com

Adam Beneschan <adam@irvine.com> writes:

> task type T (Incrementing_Procedure : 
>                not null access procedure (To_Increment : in out integer)) 
>    with Implicit_Dereference => Incrementing_Procedure; 

This still fails to compile with GCC 4.8.0 (prerelease).

This compiles:

   task type S (Disc : not null access Integer)
     with Implicit_Dereference => Disc;

so it looks like a bug related to the 'access procedure'.

Mind you, I've no idea what it's supposed to mean ...



  reply	other threads:[~2013-03-21 19:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 15:11 User-Defined Reference in a Task Type Discriminant Compiler Bug? Eryndlia Mavourneen
2013-03-21 19:11 ` Shark8
2013-03-21 19:12 ` Adam Beneschan
2013-03-21 19:43   ` Simon Wright [this message]
2013-03-21 23:49 ` Randy Brukardt
2013-03-22  1:15 ` Eryndlia Mavourneen
replies disabled

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