This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pragma pack() in arm-elf-gcc 3.2.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]