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-01 12:26:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: GNAT 3.3 vs 3.15 Date: 01 Apr 2003 15:19:33 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <20030401185038.2405d2ba.david@realityrift.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1049229248 13950 128.183.235.92 (1 Apr 2003 20:34:08 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 1 Apr 2003 20:34:08 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:35869 Date: 2003-04-01T20:34:08+00:00 List-Id: 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. > 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