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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b78c363353551702 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr23563427pbc.1.1340219918236; Wed, 20 Jun 2012 12:18:38 -0700 (PDT) Path: l9ni73372pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: about the new Ada 2012 pre/post conditions Date: Wed, 20 Jun 2012 12:18:37 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 149.32.224.33 Mime-Version: 1.0 X-Trace: posting.google.com 1340219918 3528 127.0.0.1 (20 Jun 2012 19:18:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Jun 2012 19:18:38 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.33; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-20T12:18:37-07:00 List-Id: On Wednesday, June 20, 2012 6:39:50 AM UTC-7, Nasser M. Abbasi wrote: > > One thing to notice right away, is that the pre/post checks > can be disabled or enabled by the pragma. GNAT provides compiler switch -gnata for this purpose. In addition, GPS has Enable assertions check box. A. Vo