This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Re: Your addition of BT_SSIZE
"Joseph S. Myers" <jsm@polyomino.org.uk> writes:
> ... so ssize_t (the POSIX type, which I see is now used for strfmon now
> that is handled as a built-in function, being the origin of the problem
> behind this patch) should be represented internally as something
> *separate* from the signed version of size_t (defaulting to the signed
> version of size_t, with a facility for targets to change this added if a
> supported target is found on which they differ).
How about we worry about this only when such a target actually turns
up in real life?
zw