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]

Problems on gcc/egcs on HPUX 11.0


There seems to be a bug with fixheader that can't handle the
include/sys/time.h of hpux.
This following lines remain and makes the compiler confused.
Occurs on HPUX 11.0 with gcc 2.8 and egcs 1.0.2 prerelease
/* The definition of kt_t assumes 2 things :
/*      First, 32bit data types are alligned 32bit (i.e. and int is*/
/*              not padded to 8 bytes).*/
/*      Second, any consumer that truely uses KI (and thus kt_t) will*/
/*              be compiled in extended mode.*/
//
/* If the size of kt_t changes or compiler alignment rules change, this */
/* will have to be adjusted.*/ 
//
*/




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