From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fa4492559026112a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.volia.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: GNAT on Debian or Gentoo? Date: Fri, 24 Mar 2006 16:02:29 +0100 Message-ID: <44240A05.6080409@mailinator.com> References: <1142950303.745049.94380@e56g2000cwe.googlegroups.com> <1142996939.825705.312690@e56g2000cwe.googlegroups.com> <4422B4CB.5040408@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net Og0VOZVXdPKfhEyzHdleYgD+6Jk42LDEsqmS7XYZ/GmDNeu0g= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:3591 Date: 2006-03-24T16:02:29+01:00 List-Id: Bobby D. Bryant wrote: > On Thu, 23 Mar 2006, "Alex R. Mosteo" wrote: > > >>Bobby D. Bryant wrote: >> >>>On Wed, 22 Mar 2006, "Adrian Hoe" wrote: >>> >>> >>>>How about gcc/gnat 4.x? >>> >>>Should be a simple matter of hacking an ebuild. >>> >>>Is there any reason I would want to do that? What's new between 3.4.x >>>and 4.x? >> >>Most evident changes would be in Ada05 support > > Thanks. I guess it's about time to take that plunge... Be warned that the thing is somewhat buggy, at least in the latest GAP/GPL release. That said, once you get the grasp of what works and what not, you can start to use some useful 2005 features. I guess that gcc 4.1 can be a goop step forward in that respect, since some things that are improved over GAP/GPL (this is hearsay) are "limited with", anonymous access type record members, proper initialization of default box notation with controlled types, dot notation; all of them features that I find pretty useful. But then, I have GAP support so I want to continue using that release, even if it's less functional. If you're interested in some particular 2005 feature you can ask me and I can tell you my experience (if I've tried it, of course) with the GAP/GPL releases. (I believe they're equivalent, except for the support).