comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@cs.nyu.edu (Robert Dewar)
Subject: Re: type is access cf type is access all?
Date: 25 Jan 1995 16:27:26 -0500
Date: 1995-01-25T16:27:26-05:00	[thread overview]
Message-ID: <3g6fnu$fvq@gnat.cs.nyu.edu> (raw)
In-Reply-To: D2xADD.C5M@inmet.camb.inmet.com

For all those suffering sleepless nights over GNAT's failure to detect the
abuse of pool-specific types, here is output from GNAT version 2.01:

     1. procedure r is
     2.   type a is access integer;
     3.   b : aliased integer;
     4.   c : a;
     5. begin
     6.   c := b'access;
                |
        >>> result must be general access type
        >>> add "all" to type "a" declared at line 2

     7. end;

We hope to have version 2.01 (may be labeled 2.02 when it actually gets out)
in the next day or two for SunOS, and next week for OS/2 and other ports.




      reply	other threads:[~1995-01-25 21:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-01-20 11:40 type is access cf type is access all? fintan
1995-01-24 14:32 ` Robert Dewar
1995-01-24 15:55 ` Michael Feldman
1995-01-24 18:36 ` Tucker Taft
1995-01-25 21:27   ` Robert Dewar [this message]
replies disabled

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