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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8538e20ef38acc36 X-Google-Attributes: gid103376,public X-Google-Thread: 10fdc2,8538e20ef38acc36 X-Google-Attributes: gid10fdc2,public From: "David C. Hoos, Sr." Subject: Re: Problem with SGI ADA95 1.2 Date: 1999/06/02 Message-ID: <7j49g8$5tc@hobbes.crc.com>#1/1 X-Deja-AN: 485031823 References: <37554199.E8EDE1CE@space.gc.ca> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.sys.sgi.bugs,comp.lang.ada Date: 1999-06-02T00:00:00+00:00 List-Id: Zheng Liu wrote in message <37554199.E8EDE1CE@space.gc.ca>... >I am having a problem to assign values to a bit-packed Boolean array >using the following program. The compiler I used is SGI ADA95 Release >1.2. In this >program, I declaraed a record that contains a packed Boolean array with >all its >elements inilialized to False. When I was trying to set the first >element to True, >the program sets the 2nd, the 4th and the 6th elements to True instead. >The first >element remains False. > >Does anybody have an idea why this is happenning? > The program runs fine on Linux/gnat-3.11p SGI 1.2 is pretty old -- gnat-3.07 if I remember correctly 1.3 has been out for about a year now. Why don't you step up to it?