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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,df1a7f1c3c3bc77e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news1.google.com!newshub.stanford.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: An Ada Advice Inquiry Date: Tue, 08 May 2007 22:23:45 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1178448459.256329.28590@n76g2000hsh.googlegroups.com> <1178480316.415370.194260@n76g2000hsh.googlegroups.com> <463ed042$1@news.post.ch> <1178527820.949652.143060@l77g2000hsb.googlegroups.com> <1g1r9ddu19ka7$.1kq3tc2btm98o.dlg@40tude.net> <1178542830.662912.295270@y5g2000hsa.googlegroups.com> <2825529.4NRNKvsDf2@linux1.krischik.com> <1178573171.037577.54370@u30g2000hsc.googlegroups.com> <87mz0fp4zb.fsf@ludovic-brenta.org> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1178677426 13417 192.74.137.71 (9 May 2007 02:23:46 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 9 May 2007 02:23:46 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:zfj+nyg+5B4X0UVTJTkCYgcNib8= Xref: g2news1.google.com comp.lang.ada:15669 Date: 2007-05-08T22:23:45-04:00 List-Id: Ludovic Brenta writes: > Robert A Duff writes: >> The GNAT implementation of Ada 2005 >> (which is complete, by the way) was a substantial effort, >> but nowhere near 10 person years. (Of course we started >> working on it before the standard was official.) > > I'm still not sure which version of GNAT is the first with complete > support for Amendment 1. Could you enlighten me? Also, which version > of GCC has or will have complete support for Amendment 1? Sorry, but I can't really enlighten you. I've only been with AdaCore for a little over a year, and I don't really know the answer to your question. I know that the latest version of GNAT Pro has full support for Ada 2005 (although there are probably some bugs). I know that AdaCore merges all that stuff into the FSF source tree periodically, as a service to the Ada community, but I don't know any details about gcc version numbers and the like. I worked on one of the last Ada 2005 features to be added to GNAT -- AI-318, which is about constructor functions for limited types. A very cool feature, I say! - Bob