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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,10ae388f70a273ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-04 02:55:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!feed.news.nacamar.de!uninett.no!newsfeed1.e.nsc.no!nsc.no!nextra.com!news2.e.nsc.no.POSTED!53ab2750!not-for-mail From: "Arne Knutsen" Newsgroups: comp.lang.ada References: <20030401185038.2405d2ba.david@realityrift.com> Subject: Re: GNAT 3.3 vs 3.15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 80.212.9.148 X-Complaints-To: news-abuse@telenor.net NNTP-Posting-Date: Fri, 04 Apr 2003 12:55:42 MEST X-Trace: news2.ulv.nextra.no 1049453742 80.212.9.148 Date: Fri, 4 Apr 2003 12:55:26 +0200 Xref: archiver1.google.com comp.lang.ada:35921 Date: 2003-04-04T12:55:26+02:00 List-Id: "Stephen Leake" wrote in message news:uhe9i7yy2.fsf@nasa.gov... > David Holm writes: > > > What are the problems of using GNAT 3.3 over 3.15? > > I'm not clear what you mean by "GNAT 3.3"; there is no such thing > according to ACT. I guess you mean "The Ada compiler that comes with > GCC 3.3". What does "gnatmake -v" say about the version? > > > What is new since 3.15? > > Bugs. The main difference is the gcc 3.x backend; it has a lot of > changes since the gcc 2.8 that gnat 3.15 is based on. Some of those > changes break GNAT. To be fair, some of them improve GNAT :). ACT is > working on fixing things, but it's a slow process. > > For example, the ACT candidate release of GNAT based on gcc 3.x > (called GNAT 5.00a) is now available for customer testing; it has a > bug that stopped me cold. They are fixing it, but I won't be using > GNAT 5.00 (or GCC 3.3) until there is another release from ACT. What kind of bug(s) is this. We're having trouble with a SW that runs fine on 3.16, but fails (no crahes) on 5.0 > > > I've been using 3.3 for a while and run it through my test suites > > (some simple floating-point stuff) and so far have had nog problems. > > Then you are ok; that's what tests are for, after all! > > You should improve your test suite to truly test your application; > that may make you feel more comfortable. > > But keep GNAT 3.15 handy; if you encounter a weird problem, try it on > 3.15 before you blame your code :). > > -- > -- Stephe