This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: pragma pack() in arm-elf-gcc 3.2.1
- From: Ian Lance Taylor <ian at airs dot com>
- To: Eljay Love-Jensen <eljay at adobe dot com>
- Cc: Aaron Case <aaron dot case at dynazign dot com>, gcc-help at gcc dot gnu dot org
- Date: 26 Aug 2003 09:49:41 -0700
- Subject: Re: pragma pack() in arm-elf-gcc 3.2.1
- References: <5.2.1.1.0.20030826071216.017b62b0@iplan-mn.corp.adobe.com>
Eljay Love-Jensen <eljay@adobe.com> writes:
> No "#pragma pack" nor "#pragma GCC pack" in GCC 3.2.
That is not correct. gcc does support #pragma pack for a number of
targets, for compatibility with other compilers.
It's not properly documented, but look for HANDLE_SYSV_PRAGMA on this
page of the internals manual:
http://gcc.gnu.org/onlinedocs/gccint/Misc.html#Misc
Ian