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.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a34b7ad6c6a0774 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news1.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!nntp.ukr.net!news.ett.com.ua!not-for-mail From: anon@att.net Newsgroups: comp.lang.ada Subject: Re: Efficiency of code generated by Ada compilers Date: Wed, 11 Aug 2010 11:58:10 +0000 (UTC) Organization: ETT newsserver Message-ID: References: <8cf0fkF60rU1@mid.individual.net> Reply-To: anon@anon.org NNTP-Posting-Host: dialup-4.225.174.194.dial1.dallas1.level3.net X-Complaints-To: usenet@news.ett.com.ua X-Notice: Filtered by postfilter v. 0.6.1 X-Newsreader: IBM NewsReader/2 2.0 Xref: g2news1.google.com comp.lang.ada:13116 Date: 2010-08-11T11:58:10+00:00 List-Id: In <8cf0fkF60rU1@mid.individual.net>, Niklas Holsti writes: >Yannick Duchêne (Hibou57) wrote: >> Le Wed, 11 Aug 2010 01:28:25 +0200, Yannick Duchêne (Hibou57) >> a écrit: >>> In “11.5 Suppressing Checks”: >>> 4/2 pragma Suppress(identifier [, [On =>] name]); >> Strange. I've noticed it with the reply to you : the “[, [On =>] name]” >> appeared in the message while it is not visible in my reference. May be >> some trouble with the HTML version I use. > > [ snip ] > >> This is no more valid Ada (well.... this is still valid Ada 95, this is >> just not more valid Ada 2005/2012) > >In the Ada 2005 RM, see section J.10 (Obsolescent Features: Specific >Suppression of Checks). > >-- >Niklas Holsti >Tidorum Ltd >niklas holsti tidorum fi > . @ . Since, all Ada compilers except for GNAT and IBM are still using Ada 83 or 95 standard the "pragma Suppress ( identifier [ , [ On => ] name ] ) ;" statement is still valid. Plus with GNAT having all of the standards within one compiler, GNAT should allows this version plus the new version as well.