Re: Ada 2005 features
"Anh Vo" <[email protected]> Wed, 01 Mar 2006 11:51:06 -0600
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
> >>> "Philippe Tarroux" <[email protected]> 3/1/2006 2:22:51 AM >>> > package Test is > > type Cell is record > Next : access Cell; > end record; > > end Test; It is a known problem with GNAT-GPL. Were you using GNAT-GPL? The answer is most likely yes. By the way, this syntax should compile fine under GNATGCC-4.1.0. AV