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

ian@gcc.gnu.org ian@gcc.gnu.org
Thu Jun 22 04:16:00 GMT 2017


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



More information about the Gcc-cvs mailing list