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: [libstdc++] intptr_t usage


Jakub Jelinek wrote:

IMHO it is far better to just use int __attribute__((__mode__ (__pointer__)))
in libstdc++ headers and don't suggest that it is necessarily the same type
as intptr_t or uintptr_t.


Or just use __conditional_type which covers all the cases we actually care about.

Thanks,
Paolo.


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