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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aa67018f272e5dda X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-28 23:45:32 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3AC264E3.742D050E@kg.hsanet.net> Subject: Re: Green Hills 64 Bit Float Problem on PowerPC 603 Date: Thu, 29 Mar 2001 08:43:06 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3ac2e5ba@pull.gecm.com> X-Trace: 29 Mar 2001 08:35:22 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!news.iac.net!news-out.cwix.com!newsfeed.cwix.com!newsfeeds.belnet.be!news.belnet.be!btnet-peer1!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: supernews.google.com comp.lang.ada:6190 Date: 2001-03-29T08:43:06+01:00 List-Id: Just guessing, but has it choosen 424 bytes as this is "mod 8 = 0" long, long word aligned? Isn't the simplest way to resolve this question just to insert a few known values do some maths and check the results? DPH wrote in message news:3AC264E3.742D050E@kg.hsanet.net... [snip] > Complicating the analysis is the fact that the message is 4 bytes longer > than it should be. That is, representation specifications say it should > be 420 bytes long, but it is 424 bytes long. No, I haven't been able to > figure out where the extra 4 bytes are located.