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,1cf653444208df72 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-16 05:00:42 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: ada vs. cpp Date: Tue, 16 Oct 2001 12:00:01 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <9q7na102nqn@drn.newsguy.com> <3BCBF40A.BBDD4FE6@free.fr> <3BCC14ED.DE68C95F@free.fr> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1003233601 10034 217.17.192.37 (16 Oct 2001 12:00:01 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Tue, 16 Oct 2001 12:00:01 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:14657 Date: 2001-10-16T12:00:01+00:00 List-Id: * Jean-Marc Bourguet wrote: >Lutz Donnerhacke wrote: >> >sizeof(int[8]) = 8 * sizeof(int) >> >> Nack. Or are packed arrays unsupported? Even, if the addressing granularity >> is finer than the character size? > >By definition in C and C++, the adressing granularity is the character >size. Noticed this a few hours ago. >Yes, they are unifying/confusing two different things. Definitly. OTOH the CPU manufactures don't care about this nifty braindamage.