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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1120d36583f9435,start X-Google-Attributes: gid103376,public From: "Christer Frovik" Subject: GNAT frontend/backend interface Date: 1997/07/28 Message-ID: <77198.mj14148@janus.swip.net>#1/1 X-Deja-AN: 259833046 Cache-Post-Path: mn8!s-71127@dialup150-5-7.swipnet.se X-Minuet-Version: Minuet1.0_Beta_18A X-POPMail-Charset: English Organization: A customer of Tele2 Reply-To: Newsgroups: comp.lang.ada Date: 1997-07-28T00:00:00+00:00 List-Id: Hello. Can anybody direct me to information about exactly what steps are performed when I compile a sourcefile in GNAT. Is the code translated to C before further compilation, or what the the inteface to the'backend' of the gnu compiler? /CF