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,f3780c61ca73cd4b X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: how can I see the c-code generated by GNAT Date: 1996/03/19 Message-ID: #1/1 X-Deja-AN: 143312125 references: <4imj88$e9d@info.epfl.ch> organization: Courant Institute of Mathematical Sciences keywords: GNAT newsgroups: comp.lang.ada Date: 1996-03-19T00:00:00+00:00 List-Id: Christoph says "I am using GNAT on a DOS machine. How can I see the C-code generated by gcc or gnat1?" You see all the C code generated by gnat1 and gcc everytime you run GNAT, namely NONE! GNAT does not generate C. What you may find interesting is the low level pseudo-Ada output by the -gnatdg switch.