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,ee1a8b8db84c88f X-Google-Attributes: gid103376,public X-Google-Language: Japanese,JIS Path: g2news1.google.com!news4.google.com!news.glorb.com!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!xara.net!gxn.net!194.159.246.34.MISMATCH!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: Ada exception block does NOT work? Date: Thu, 18 Aug 2005 22:07:33 +0100 Organization: Pushface Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp-2 X-Trace: news.demon.co.uk 1124399250 14896 62.49.19.209 (18 Aug 2005 21:07:30 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 18 Aug 2005 21:07:30 +0000 (UTC) Cancel-Lock: sha1:cLyG4f+6yB8KePTJ4ZfCht1Rw2I= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:4173 Date: 2005-08-18T22:07:33+01:00 List-Id: Bj.ANvrn Persson writes: > Simon Wright wrote: >> With GCC 4.0.0 on powerpc-apple-darwin7.9.0, this outputs > Out of curiosity: What happens if you initialize Sum with some other > number? Can you divide any number by zero without getting an > exception, or is it just 0/x=0 taking precedence over x/0=$B!g(B? 2.0 / 0 -> 0.0 :-( -S