This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for IA64 32-bit function descriptors


> Unfortunately, 
> attribute__ ((aligned(__alignof__(_GLIBCPP_VTABLE_PADDING)))); 
> doesn't work for HP-UX on IA64. 

Why?

> Also, os_defines.h wont' compile, the compiler complains about 
> typedef ptrdiff_t __padding_type;
> ptrdiff_t is not defined in this file yet. 

Ok. Perhaps you can use int directly then?

The patch was offered as a suggestion, not a formal proof...

-benjamin


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