This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249556 - 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 14:27:09 -0000
- Subject: r249556 - in /trunk: gcc/go/gofrontend/MERGE li...
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