This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: HPUX 11 "size_t" fixinc problems



This flavor of HP/UX
> $ uname -a
> HP-UX kibo B.11.00 A 9000/800 1596730518 two-user license

only seems to have the offending text in one file.
My guess is that it is a relatively unpatched variant.
It doesn't even actually use the define:

> $ find  /usr/include -type f | xargs egrep '__size_t'   
> /usr/include/varargs.h:#define __size_t std::size_t
> /usr/include/varargs.h:#define __size_t size_t

As someone said, just remove the select clause.
The hack is already constrained to HP/UX only.
(I've browsed the source since my last post.)


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