https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127127

            Bug ID: 127127
           Summary: Provide built-in macro __SSIZE_TYPE__ for ssize_t
           Product: gcc
           Version: 17.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gjl at gcc dot gnu.org
  Target Milestone: ---

A __SSIZE_TYPE__ built-in macro is currently missing from the C/C++ front ends.
 It would be handy to, e.g.

typedef __SSIZE_TYPE__ ssize_t;

for example in, but not limited to, the GCC testsuite.

Reply via email to