https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44122
Paul Pluzhnikov <ppluzhnikov at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
GCC output @r212875:
svn-r212875/bin/g++ -c t.cc
t.cc: In function ‘int bar()’:
t.cc:8:18: error: cannot convert ‘Py_ssize_t* {aka int*}’ to ‘Py_ssize_t* {aka
long int*}’ for argument ‘1’ to ‘int foo(Py_ssize_t*)’
return foo(&pos);
^