This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Alignment option question
- To: bills@ziadesigns.com, gcc@gcc.gnu.org
- Subject: Re: Alignment option question
- From: Mike Stump <mrs@wrs.com>
- Date: Tue, 31 Aug 1999 08:43:34 -0700 (PDT)
Yes, please read the manual (*.texi) that we spent considerable time
writting for you. Look for the word pack. Also, if you rearrange the
elements, so the longs are first, it will just work.
> Date: Mon, 30 Aug 1999 21:10:03 -0700
> To: gcc@gcc.gnu.org
> From: Bill Sheets <bills@ziadesigns.com>
> I am having a problem with gcc forcing alignment of short
> and long ints in a structure with version 2.8.1 on Solaris
> on a Sparc system.