found 892167 8-20180312-2
thanks

The go tests still fails on an amd64 platform:

make -C build check-go 2>&1 | tee ../make-check-go-8-8-20180312-1.log

tail build/gcc/testsuite/go/go.sum

             === go Summary ===

# of expected passes            518
# of untested testcases         834

This is due to the following:
less build/gcc/testsuite/go/go.log
checksyms: found unexpected symbol "__libc_start_main@@GLIBC_2.2.5"
FAIL: checksyms

Fortunately all libgo tests now pass:

make -C build/x86_64-linux-gnu/libgo check 2>&1 | tee ../make-check-libgo-8-8-
20180312-2.1.log

tail build/x86_64-linux-gnu/libgo/libgo.sum

                === libgo Summary ===

# of expected passes            162

Reply via email to