On Tue, May 31, 2011 at 8:08 PM, Ian Lance Taylor <i...@google.com> wrote: > Uros Bizjak <ubiz...@gmail.com> writes: > >> (BTW: Original calculation of Ctime_ns has a cut'n'paste error, >> stat.Ctime.Nsec should be used instead of stat.Atime.Nsec). > > Thanks. Fixed like so. Bootstrapped and ran Go testsuite on > x86_64-unknown-linux-gnu. Committed to mainline.
Using your latest fixes, I was able to compile libgo on alphaev68-pc-linux-gnu out of the box, without any additional patches. One problem remains in the libgo testsuite: certain tests have to be compiled with -mieee, otherwise FPE is generated for unordered values. Any suggestions, where -mieee should be placed? Thanks, Uros.