This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: '#pragma pack' on AIX
- To: Andy Rysin <arysin at yahoo dot com>
- Subject: Re: '#pragma pack' on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 29 Sep 1999 13:59:52 -0400
- Cc: gcc at gcc dot gnu dot org
>>>>> Andy Rysin writes:
Andy> GCC 2.95.1 refuses to apply '#pragma pack' directive
Andy> on AIX RS/6000 while I have no problems on Linux i586.
Andy> Is aligning directives supported on AIX platforms??
Those type of #pragma's are System V-isms, and are not implemented
by the AIX target. You can use GCC __attribute__ functionality.
David