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

r249558 - in /trunk: gcc/go/gofrontend/MERGE li...


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


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