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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e53617e6821a1c7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-30 06:07:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!news.indigo.ie!feeder.news.heanet.ie!server5.netnews.ja.net!server6.netnews.ja.net!news.york.ac.uk!not-for-mail From: Ian Broster Newsgroups: comp.lang.ada Subject: Re: Suspicious reentrant semaphore Date: Wed, 30 Apr 2003 14:07:53 +0100 Organization: The University of York, UK Sender: ib104@york.ac.uk Message-ID: <20030430140753.72a0dcc9.spam@broster.co.uk> References: NNTP-Posting-Host: pc095.cs.york.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: pump1.york.ac.uk 1051708071 26303 144.32.41.96 (30 Apr 2003 13:07:51 GMT) X-Complaints-To: abuse@york.ac.uk NNTP-Posting-Date: 30 Apr 2003 13:07:51 GMT X-Newsreader: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i686-pc-linux-gnu) Xref: archiver1.google.com comp.lang.ada:36764 Date: 2003-04-30T13:07:51+00:00 List-Id: > it. I know that Current_Task shouldn't be called inside entries > (in fact Gnat doesn't allow it, I tried :-P) but doesn't Last time I (accidentally!) checked, GNAT `allowed' you to use it in a PO, but gave a different result to what you might be expecting. ian