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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db9a11afb3da4240 X-Google-Attributes: gid103376,public X-Google-Thread: 102b75,501ec19d1d81daee X-Google-Attributes: gid102b75,public X-Google-ArrivalTime: 2002-04-08 10:17:41 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.arch,comp.lang.ada Subject: Re: Language support for flexible handling of system-detected errors. Date: 8 Apr 2002 10:17:40 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 192.76.70.225 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1018286260 5764 127.0.0.1 (8 Apr 2002 17:17:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 8 Apr 2002 17:17:40 GMT Xref: archiver1.google.com comp.arch:26577 comp.lang.ada:22233 Date: 2002-04-08T17:17:40+00:00 List-Id: "Marin David Condic" wrote in message news:... > What makes you think that there are any 100% error free Ada compilers out > there? :-) Its impossible to prove that there are no errors in a compiler or > any other sufficiently complex piece of software. And yes, I've encountered > errors in every Ada compiler I've ever used. It might be the case that Ada > compilers - having run through validation - at least fully implement the > language and do so in a consistent way. I wouldn't count on that either. Validation suites may be incomplete, particularly for a very large language like Ada. I found bugs in two validated Ada-83 compilers within a month after I started using them.