This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: #pragma push breaks bootstrap?
- To: Nick Clifton <nickc at cygnus dot com>, robertl at dgii dot com
- Subject: Re: #pragma push breaks bootstrap?
- From: "J. Kean Johnston" <jkj at sco dot com>
- Date: Thu, 8 Oct 1998 15:20:44 -0700
- Cc: egcs at cygnus dot com
- Organization: The Santa Cruz Operation, Inc.
- References: <199810022223.PAA04166@elmo.cygnus.com>
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.