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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad4aec717fd8556e X-Google-Attributes: gid103376,public From: Ken Garlington Subject: Re: 'size attribute inheritance Date: 1997/08/16 Message-ID: <33F670EF.4F65@flash.net>#1/1 X-Deja-AN: 264687215 References: <33ECF679.4B5D@lmco.com> Organization: Flashnet Communications, http://www.flash.net Reply-To: Ken.Garlington@computer.org Newsgroups: comp.lang.ada Date: 1997-08-16T00:00:00+00:00 List-Id: Robert Dewar wrote: > > Matthew said > > < And do you have an AARM reference?>. > > There is no "checking for uninitialized > " variable feature in Ada 95. > > There are requirements to check for values being in range in certain cases, > don't get confused between these two, an uninitialized variable may well > be in range! I suppose this is technically true, but couldn't the effect of pragam Normalize_Scalars, when combined with 'Valid and/or range checking, be informally described as checking for uninitialized variables?