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,f495c7652c09dd8c X-Google-Attributes: gid103376,public From: rracine@draper.com (Roger Racine) Subject: Re: Does this model work ? Date: 1999/05/17 Message-ID: #1/1 X-Deja-AN: 478975429 Sender: nntp@news.draper.com (NNTP Master) References: <373e38e2.31311363@news2.ibm.net> <373C5244.3A16F5B8@easystreet.com> <374686a0.3798481@news2.ibm.net> <7hmdp8$ksq$1@nnrp1.deja.com> Organization: Draper Laboratory Newsgroups: comp.lang.ada Date: 1999-05-17T00:00:00+00:00 List-Id: In article <7hmdp8$ksq$1@nnrp1.deja.com> Robert Dewar writes: >In article <374686a0.3798481@news2.ibm.net>, > jmarten@ibm.net (Jean-Marten Marchi) wrote: >> I think so, and maybe, with GNAT, you could download only the >> output of GNAT to the gcc compiler? >I am not sure what the thought is behind this, but for sure >it is confused. gcc is a multi-language compiler. One of the >languages is GNAT. GNAT is part of gcc, not separate from it. >If you mean the GNU C compiler, then probably you are thinking >that somehow GNAT generates input for this compiler. That is >quite incorrect, in no sense does GNAT translate Ada to C. I thought he meant the output of the GNAT front-end, which is then provided to the "standard" code generators for GCC. This would save the syntax and semantic checking, and initial translation that goes on within GNAT. I have no idea if it would be larger or smaller than the source. Roger Racing