Date: Thu, 28 Nov 1996 08:20:30 +0200 (IST) From: Eli Zaretskii To: Benjamin D Chambers Cc: djgpp AT delorie DOT com Subject: Re: Optimization In-Reply-To: <19961128.160329.4455.4.chambersb@juno.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 27 Nov 1996, Benjamin D Chambers wrote: > I *believe* (I'm not sure) the way to make sure it's aligned properly is > to use _PACKED_. > ^^^^^^^^ Actually, this is the other way around: GCC always aligns properly, and __attribute__((packed)) defeats that.