Re: [debug-early] fix -fdump-go-spec

2015-05-08 Thread Aldy Hernandez
Thanks for working on this. Have you tried building with --enable-languages=go? On a GNU/Linux system it should build and pass all tests with no extra effort. Yes. No regressions. Thanks. Aldy

Re: [debug-early] fix -fdump-go-spec

2015-05-08 Thread Ian Lance Taylor
On Wed, Apr 29, 2015 at 5:56 PM, Aldy Hernandez wrote: > > Despite what Go thinks: > > /* The debug hooks are used to implement -fdump-go-spec because it > gives a simple and stable API for all the information we need to > dump. */ > > ...the debug hooks are not stable... :). Alas.

[debug-early] fix -fdump-go-spec

2015-04-29 Thread Aldy Hernandez
Hi guys! Despite what Go thinks: /* The debug hooks are used to implement -fdump-go-spec because it gives a simple and stable API for all the information we need to dump. */ ...the debug hooks are not stable... :). The godump-1.c test is failing in the debug-early branch. It seem