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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,60c0f30dbde782f6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.110.68 with SMTP id m4mr8165830qap.2.1357846827355; Thu, 10 Jan 2013 11:40:27 -0800 (PST) Received: by 10.49.87.9 with SMTP id t9mr13416673qez.16.1357846827330; Thu, 10 Jan 2013 11:40:27 -0800 (PST) Path: k2ni5538qap.0!nntp.google.com!p13no2505190qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 10 Jan 2013 11:40:27 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.91.173.36; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j NNTP-Posting-Host: 192.91.173.36 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Record Elements and Endian Conversion From: awdorrin Injection-Date: Thu, 10 Jan 2013 19:40:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-10T11:40:27-08:00 List-Id: Dimitry and Niklas, thanks for your responses. The Introspection/Stream approach is interesting, but I think it would result in a more complicated situation than I already have. I completely agree that this code was implemented in the wrong way. Unfortunately, while I am tasked with 'fixing' the endian issues, I'm not being provided with enough time to rewrite the entire routine. I have looked into the Scalar_Storage_Order feature that has been introduced, but I have not been able to investigate the latest compilers for my system yet. I probably should just download the source for the latest GCC/GNAT and see what happens. ;) Thanks!