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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,103b407e8b68350b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-16 02:40:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!oleane.net!oleane!nnrp.oleane.net!not-for-mail From: "Jean-Pierre Rosen" Newsgroups: comp.lang.ada Subject: Re: Anybody in US using ADA ? One silly idea.. Date: Thu, 16 Jan 2003 11:34:57 +0100 Organization: Guest of France Telecom Oleane's newsreading service Message-ID: References: <1041908422.928308@master.nyc.kbcfp.com> <1041997309.165001@master.nyc.kbcfp.com> <1042086217.253468@master.nyc.kbcfp.com> <1042477504.547640@master.nyc.kbcfp.com> <1042651417.215661@master.nyc.kbcfp.com> <3E25FA9A.2549C263@adaworks.com> NNTP-Posting-Host: mailhost.axlog.fr X-Trace: s1.read.news.oleane.net 1042713303 15008 195.25.228.57 (16 Jan 2003 10:35:03 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Thu, 16 Jan 2003 10:35:03 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:33076 Date: 2003-01-16T11:34:57+01:00 List-Id: "Bill Findlay" a �crit dans le message de news: BA4BAC1F.1C55%yaldnifw@blueyonder.co.uk... > Not at all, your amplification brings the point out more fully; but it > should be said that: > > > SUBTYPE S IS INTEGER RANGE READ .. READ; > > is formally undefined, as the language does not specify the order in which > the lower and upper bounds of the range are evaluated. > Which is easily solved by saying: Lower : constant Integer := Read; Upper : constant Integer := Read; subtype S is Integer range Lower..Upper; (Fortunately, declarations *are* elaborated in order :-) -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr