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: [PATCH] Re: Your addition of BT_SSIZE


On Mon, 18 Aug 2003, Roger Sayle wrote:

> + /* The C type `ssize_t'.  */
> + #define signed_size_type_node		global_trees[TI_SIGNED_SIZE_TYPE]

This comment is inaccurate; it is strictly the signed type corresponding
to size_t.  I'm not aware of any requirement in POSIX that ssize_t (a
POSIX type that's so far been irrelevant to GCC built-in functions) be the
signed type corresponding to size_t.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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