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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a27864f6019f6e7f X-Google-Attributes: gid103376,public From: Vincent Marciante Subject: Re: Simpler Question (was Assigning to dereferenced null access variable) Date: 2000/11/08 Message-ID: <3A0A24DF.38D9@li.net>#1/1 X-Deja-AN: 691481619 Content-Transfer-Encoding: 7bit References: <3A05A609.4CE6@li.net> <3A0847ED.49AF@li.net> <8u9r97$jmb$2@wanadoo.fr> <3A089948.5979@li.net> <8uak9e$onq$1@nnrp1.deja.com> Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 973743318 209.139.0.185 (Thu, 09 Nov 2000 04:15:18 GMT) Organization: Verio MIME-Version: 1.0 NNTP-Posting-Date: Thu, 09 Nov 2000 04:15:18 GMT Newsgroups: comp.lang.ada Date: 2000-11-08T00:00:00+00:00 List-Id: Robert Dewar wrote: > ... it is hard to imagine a real program being > affected by this :-) Actually, similar code was part of the unbounded string components that are part of the original Booch Components! Executing that code when compiled with another compiler caused a constraint_error but not with GNAT. P.S. A corrected version of the string components is being prepared.