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,bdebc54a485c13a4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.170 with SMTP id uv10mr9609926pbc.4.1332787439768; Mon, 26 Mar 2012 11:43:59 -0700 (PDT) Path: z9ni4601pbe.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: My first compiler bug: work around or redesign? Date: Mon, 26 Mar 2012 19:43:59 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="22495"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/61NZjnfbQAbeONWP9dr8XddeBum18UT8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:nUmU3jylIIM8QsZ61WojS4cebKQ= sha1:EKHmFp4LWnO0vTmcE0WbuhdoeIg= Content-Type: text/plain; charset=us-ascii Date: 2012-03-26T19:43:59+01:00 List-Id: Natasha Kerensikova writes: > Is it really worth reporting? Thinking about it, I'm not even sure my > code is actually legal: could "not null Element_Renderer" be illegal > but previously interpreted correctly because of a fluke? Or should it > be accepted? I think (and ISTR AdaCore making a similar point) that _any_ bug box ought to be reported; if the code is wrong it should trigger a sensible error message.