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,1ae2fcf7230528e1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-15 01:07:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!newsfeeds.ihug.co.nz!ihug.co.nz!news.xtra.co.nz!news.mel.connect.com.au!not-for-mail From: Matthew Baulch Newsgroups: comp.lang.ada Subject: GNAT Constraint Catching Date: Mon, 15 Apr 2002 18:06:07 +1000 Organization: Customer of Connect.com.au Pty. Ltd. Message-ID: <3CBA89EF.9070008@greenroom.com.au> NNTP-Posting-Host: 210.11.36.137 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: perki.connect.com.au 1018858057 88 210.11.36.137 (15 Apr 2002 08:07:37 GMT) X-Complaints-To: abuse@connect.com.au NNTP-Posting-Date: 15 Apr 2002 08:07:37 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:22537 Date: 2002-04-15T08:07:37+00:00 List-Id: Hi, I've just switched compilers to GNAT which i have been very impressed with, all except for one minor issue. Instead of catching an integer constraint error and executing my error handling code, it appears to overflow starting back at the lowest possible value. Any ideas? thanks