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,9bb56e94a4c5bb5e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news.illinois.net!attcg1!ip.att.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: How unchecked conversion works? Date: 14 Jan 2005 20:15:37 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1105755245 3362 192.135.80.34 (15 Jan 2005 02:14:05 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 15 Jan 2005 02:14:05 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:7792 Date: 2005-01-14T20:15:37-06:00 List-Id: In article , Marius Amado Alves writes: >> Don't use unchecked_conversion for what? > > For converting an real to an integer. > >> I think the original poster >> was specifically asking about the semantics of an unchecked_conversion >> from fixed to integer, not about a type conversion. > > Does the ARM specify the internal representation of numerical values? I think it is safe to assume that a given compiler version on a given architecture would be consistent in this regard. > Only that would give the sought predictability. Was there any statement that predictability across environments was a goal ?