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,b3f788f59498d3af X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.hub.org!sn-xt-sjc-03!sn-xt-sjc-07!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail From: Brian May Newsgroups: comp.lang.ada Subject: Re: Exceptions and out procedure arguments (using GNAT GPL) Date: Sat, 16 Jun 2007 12:50:08 +1000 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <79c673pq5htg508nkoi935n3udqg5ps7r8@4ax.com> User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:XXjPg2fhSsPkwU7RIzrFm7n24j0= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:16204 Date: 2007-06-16T12:50:08+10:00 List-Id: >>>>> "Fionn" == Fionn Mac Cumhaill writes: Fionn> Is the routine which calls My_Procedure guaranteed to get a Fionn> value if it does something like this? I seem to remember the answer is no - when an exception occurs you can't rely on anything returned via out or in out parameters. -- Brian May