https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77642
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77642
--- Comment #3 from ian at gcc dot gnu.org ---
Author: ian
Date: Tue Sep 20 16:48:19 2016
New Revision: 240275
URL: https://gcc.gnu.org/viewcvs?rev=240275&root=gcc&view=rev
Log:
PR go/77642
runtime: pass correct type to __splitstack
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77642
--- Comment #2 from Andreas Krebbel ---
Created attachment 39660
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39660&action=edit
Patch proposal
There was another location in proc.c which was in need of a conversion.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77642
--- Comment #1 from Andreas Krebbel ---
On s390 32 bit size_t is "unsigned long". __splitstack_find in libgcc is
defined as follows:
extern void*
__splitstack_find (void *, void *, size_t *, void **, void **, v