r249558 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Thu Jun 22 14:31:00 GMT 2017
Author: ian
Date: Thu Jun 22 14:31:16 2017
New Revision: 249558
URL: https://gcc.gnu.org/viewcvs?rev=249558&root=gcc&view=rev
Log:
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
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/panic.go
trunk/libgo/go/runtime/runtime2.go
More information about the Gcc-cvs
mailing list