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,362cb73a2f180232,start X-Google-Attributes: gid103376,public From: asmang@mail.wm.edu (Arun Mangalam) Subject: How does GNAT (or GCC) compile ADA code? Date: 1998/10/15 Message-ID: #1/1 X-Deja-AN: 401430595 X-Complaints-To: abuse@rcn.com X-Trace: autumn.news.rcn.net 908475099 21836 207.172.83.3 (15 Oct 1998 18:11:39 GMT) Organization: William & Mary NNTP-Posting-Date: 15 Oct 1998 18:11:39 GMT Newsgroups: comp.lang.ada Date: 1998-10-15T18:11:39+00:00 List-Id: I don't really know how GCC is the backend for GNAT. Does gcc translate Ada code into c and then compile c into machine language, or is it from Ada code directly to machine language code? I'm just curious, and since I don't have gcc installed, I was wondering if someone can either explain this or direct me to a place where I can find this out for myself. Thank you for any help.