From 2a208bc2570b07b64deb1d549332e5d981c867bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 22 Jun 2017 14:27:09 +0000 Subject: 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 From-SVN: r249556 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go/gofrontend') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index d983939..42c8f85 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -bbc4f30a027ee09475d08aa4aeed1f2f7067e2e9 +e017833e4ce4a3bc3ba02eac4351b15c86157ec0 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1