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,1ea992d578e9f621 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!h11g2000prf.googlegroups.com!not-for-mail From: Maxim Reznik Newsgroups: comp.lang.ada Subject: Re: Restricted or no run time in Ada Date: Fri, 4 Jan 2008 06:13:19 -0800 (PST) Organization: http://groups.google.com Message-ID: <026c37aa-bca7-4206-a28e-071e99b741c5@h11g2000prf.googlegroups.com> References: <1199450765.7932.2.camel@K72> NNTP-Posting-Host: 92.113.117.231 Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1199455999 3614 127.0.0.1 (4 Jan 2008 14:13:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 Jan 2008 14:13:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h11g2000prf.googlegroups.com; posting-host=92.113.117.231; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19196 Date: 2008-01-04T06:13:19-08:00 List-Id: On 4 =D1=CE=D7, 14:46, Georg Bauhaus wrote: > > Have you instructed GNAT to not perform any kind of > optimization? > I used follow command: gcc -S -gnato -O test.adb In your listing there is no integer arithmetic overflow check, required in ARM. > Is this an option using Gela? (For example, to verify > close correspondence of source and object code.) Today most usable part of Gela is Gela-ASIS. This is target independent ASIS implemented from scratch. It implement most of ASIS for Ada 95 queries and 12 extension to support Ada 2005 according to SI99 proposals.