This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249495 - in /trunk: gcc/go/gofrontend/MERGE li...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 22 Jun 2017 04:16:24 -0000
- Subject: r249495 - in /trunk: gcc/go/gofrontend/MERGE li...
Author: ian
Date: Thu Jun 22 04:16:23 2017
New Revision: 249495
URL: https://gcc.gnu.org/viewcvs?rev=249495&root=gcc&view=rev
Log:
runtime: in traceback, print panic rather than runtime.gopanic
The gc toolchain does the same thing, in gentraceback in
runtime/traceback.go.
The test for this is TestPanicTraceback in runtime/crash_test.go. We
don't yet run that test, but we will in a future change.
Reviewed-on: https://go-review.googlesource.com/46397
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/traceback_gccgo.go