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: a07f3367d7,3867e2f73fa21ec X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 X-Received: by 10.180.85.134 with SMTP id h6mr2237121wiz.1.1367654711328; Sat, 04 May 2013 01:05:11 -0700 (PDT) Path: hg5ni66246wib.1!nntp.google.com!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada 2012: In-out parameters for functions Date: Sat, 04 May 2013 09:05:09 +0100 Organization: A noiseless patient Spider Message-ID: References: <7704abab-86f2-4edc-ad4b-b3d4e70004fb@googlegroups.com> <7446fa12-42ce-4716-b0ef-e7eab9005fdb@googlegroups.com> Mime-Version: 1.0 Injection-Info: mx05.eternal-september.org; posting-host="32bbea2852c3ac5f339194c0aa5925ed"; logging-data="21752"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/pwu020T5n7CEWZVnHXfpSDZHrfQRuss=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:qa26apIz2+l6hf0BFkWLm8OEMck= sha1:oFM841BXDHS4Gt38q3mnWIUODW8= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2013-05-04T09:05:09+01:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: > Le Sat, 04 May 2013 08:58:37 +0200, J-P. Rosen a Ă©crit: [...] >> Checking "in out" in functions will be in the next release of >> AdaControl, of course :-). > > Is it OK with Ada 2012? The last time I tried, I encountered multiple > issues with constructs like Pre/Post being not supported (was raising > an error). I looked at ASIS source package on Debian repository, but > it seems to be dated of 2008 or 2010. ASIS GPL 2012, when built with GCC 4.8.0, understands Pre and Pre'Class. But - ASIS is built against a specific compiler; does the Debian compiler understand these aspects? The gcc 4.4 that comes with Debian 6 doesn't understand -gnat12 ...