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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e06a8814dbc90113 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: gnat 3.12p with gcc 2.95.2 Date: 2000/05/23 Message-ID: <8gcjct$gjn$1@nnrp1.deja.com>#1/1 X-Deja-AN: 625894687 References: <3928E9D2.70DBF0B4@mathematik.uni-dortmund.de> X-Http-Proxy: 1.0 x56.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue May 23 00:29:17 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-23T00:00:00+00:00 List-Id: In article <3928E9D2.70DBF0B4@mathematik.uni-dortmund.de>, Jens Acker wrote: > Is it possible to build a complete gnat 3.12p system > on top of the gcc 2.95.2 compiler suite instead of > the gcc 2.8.1 compiler ? The short answer is No. The long answer is as follows: There are two problems 1. gcc 2.95.2 has many problems and bugs that will prevent GNAT from operating correctly. Richard Kenner (of Ada Core Technologies) has recently completed the merge of the GCC 2.8.1 fixes needed for correct GNAT operation into GCC 2.96, and also fixed and cleaned up many other things that were preventing GNAT from working. This has involved thousands of lines of patches and new code for GCC 2.96. 2. The interface to gcc 2.9x has changed from 2.8.1 meaning that changes are needed in GNAT. We anticipate that the version of GNAT *after* 3.13 will use GCC 2.96, completing the merging of the technologies, but it is not practical to build GNAT with gcc 2.95 period, and not possible to build with gcc 2.96 till that version of GNAT is available. We are making good progress, we have a compiler that bootstraps correctly on at least one target, builds the library, and passes all but two ACVC tests. Now we need to build on other targets, correct those remaining ACVC problems, and run the Ada Core Technologies test suite. Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Before you buy.