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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5052684d3523ff1 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GNAT 3.07 MsDos/DJGPP bug report to whom? Date: 1997/10/22 Message-ID: #1/1 X-Deja-AN: 282549489 References: <62lnnk$gv2@fg70.rz.uni-karlsruhe.de> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 877577739 23252 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-10-22T00:00:00+00:00 List-Id: Thomas Koenig said <<<>>> Porting GNAT to egcs should be a trivially easy excercise for anyone with some familiarity with GNAT (the current GNAT works fine with many different versions of GCC -- providing EGCS is reasonably current with respect to the FSF snapshots, there should be no problem (all the necessary changes for GNAT show up in the GCC snapshots essentially immediately). As for the test suite, a most bizarre question -- the answer is of course that you should use the publicly available ACVC suite -- what is puzzling is that anyone working with Ada 95 would ask this question! The only barrier to getting a port of GNAT to DOS is having a sound DJGPP/GCC combination to build on. We got stuck because of a bug in DJGPP signal handling that never seemed to have got fixed (apparently it affected only Ada). Of course building a non-tasking version for DOS is again a trivial excercise if you have any familiarity with GNAT.