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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,17506301c0751a38 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Need exception despite Machine_Overflows is false Date: 1998/12/18 Message-ID: #1/1 X-Deja-AN: 423560497 Sender: matt@mheaney.ni.net References: <36796140.62B2788C@magic.fr> <75cv66$90j$1@nnrp1.dejanews.com> NNTP-Posting-Date: Fri, 18 Dec 1998 01:29:08 PDT Newsgroups: comp.lang.ada Date: 1998-12-18T00:00:00+00:00 List-Id: dewarr@my-dejanews.com writes: > In article , > Matthew Heaney wrote: > > Try the -gnato option. > > > As I am sure others will point out, this advice is > entirely wrong! `-gnato' Enable other checks, not normally enabled by default, including numeric overflow checking, and access before elaboration checks. Ah, silly me, I assumed that "numeric overflow checking" meant check for numeric overflow!