This is the mail archive of the gcc-bugs@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]

[Bug go/77642] GO Bootstrap fail starting with r239872 splitstack signature does not match


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

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