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.