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,5978c98b23dbfa0b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.75.170 with SMTP id d10mr5469724pbw.6.1324486317774; Wed, 21 Dec 2011 08:51:57 -0800 (PST) Path: lh20ni48534pbb.0!nntp.google.com!news1.google.com!postnews.google.com!h3g2000yqa.googlegroups.com!not-for-mail From: awdorrin Newsgroups: comp.lang.ada Subject: Re: Debugging Ada Date: Wed, 21 Dec 2011 08:51:57 -0800 (PST) Organization: http://groups.google.com Message-ID: <1fcdb3e7-6125-4cdc-9514-dd3cff2a7350@h3g2000yqa.googlegroups.com> References: <4b7ed906-dfbb-4f73-826e-f1c94ec320e7@k10g2000yqk.googlegroups.com> <5567da15-bd12-4dee-be27-b98525ea1323@x19g2000yqf.googlegroups.com> NNTP-Posting-Host: 192.35.35.35 Mime-Version: 1.0 X-Trace: posting.google.com 1324486317 15697 127.0.0.1 (21 Dec 2011 16:51:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Dec 2011 16:51:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h3g2000yqa.googlegroups.com; posting-host=192.35.35.35; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-21T08:51:57-08:00 List-Id: That is what I believe is happening as well. Is there some way I can force the compiler to not do this, but execute the code at elaboration time instead? I've been looking at the GNAT docs and haven't stumbled across anything yet...