r249556 - in /trunk: gcc/go/gofrontend/MERGE li...
ian@gcc.gnu.org
ian@gcc.gnu.org
Thu Jun 22 14:27:00 GMT 2017
Author: ian
Date: Thu Jun 22 14:27:09 2017
New Revision: 249556
URL: https://gcc.gnu.org/viewcvs?rev=249556&root=gcc&view=rev
Log:
runtime: don't build test files that use SetCgoTraceback for gccgo
The gofrontend doesn't support the runtime.SetCgoTraceback function,
which is specifically for handling mixed Go and C tracebacks.
Use a build tag to avoid compiling the runtime/testdata/testprogcgo
files that refer to SetCgoTraceback. These files are not currently
compiled anyhow, but they will be with a future gotools patch.
Reviewed-on: https://go-review.googlesource.com/46452
Modified:
trunk/gcc/go/gofrontend/MERGE
trunk/libgo/go/runtime/testdata/testprogcgo/pprof.go
trunk/libgo/go/runtime/testdata/testprogcgo/raceprof.go
trunk/libgo/go/runtime/testdata/testprogcgo/threadpprof.go
trunk/libgo/go/runtime/testdata/testprogcgo/traceback.go
trunk/libgo/go/runtime/testdata/testprogcgo/tracebackctxt.go
trunk/libgo/go/runtime/testdata/testprogcgo/tracebackctxt_c.c
More information about the Gcc-cvs
mailing list