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,d1fe9a910cd0ca57 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon02.news.prodigy.net!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Size of objects in records with an array. Date: Thu, 26 Oct 2006 19:53:44 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1161712138.465357.295460@i42g2000cwa.googlegroups.com> <1161713194.952748.280790@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1161906824 15750 192.74.137.71 (26 Oct 2006 23:53:44 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Thu, 26 Oct 2006 23:53:44 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:5Z+pHcFz6usH4WLQcdmHCmX0lFw= Xref: g2news2.google.com comp.lang.ada:7225 Date: 2006-10-26T19:53:44-04:00 List-Id: "Richard Charts" writes: > Out of curiousity would the following lines be equivalent? > I know both compile. > > for Bit_Array'Component_Size use 1; > > for Bit_Array'Size use 24; I'm not sure both are supposed to compile, but if they do, then they should both force the component size to be 1 bit. - Bob