Re: [PATCH, libgo]: Use build.Default.Compiler in go/cmd/vet/types.goq

2018-12-04 Thread Ian Lance Taylor
On Tue, Dec 4, 2018 at 1:56 AM, Uros Bizjak 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

[PATCH, libgo]: Use build.Default.Compiler in go/cmd/vet/types.goq

2018-12-04 Thread Uros Bizjak
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