> The code is available here:
>
> http://git.coreland.ath.cx/gitweb.cgi?p=pfseudo/.git;a=summary
> $ git clone http://git.coreland.ath.cx/pfseudo/.git
See http://gcc.gnu.org/bugs for instructions on how to report bugs.
--
Eric Botcazou
Bug filed here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42140
On 2009-11-21 12:09:11, Robert Dewar wrote:
> By the way, a general note is that it is usually a good
> idea to stay away from anonymous access types, since
> for one thing, there are real issues in freeing them.
Agreed, yes.
In the real project, the String_Access types from the unbounded
strings
By the way, a general note is that it is usually a good
idea to stay away from anonymous access types, since
for one thing, there are real issues in freeing them.
Here's another case from a prototype that causes a crash on GCC 4.4
but, ironically, gives every impression of compiling and running
on earlier versions (4.3, GPL 2009):
with Ada.Streams.Stream_IO;
with Ada.Finalization;
package Archiver is
type Archiver_t is tagged limited private;
type Arc