Re: Go patch committed: Avoid knock-on errors from invalid interfaces

2020-12-15 Thread Ian Lance Taylor via Gcc-patches
On Tue, Dec 15, 2020 at 1:01 PM Ian Lance Taylor wrote: > > This patch to the Go frontend avoids knock-on errors from invalid > interfaces. The test case for this is issue11614.go in the source > repo. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. > Committed to mainline. Sorry, I f

Go patch committed: Avoid knock-on errors from invalid interfaces

2020-12-15 Thread Ian Lance Taylor via Gcc-patches
This patch to the Go frontend avoids knock-on errors from invalid interfaces. The test case for this is issue11614.go in the source repo. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian 788d204885c187d5604e3960d7c78e1523f04861 diff --git a/gcc/go/gofrontend/M