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: PING: Re: patch: libiberty adjustments for _WIN64


Kai Tietz <Kai.Tietz@onevision.com> writes:

> > > Alternative we 
> > > could use the same kind of types defined in splay-tree.h 
> (libi_uhostptr_t, 
> > > ...) as pex_uhostpid_t ?
> > 
> > Please don't, I really dislike the #ifdef _WIN64 test and I think we
> > need to figure out how to get rid of it.
> 
> Maybe we could use a type test in configure for 'void *' and 'long' type 
> and decide by there sizes ?

Is the issue just void* and long?  In that case, perhaps we can use
intptr_t.  I thought we had to handle long long as well.

Ian


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