Message-Id: Date: Mon, 4 Aug 97 23:30 MET DST To: djgpp AT delorie DOT com References: <5rrni2$48j AT freenet-news DOT carleton DOT ca> Subject: Re: GCC/Info docs bug regarding __attribute__ MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT From: Georg DOT Kolling AT t-online DOT de (Georg Kolling) Precedence: bulk Paul Derbyshire schrieb: > 1. The syntax for the packed attribute differs from that for the aligned one, > and the dox are incomplete in this area; and the __attribute__ ((packed)) > belongs elsewhere in the struct. If so, I need urgently to know where, > and the docs need updating. Try this: struct xxx { int yyy __attribute__((packed)); int zzz __attribute__((packed)); ... };