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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,682ac581ea925e5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-17 03:50:21 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Systemless use of 'Address. Date: 16 Nov 1994 18:50:24 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3ae5s0$o1p@gnat.cs.nyu.edu> References: <9411101514.AA21438@eurocontrol.de> <3a8l9b$10rk@watnews1.watson.ibm.com> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-16T18:50:24-05:00 List-Id: Why on earth should unchecked_access require system? it has nothing to do with entities declared in system, and its semantics is not system dependent. Sure it can be used to construct erroneous programs whose behavior is implementation dependent, but hey, you can do that with uninitialized variables, and you don't have to with system to create those!