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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.99.66.4 with SMTP id p4mr3434416pga.148.1494259611077; Mon, 08 May 2017 09:06:51 -0700 (PDT) X-Received: by 10.157.55.133 with SMTP id x5mr794401otb.10.1494259611026; Mon, 08 May 2017 09:06:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!c26no1487482itd.0!news-out.google.com!v18ni2059ita.0!nntp.google.com!c26no1482316itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 8 May 2017 09:06:50 -0700 (PDT) In-Reply-To: <83325a39-b5b1-4742-a28b-4a8631379d43@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:191:8303:2100:5985:2c17:9409:aa9c; posting-account=fdRd8woAAADTIlxCu9FgvDrUK4wPzvy3 NNTP-Posting-Host: 2601:191:8303:2100:5985:2c17:9409:aa9c References: <83325a39-b5b1-4742-a28b-4a8631379d43@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Question about sets and expression From: Robert Eachus Injection-Date: Mon, 08 May 2017 16:06:51 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:46700 Date: 2017-05-08T09:06:50-07:00 List-Id: On Monday, May 8, 2017 at 11:53:23 AM UTC-4, reinert wrote: > I did not manage to make a simple test program for this problem, > but maybe someone can give me a hint here. I start to be "blind" :-) > > os is here an Ordered_Set (not empty). The first part seems OK, > but the second part is confusing (craches). Trying to diagnose the problem without the declarations is difficult. I suspect that c := (id => Cnil, others => <>); is trying to assign an unbounded array with that others part.