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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: fyi, GNAT and SPARK GPL 2016 are out Date: Sun, 5 Jun 2016 16:07:07 +0200 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 5 Jun 2016 14:06:44 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="857d06a4b85f2c044993090b381d5d42"; logging-data="32481"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fv7KgczWsERXTE8cTQq/I" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: Cancel-Lock: sha1:bY6F/IV/jwnMA0unFegqfKCmpfw= Xref: news.eternal-september.org comp.lang.ada:30619 Date: 2016-06-05T16:07:07+02:00 List-Id: On 04/06/16 19:36, Jeffrey R. Carter wrote: > On 06/04/2016 09:13 AM, gautier_niouzes@hotmail.com wrote: >> >> In a nutshell, if you are using Ada.Containers.*Maps, and have code like the >> P_KO procedure below, which is legal Ada 2005 & 2012, the executable will >> bomb when built with the -gnatp switch. > > Apparently other containers as well, such as the example shown by Mosteo for > indefinite lists, though he's getting Storage_Error. And I'm not suppressing any checks (but then I think my problem comes by way of interfaces, I always hit bugs with those, it's my curse).