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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b72a05e874eea9a0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-20 03:57:55 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wzm@clinux.org (wzm) Newsgroups: comp.lang.ada Subject: Re: A Bug about GNAT 3.13p Date: 20 Jan 2002 03:57:54 -0800 Organization: http://groups.google.com/ Message-ID: <5240f9fd.0201200357.3ce51d11@posting.google.com> References: <5240f9fd.0201191650.2e71c7b1@posting.google.com> <99p28.35119$_t6.1630727346@newssvr14.news.prodigy.com> NNTP-Posting-Host: 61.174.108.198 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1011527874 8335 127.0.0.1 (20 Jan 2002 11:57:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 Jan 2002 11:57:54 GMT Xref: archiver1.google.com comp.lang.ada:19120 Date: 2002-01-20T11:57:54+00:00 List-Id: tmoran@acm.org wrote in message news:<99p28.35119$_t6.1630727346@newssvr14.news.prodigy.com>... > > Enter A:1234567890 > > Enter B:-1234567890 > > A < B > It's not a bug, it's a feature. If you want the Gnat compiler to > implement Ada, you'll need the "-gnato" option. Without that option, it > implements a slightly different language in which integer overflow is not > checked. It's documented. It also serves nicely to separate the > cognoscenti from the masses. Thank you!