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,6b93224dbe2bb55b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.184.11 with SMTP id ci11mr3642736qab.1.1354418972443; Sat, 01 Dec 2012 19:29:32 -0800 (PST) Received: by 10.49.28.131 with SMTP id b3mr1437313qeh.42.1354418972375; Sat, 01 Dec 2012 19:29:32 -0800 (PST) Path: gf5ni37485490qab.0!nntp.google.com!i9no558184qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 1 Dec 2012 19:29:32 -0800 (PST) In-Reply-To: <3254b304-ed8b-4601-8a3c-ab3df74d84ad@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.71.190; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.71.190 References: <3254b304-ed8b-4601-8a3c-ab3df74d84ad@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0f4c2210-28d4-4f63-bb43-fd2276350249@googlegroups.com> Subject: Re: Return unconstrained types in ZFP From: Shark8 Injection-Date: Sun, 02 Dec 2012 03:29:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-01T19:29:32-08:00 List-Id: That last-chance handler error came up for me when I was trying a RTL-less build for a bare-bones project (simple OS) -- I think it had to do w/ the compiler wanting to use RTL-features (denied because it's bare-bones) that were non-existent. I'd bet that our resident compiler makers (Randy springs to mind) know a thing or two about bootstrapping, though I wouldn't expect Randy to know the GNAT details.