This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: fix context used by getTraceback


This patch to libgo fixes the context used by the getTraceback
function.  I passed the wrong context, and that error was hidden by
the ucontext_arg function.  This would have been caught by some of the
runtime package tests, but we don't run most of them because they rely
on `go build`, and the go tool is not available while running the
libgo testsuite.  We should fix the gccgo testsuite, somehow, so that
they run.  Bootstrapped and ran Go tests on x86_64-pc-linux-gnu.
Committed to mainline.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]