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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c8166b3e982150b6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.40 with SMTP id qr8mr7864364pbc.0.1339804845713; Fri, 15 Jun 2012 17:00:45 -0700 (PDT) Path: l9ni55332pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Ada port of the osdev.org bare bones tutorial (mostly done) Date: Fri, 15 Jun 2012 15:40:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3b65d623-57fd-4976-af6f-301497a20d44@googlegroups.com> References: <46d2860a-d5e7-4c1a-be67-903490db0f89@googlegroups.com> <1ca9d254-a12a-4ec3-a4f9-081722fab147@googlegroups.com> NNTP-Posting-Host: 90.194.162.10 Mime-Version: 1.0 X-Trace: posting.google.com 1339804845 22654 127.0.0.1 (16 Jun 2012 00:00:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 Jun 2012 00:00:45 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.10; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-15T15:40:17-07:00 List-Id: On Friday, June 15, 2012 10:46:28 PM UTC+1, Robert A Duff wrote: > I am an AdaCore person. I read this newsgroup once in a while. > Not very often. >=20 > AdaCore doesn't harvest bug reports from here, nor offer free > support, but if you send a bug report to AdaCore, we will fix > it, assuming it really is a bug. Quickly, if you are a supported > customer, or slowly, if it's a report from the "general public". >=20 > I didn't follow this thread, so I've no idea what the alleged > bug is. Hi, the bug is whether a configurable runtime allows declaration of own exc= eptions or if we are limited to using the language defined ones. The compil= er allows declaring one, but tries to use a-except when trying to raise one= , i have posted a bug report to gnu, http://gcc.gnu.org/bugzilla/show_bug.c= gi?id=3D53684.=20 How do I send in bug reports to AdaCore? Just using the contact page? It's = just that there is a minimal test case linked to that bug which I wouldn't = be able to send via your page. Thanks for the reply, Luke.