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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!WOOGLIN.SCC.COM!chuck From: chuck@WOOGLIN.SCC.COM (Charles Williams) Newsgroups: comp.lang.ada Subject: Alsys compiler bugs??? Message-ID: <8806081155.AA02381@wooglin.scc.com> Date: 8 Jun 88 11:55:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: Has anyone using the Alsys compiler V3.2 seen any problems as below: 15 type Fix is delta 0.01 range -1.0 .. 1.0; 16 My_Fixed : Fix := Fix'Last; ^______^ 1 1 1 : *EXP Value outside the range of the target type. NUMERIC_ERROR will be raised if executed. This error is very confusing to me as the syntax appears perfectly legal and the operation also looks fine. Other compilers (Rational, DEC) compile it and execute it just fine. Who's right and who's wrong? and more importantly, why? Chuck Williams Contel Federal Systems