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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2203a21a136b39cc X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Fortran's Equivalence Date: 1997/03/26 Message-ID: <33394D33.781A@bix.com>#1/1 X-Deja-AN: 228600528 References: <333840D1.7B12@cae.ca> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-03-26T00:00:00+00:00 List-Id: > BIT_PATTERN : System.Unsigned_32. The first 4 bits represent > an integer A, the next 17 represent another record B, the last eleven > represent an integer C. I assume there's some reason you couldn't make Bit_Pattern a record and use a representation clause to specify that A is in the first 4 bits, etc? Regardless of how you do things, I trust you've considered the portability problems of 'endedness'.