Joerg Schilling wrote:
Did you test with a recent GCC using
#pragma pack(1)
I would expect that this also results in reduced sizes.
Yes, I certainly have tested it (and Steve said he had too).
It does not work.
<nslu2> gcc -dumpversion
4.0.3
Which is just about as recent as it gets.
I believe that #pragma pack(1) affects inter-field padding,
but does not affect padding at the end of structures.
Regards,
Steve
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]