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,85034d1ac78a66eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-23 12:38:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada Operating System Date: 23 Feb 2002 14:30:57 -0600 Organization: LJK Software Message-ID: References: <5Tzc8.111999$H37.15018616@news2-win.server.ntlworld.com> <3C73F480.5010806@mail.com> <9ff447f2.0202220108.7f14c9bc@posting.google.com> <9ff447f2.0202222044.78c44b25@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1014496259 30464 192.135.80.34 (23 Feb 2002 20:30:59 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 23 Feb 2002 20:30:59 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:20315 Date: 2002-02-23T14:30:57-06:00 List-Id: In article , David Starner writes: > On 22 Feb 2002 20:44:21 -0800, Adrian Hoe wrote: >> I know there is ACVC test suite out there to certify Ada compilers >> before they reach out the market. But then, why still use C to write >> an Ada compiler? > > Because GCC handles many languages, and there's a lot of work going into > GCC to improve the C, C++ and Fortran compilers that improve the Ada > compiler as a side effect. Because GCC handles pretty much every > platform known to man, as long as it's got 32 bits and runs some form of > Unix (or DOS or Windows or VMS.) "Some form of Unix (or DOS or Windows or VMS)" seems to me quite a bit shy of "every platform known to man". It omits HP/MPE, MVS and OS/400. It also omits MacOS (pre-X) for which only the PowerPC platform can be targeted by GNAT and neither platform can host GNAT. (While using the Unix emulator to host a compiler is a neat trick, it is not an example of GCC/GNAT being adapted to run on MacOS.)