#pragma push breaks bootstrap?
J. Kean Johnston
jkj@sco.com
Thu Oct 8 15:21:00 GMT 1998
On Fri, Oct 02, 1998 at 03:23:36PM -0700, Nick Clifton wrote:
> Ahh, this is starting to make a lot more sense now. My guess is that
> the i386 toolchain does not define HANDLE_SYSV_PRAGMA, and so until
> now all occurances of #pragma pack have been ignored! (You can test
> this for yourself by compiling with an older toolchain and with
> --Wunknown-pragmas specified).
Wrong guess. From config/i386/sco5.h (the OpenServer header file):
sco5.h:#define HANDLE_SYSV_PRAGMA 1
Kean.
More information about the Gcc
mailing list