Re: [gofrontend-dev] Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-20 Thread Richard Biener
On Wed, Oct 19, 2016 at 6:53 PM, Ian Lance Taylor wrote: > On Wed, Oct 19, 2016 at 6:23 AM, Richard Biener > wrote: >> On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote: >>> On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener >>>

Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-19 Thread Ian Lance Taylor
On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener wrote: > On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote: >> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo. >> >> While we're at it, this updates the runtime/debug

Re: [gofrontend-dev] Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-19 Thread Ian Lance Taylor
On Wed, Oct 19, 2016 at 6:23 AM, Richard Biener wrote: > On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote: >> On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener >> wrote: >>> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance

Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-19 Thread Richard Biener
On Wed, Oct 19, 2016 at 3:17 PM, Ian Lance Taylor wrote: > On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener > wrote: >> On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote: >>> This patch to libgo copies the rdebug code from the

Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-19 Thread Ian Lance Taylor
On Wed, Oct 19, 2016 at 4:30 AM, Richard Biener wrote: > On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote: >> This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo. >> >> While we're at it, this updates the runtime/debug

Re: libgo patch committed: copy rdebug code from Go 1.7

2016-10-19 Thread Richard Biener
On Mon, Oct 17, 2016 at 6:54 PM, Ian Lance Taylor wrote: > This patch to libgo copies the rdebug code from the Go 1.7 runtime to libgo. > > While we're at it, this updates the runtime/debug package, and starts > running its testsuite by default. I'm not sure why runtime/debug