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 pack' on AIX


>>>>> 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


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