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,13b7917466f2d19 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-10 02:01:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: GNAT and GCC 3.0 Date: Wed, 10 Oct 2001 09:01:40 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <9a575af3.0110020747.2304ce86@posting.google.com> <5ee5b646.0110022002.7ccde025@posting.google.com> <5ee5b646.0110060639.31567261@posting.google.com> <9pr6e8$aai1@news.cis.okstate.edu> <%biw7.8780$H81.3054034106@newssvr30.news.prodigy.com> <5ee5b646.0110092223.72a80d0a@posting.google.com> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1002704500 14368 217.17.192.37 (10 Oct 2001 09:01:40 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Wed, 10 Oct 2001 09:01:40 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:14126 Date: 2001-10-10T09:01:40+00:00 List-Id: * Robert Dewar wrote: >We also have the problem of continued patches to GCC breaking things. >Hopefully soon, more people will be building GNAT to test their changes, >and that will help. This requires a testsuite in the gcc-CVS. Currently it can't be tested and known failtures can't be added to the testsuite, because there is none. >watching the gcc mailing list. In general I would advise anyone interested >in picking up GNAT snapshots from gnu.org to subscribe to the relevant >lists, and get a feel for what is going on. Of course. But I'd prefer a checked compiler after bootstrapping. >Certainly Ron Cole was free, as was anyone else, to get 3.13 running on >3.1 (the issues of getting 3.13 running are identical to those of getting >later versions to run, and as above, the problems are in gcc, not in >gnat). gcc3.1 does produce much better code than gnat3.13. That's a real reason to switch. Especially pos_to_rep Implementation of enums are considerably enhanced. >In fact several people *did* try to get 3.13 running on GCC 3, but no one >came near to succeeding, which did not surprise us, since it was a huge >amount of work, and indeed the work is still not complete. Of course. Still ... I did not cross a problem in the last few days.