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-Thread: 103376,c3c4ae45442f569e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed.stueberl.de!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: tasks and protected types Date: Sat, 30 Apr 2005 12:58:48 +0100 Organization: Pushface Message-ID: References: <1114747457.868019.93210@f14g2000cwb.googlegroups.com> <1114771627.401153.78280@z14g2000cwz.googlegroups.com> <42722ECA.5060903@mailinator.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1114862326 1975 62.49.19.209 (30 Apr 2005 11:58:46 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 30 Apr 2005 11:58:46 +0000 (UTC) Cancel-Lock: sha1:hlqy01G+qW+tD9TGVyJSnMbJAb4= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:10853 Date: 2005-04-30T12:58:48+01:00 List-Id: "Egil H. H�vik" writes: > RM 9.5.2(26): ... When an exception is propagated from the > handled_sequence_of_statements of an accept_statement, the same > exception is also raised by the execution of the corresponding > entry_call statement. This can lead to much puzzlement if you see the traceback in the caller!