diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-22 14:31:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-22 14:31:16 +0000 |
commit | b92e4dff0a767a4e39dac6a012e381816ee5937a (patch) | |
tree | 4d196a18318efdb9dab742f2e751c6afe428ed4c /gcc | |
parent | ed99905e1d89e84b74a07a55a46270d1f9f27991 (diff) | |
download | gcc-b92e4dff0a767a4e39dac6a012e381816ee5937a.zip gcc-b92e4dff0a767a4e39dac6a012e381816ee5937a.tar.gz gcc-b92e4dff0a767a4e39dac6a012e381816ee5937a.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index cb902243..8ce4017 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -a81079a81b63714221674f07d13bedc768092f27 +a459f1fdfe0bd365bf2def730e1529052c6487fd The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |