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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a0f2b8cad0d0f971 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 08:06:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9rbsln$6m6$1@inf6serv.rug.ac.be> Subject: Re: problem with usage of aliased Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Fri, 26 Oct 2001 11:05:07 EDT Organization: http://www.newsranger.com Date: Fri, 26 Oct 2001 15:05:07 GMT Xref: archiver1.google.com comp.lang.ada:15257 Date: 2001-10-26T15:05:07+00:00 List-Id: In article <9rbsln$6m6$1@inf6serv.rug.ac.be>, Stijn Rammeloo says... >While writing an interface package for file-manipulation routines I get >following error with gnat: ..."non-local pointer cannot point to local >object." .. >side effects assumed). b) I'm 100% sure I cannot get a dangling pointer. So >my question pops down to this: How can I tell an ada compiler/gnat to stop >nagging in this particular case :-) Use 'Uchecked_Access instead of 'Access. That's what its for. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.