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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b0a828f417615ded X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w28g2000hsf.googlegroups.com!not-for-mail From: REH Newsgroups: comp.lang.ada Subject: Re: Compiler Bug Date: Thu, 6 Dec 2007 08:48:26 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <9f4bc0eb-d44a-43f9-83bd-dd07fa8538f2@i12g2000prf.googlegroups.com> <8a6283ea-be44-46d7-a2f1-a6d626266b58@p69g2000hsa.googlegroups.com> <97d0825d-ee08-45ef-b736-ca005caf1a81@e23g2000prf.googlegroups.com> <87hciwxqmc.fsf@kvetch.smov.org> NNTP-Posting-Host: 192.35.35.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196959707 29221 127.0.0.1 (6 Dec 2007 16:48:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Dec 2007 16:48:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w28g2000hsf.googlegroups.com; posting-host=192.35.35.34; posting-account=GwkXCgoAAABFSG45Q--uHVZG6zn6ec-e User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18745 Date: 2007-12-06T08:48:26-08:00 List-Id: On Dec 6, 1:51 am, Keith Thompson wrote: > Others here could try based on what you've posted, but without knowing > what compiler you're using they'd have no way of knowing if they've > reproduced the problem. > Sure, I understand that. I didn't post it for the reasons you stated, and I didn't mention the compiler because I didn't want to disparage them (they are being responsive and helpful). It turns out, thought, that the problem was a bug in the debugger (it displayed T2 as the wrong type). The exception was cause by a different bug in the compiler. The two problems combined made it difficult the diagnose. This was a bad coincidence; the compiler is normally very good. Thanks to all for the comments. REH