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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30352abc52760363 X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: Delphi & Ada; Ada to C++ Date: 1998/02/20 Message-ID: <01bd3e24$280e1c00$a8fc82c1@xhv46.dial.pipex.com>#1/1 X-Deja-AN: 326994616 Content-Transfer-Encoding: 7bit References: <34E47622.15EB@atc-1s.hac.com> <6c9tjc$obg@universe.digex.net><34eb5d36.20077308@news.tiac.net><01bd3cc5$a74ff160$LocalHost@xhv46.dial.pipex.com><6chg3h$4qf@universe.digex.net><01bd3d7c$2406b3e0$LocalHost@xhv46.dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1 Organization: UUNet UK server (post doesn't reflect views of UUNet UK) Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-02-20T00:00:00+00:00 List-Id: Many thanks. I think I read somewhere that "GNAT uses the FSF's[?] renowned gcc technology", or something like that, and I had simply assumed the rest. Funny how the old brain fills in the cracks (wrongly in this case :-) innit? Now to throw the cat among the pigeons: how difficult would it be to retro-compile the tree into C (or even C++)? While we're on the subject: is or was gcc a product of the FSF? Was it (originally) written by Richard Stallman? I'm beginning to distrust my memory now! == Nick Roberts ================================================ == Croydon, UK =========================== Jon S Anthony wrote in article ... [...] > GNAT uses the gcc backend (just like g77, g++, and the good ol' c > compiler among others...) by producing an intermediate tree that it > eats. The output is machine code for the given platform.