compiler, runtime: better stack trace for `go f()` where f is nil
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 04:13:36 +0000 (04:13 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 04:13:36 +0000 (04:13 +0000)
commit55ea0ea07dc837e596f81ce972361ec46d2cb1fe
treeb318ec0d3a71e91a29241ff9dbe39c796b084a0a
parentbc216de9f65527cd80fd02a645da036e8bfb7818
compiler, runtime: better stack trace for `go f()` where f is nil

    The test for this is TestGoNil in the runtime package, which we don't
    run yet but will run with a subsequent gotools patch.

    Updates golang/go#8045

    Reviewed-on: https://go-review.googlesource.com/46392

From-SVN: r249494
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/statements.cc
libgo/runtime/go-runtime-error.c