Re: libgo now builds fine on alpha-pc-linux-gnu (+ results)

2011-11-02 Thread Ian Lance Taylor
Uros Bizjak writes: > http, rpc and websocket tests that fail previously [1] now run OK, but > there are a bunch of new failures: Doesn't look too bad, really. Thanks for testing. If you feel like debugging the failures, you can do it by changing directory to TARGET/libgo and running make GOT

libgo now builds fine on alpha-pc-linux-gnu (+ results)

2011-11-02 Thread Uros Bizjak
On Wed, Nov 2, 2011 at 5:50 PM, Ian Lance Taylor wrote: >> #defines with arguments are not working at all. Please consider >> following testcase: > > You're right: this approach doesn't work for preprocessor macros with > arguments.  Making those work via this approach would be much much > harder