On Tue, Dec 4, 2018 at 1:56 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > > Without this patch go tool vet segfaults on alpha due to unknown > architecture for gc compiler: > > go tool vet: exit status 2 > panic: runtime error: invalid memory address or nil pointer dereference > [signal SIGSEGV: segmentation violation code=1 addr=24 pc=4832064492] > > goroutine 1 [running]: > panic > /space/homedirs/uros/gcc-svn/trunk/libgo/go/runtime/panic.go:588 > > Attached patch fixes the segfault.
Thanks. Committed to mainline. Ian