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,8c07fb80fc02e8b0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!out02a.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Sat, 24 Nov 2007 12:08:21 -0500 From: "Peter C. Chapin" User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Newbie question References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <47485a84$0$27038$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: c7126dd7.news.sover.net X-Trace: DXC=VLf>K@VaA5:=RT:S6`J8?5K6_LM2JZB_3>8jk3CP3[M83?@`i3kGa5;9]kW@U19on9k[h=hCG5m>> X-Complaints-To: abuse@sover.net Xref: g2news1.google.com comp.lang.ada:18606 Date: 2007-11-24T12:08:21-05:00 List-Id: Stephen Leake wrote: > -gnato tells GNAT to check for constraint errors. It is left off by > default for historical reasons... Wouldn't it be more accurate to say that -gnato checks for constraint errors due specifically to numeric overflows? Even without -gnato violation of subtype constraints (for example) are still checked. Peter