This is the mail archive of the gcc@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]

Re: #pragma push breaks bootstrap?


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.


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