This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11e14e4b49c PR libstdc++/81173 fix undefined memset with null pointer new 087c6ca76dd runtime: build testprogcgo with -pthread new 69c86fb5ede runtime: don't build test files that use SetCgoTracebac [...] new 3f63eac3f6b runtime: adjust tests for gofrontend new 1163d33351b runtime: rename _defer struct _panic field to panicStack
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- libgo/go/runtime/crash_cgo_test.go | 12 ++++++++++++ libgo/go/runtime/crash_test.go | 18 ++++++++++++++++-- libgo/go/runtime/crash_unix_test.go | 2 +- libgo/go/runtime/panic.go | 18 +++++++++--------- libgo/go/runtime/runtime2.go | 2 +- libgo/go/runtime/testdata/testprogcgo/callback.go | 3 +++ libgo/go/runtime/testdata/testprogcgo/pprof.go | 2 ++ libgo/go/runtime/testdata/testprogcgo/raceprof.go | 1 + libgo/go/runtime/testdata/testprogcgo/threadpprof.go | 1 + libgo/go/runtime/testdata/testprogcgo/traceback.go | 2 ++ libgo/go/runtime/testdata/testprogcgo/tracebackctxt.go | 2 ++ .../go/runtime/testdata/testprogcgo/tracebackctxt_c.c | 2 ++ 13 files changed, 53 insertions(+), 14 deletions(-)