[Bug go/77642] GO Bootstrap fail starting with r239872 splitstack signature does not match
ian at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 20 16:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77642
--- Comment #3 from ian at gcc dot gnu.org <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_find
The code was passing uintptr* to a function that expected size_t*.
Based on patch by Andreas Krebbel.
Fixes GCC PR 77642.
Reviewed-on: https://go-review.googlesource.com/29433
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/runtime/proc.c
More information about the Gcc-bugs
mailing list