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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e552d8828cec1fc7,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!25g2000hsx.googlegroups.com!not-for-mail From: climber.cui@gmail.com Newsgroups: comp.lang.ada Subject: Is it possible to translate ada program to C using GCC or other tools? Date: Tue, 22 Jul 2008 13:48:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <334c1c0a-0c49-49d3-b03b-867c2288159c@25g2000hsx.googlegroups.com> NNTP-Posting-Host: 130.113.193.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1216759690 29502 127.0.0.1 (22 Jul 2008 20:48:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Jul 2008 20:48:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 25g2000hsx.googlegroups.com; posting-host=130.113.193.89; posting-account=fnsQjAoAAACsmgRb2dWjnstJ3nliOcz6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.2.3 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1260 Date: 2008-07-22T13:48:10-07:00 List-Id: 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? thanks. tony