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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e552d8828cec1fc7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!storethat.news.telefonica.de!telefonica.de!news-fra1.dfn.de!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 23 Jul 2008 09:54:39 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Is it possible to translate ada program to C using GCC or other tools? References: <334c1c0a-0c49-49d3-b03b-867c2288159c@25g2000hsx.googlegroups.com> In-Reply-To: <334c1c0a-0c49-49d3-b03b-867c2288159c@25g2000hsx.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4886e3be$0$18830$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 23 Jul 2008 09:54:38 CEST NNTP-Posting-Host: ba50ab60.newsspool2.arcor-online.net X-Trace: DXC=J8SAT5nMO]QaoembcbF;DQA9EHlD;3YcR4Fo<]lROoRQ4nDHegD_]RUUd1dX5ISc3^A:ho7QcPOVSk3=5ciSDOP\=bVHZQ6^TYZ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:1274 Date: 2008-07-23T09:54:38+02:00 List-Id: climber.cui@gmail.com wrote: > Hi all, > I would like to investigate on how ada's protected object and > tasking features are implemented with C/pthread. Is it possible to use > gcc(or other tools) to do the translation? You'd need an Ada compiler that will translate Ada to C and use C and pthreads for protected objects. I think Sofcheck has such a compiler.