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,dbbfdf636aaea0f8 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: modular arithmetic bug in gnat? Date: 2000/02/09 Message-ID: <9Sjo4.6088$Ea4.69795@nnrp2-w.snfc21.pbi.net>#1/1 X-Deja-AN: 583798220 References: <38A144A0.141EA33F@chelmsford.com> X-Complaints-To: abuse@pacbell.net X-Trace: nnrp2-w.snfc21.pbi.net 950127109 206.170.2.136 (Wed, 09 Feb 2000 12:11:49 PST) Organization: SBC Internet Services NNTP-Posting-Date: Wed, 09 Feb 2000 12:11:49 PST Newsgroups: comp.lang.ada Date: 2000-02-09T00:00:00+00:00 List-Id: > So the correct result must be > ((11111 * 1000) mod 2**16) / 25, i.e. 1416. > Do you agree? Yes, and so do two other, unrelated, Ada compilers. Sounds like bug report time.