From: Stephen Sangwine on 16 Jun 2010 16:14 The Libre site has a news item stating that Gnat GPL 2010 will be available soon: http://libre.adacore.com/libre/ Great news, as those of with Snow Leopard on Mac OS X currently don't have a free compiler available. It will also support Windows 7 (I am not sure if that is new as I haven't used Windows for a few years).
From: Martin on 16 Jun 2010 17:24 On Jun 16, 9:14 pm, Stephen Sangwine <s...(a)essex.ac.uk> wrote: > The Libre site has a news item stating that Gnat GPL 2010 > will be available soon: > > http://libre.adacore.com/libre/ > > Great news, as those of with Snow Leopard on Mac OS X > currently don't have a free compiler available. It will > also support Windows 7 (I am not sure if that is new as > I haven't used Windows for a few years). Oh yes we do! But you do have to look around a bit... ....must I really miss GPS, so that's what I looking forward to most! I've tried to love emacs but I fear I never shall. -- Martin
From: Simon Wright on 16 Jun 2010 17:35 Stephen Sangwine <sjs(a)essex.ac.uk> writes: > The Libre site has a news item stating that Gnat GPL 2010 > will be available soon: > > http://libre.adacore.com/libre/ > > Great news, as those of with Snow Leopard on Mac OS X > currently don't have a free compiler available. It will > also support Windows 7 (I am not sure if that is new as > I haven't used Windows for a few years). http://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/2009-snow-leopard/
From: Albrecht Käfer on 18 Jun 2010 15:48 On Wed, 16 Jun 2010 22:14:50 +0200, Stephen Sangwine <sjs(a)essex.ac.uk> wrote: > The Libre site has a news item stating that Gnat GPL 2010 > will be available soon: > > http://libre.adacore.com/libre/ > > Great news, as those of with Snow Leopard on Mac OS X > currently don't have a free compiler available. It will > also support Windows 7 (I am not sure if that is new as > I haven't used Windows for a few years). Oh look: “Support for Visual Studio 2008” Ada's roots in the military are showing: Just ready for the last war when the next one is breaking out. Albrecht
From: lekktu on 26 Jun 2010 08:04 Well, it hasn't been hard to find the first bug. -------------------------------------------------------------------------------- function Validate (Dir : in String) return String is begin return (if Dir (Dir'Last) = '\' then Dir else Dir & '\'); end Validate; -------------------------------------------------------------------------------- C:\test\> gnatmake -gnat12 validate.adb gcc -c -gnat12 validate.adb +===========================GNAT BUG DETECTED==============================+ | GPL 2010 (20100603) (i686-pc-mingw32) GCC error: | | in mostly_copy_tree_r, at gimplify.c: 893 | | Error detected around C:/gnat/lib/gcc/i686-pc-mingw32/4.3.6/ adainclude/s-stoele.ads:65| | Please submit a bug report by email to report(a)adacore.com. | | GAP members can alternatively use GNAT Tracker: | | http://www.adacore.com/ section 'send a report'. | | See gnatinfo.txt for full info on procedure for submitting bugs. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | | Use plain ASCII or MIME attachment. | +========================================================================== + Please include these source files with error report Note that list may not be accurate in some cases, so please double check that the problem can still be reproduced with the set of files listed. Consider also -gnatd.n switch (see debug.adb). validate.adb compilation abandoned gnatmake: "validate.adb" compilation error I'll submit a bug report.
|
Next
|
Last
Pages: 1 2 3 Prev: Test; Please Ignore Next: Press Release - Ada-Europe launches Programming Contest |