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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.132.234 with SMTP id ox10mr17928386pbb.8.1414359198588; Sun, 26 Oct 2014 14:33:18 -0700 (PDT) X-Received: by 10.140.42.107 with SMTP id b98mr635qga.11.1414359198330; Sun, 26 Oct 2014 14:33:18 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no18159274igb.0!news-out.google.com!u5ni12qab.1!nntp.google.com!u7no354110qaz.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 26 Oct 2014 14:33:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.91.37.131; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz NNTP-Posting-Host: 87.91.37.131 References: <3d37f3e6-58ad-4d2f-94d0-f615be9da268@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: GCC 4.9.1 for Mac OS X Mavericks and Yosemite From: vincent.diemunsch@gmail.com Injection-Date: Sun, 26 Oct 2014 21:33:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22786 Date: 2014-10-26T14:33:18-07:00 List-Id: On Sunday, October 26, 2014 12:12:44 PM UTC+1, Simon Wright wrote: > dptrash@arcor.de writes: > > > On Tuesday, October 21, 2014 4:45:54 PM UTC+2, Simon Wright wrote: > >> The compiler is GPL verson 3. The runtime has the GCC Runtime > >> Exception, so executables built with it can be released on proprietary > >> terms PROVIDED THAT they make no use of the the packages from GNAT GPL > >> 2014, which are full GPL. > > > > 1) How can I find out if I am using something from GNAT GPL? Are these > > the GNAT*. packages? > > I said: > > ======================================================================== > Tools included: > > Full GPL: > ASIS, AUnit, GDB, GNATColl, and GPRbuild from GNAT GPL 2014. > > GPL with Runtime Library Exception[1]: > XMLAda from the public SVN repository[2] at revision 233185 > (XMLAda-SVN for short). > AWS from the public git repository[3] at commit > e0d260e2d5dbbd93577949307935848de2390818 (AWS-git for short). > ======================================================================== > > Of these the only libraries you're likely to use in your own code are > > GPL: ASIS, GNATColl > > GPL with RTLE: XMLAda, AWS > > > 2) Is the Ada95 compiler in GCC 4.9 also improved? > > It's an Ada 2012 compiler, which can be made to work in Ada 2005 mode by > -gnat2005 or -gnat05, in Ada 95 mode by -gnat95, and (to some extent) in > Ada 83 mode by -gnat83. > > The (possibly incomplete) list of PRs fixed[1] in 4.9.1 vs 4.9.0 doesn't > show any Ada-related bugs, so I guess nothing major (mind you, the Ada > maintainers don't curate the Ada-related bugs very well). One would have > to check the svn repo to be sure what Ada-related changes, if any, there > actually were. > > [1] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.9.1 I just installed it.. on Yosemite and ... yes it works. Thank you ! Vincent