diff options
author | Nikhil Benesch <nikhil.benesch@gmail.com> | 2020-10-10 16:26:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-10-14 17:00:02 -0700 |
commit | 28774a6015261a100c426d206154a98c0ca215ce (patch) | |
tree | ad3b60f0105e975e97263df0445d364ea40226f8 /gcc/go | |
parent | 14d83c6f584c321989b43526dc9437de4381aa47 (diff) | |
download | gcc-28774a6015261a100c426d206154a98c0ca215ce.zip gcc-28774a6015261a100c426d206154a98c0ca215ce.tar.gz gcc-28774a6015261a100c426d206154a98c0ca215ce.tar.bz2 |
libgo: print reason code if throwing unwind exception fails
Calls to _Unwind_RaiseException and friends *can* return due to bugs in
libgo or memory corruption. When this occurs, print a message to stderr
with the reason code before aborting to aid debugging.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/261257
Diffstat (limited to 'gcc/go')
-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 e6eb8e5..45a7b42 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -cc1f7d613f9b0666bbf8aac3dd208d5adfe88546 +b73a8f17dfe8d7c7ecc9ccd0317be5abe71c5509 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |