James Yonan <j...@yonan.net>: > Marko Rauhamaa wrote: > > Yes, although gcc is allergic to #pragma's. [...] > > gcc does support #pragma pack:
Yes, but: GCC supports several types of pragmas, primarily in order to compile code originally written for other compilers. Note that in general we do not recommend the use of pragmas; *Note Function Attributes::, for further explanation. ("info gcc" 5.48 Pragmas Accepted by GCC) Marko