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,803d147296719896 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny06.POSTED!f0d9c8c1!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Re: Puzzling small piece of code - exception block essentially used as goto References: User-Agent: slrn/0.9.8.1 (Linux) Message-ID: Date: Tue, 05 Jun 2007 02:38:40 GMT NNTP-Posting-Host: 72.86.114.139 X-Complaints-To: abuse@verizon.net X-Trace: trndny06 1181011120 72.86.114.139 (Mon, 04 Jun 2007 22:38:40 EDT) NNTP-Posting-Date: Mon, 04 Jun 2007 22:38:40 EDT Xref: g2news1.google.com comp.lang.ada:16067 Date: 2007-06-05T02:38:40+00:00 List-Id: On 2007-06-02, Jeffrey R. Carter wrote: > > Without knowing the details of the types of the variables used, I > can't say. Here are the ranges for the variables (all are integers): Hour_Delta: -9999*60..9999*60 New_Hour: 0..2^32 Hour: 0..2^32 Relative_Time : constant := 0;