runtime: rename _defer struct _panic field to panicStack
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 14:31:16 +0000 (14:31 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 22 Jun 2017 14:31:16 +0000 (14:31 +0000)
commitb92e4dff0a767a4e39dac6a012e381816ee5937a
tree4d196a18318efdb9dab742f2e751c6afe428ed4c
parented99905e1d89e84b74a07a55a46270d1f9f27991
runtime: rename _defer struct _panic field to panicStack

    The gc version of the _defer struct has a _panic field that has a
    completely different meaning. We are going to want that bring that new
    meaning into the gofrontend to improve panic reports with nested
    panic calls. Simplify that by first renaming the existing _panic field.

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

From-SVN: r249558
gcc/go/gofrontend/MERGE
libgo/go/runtime/panic.go
libgo/go/runtime/runtime2.go