compiler: avoid knock-on errors from invalid interfaces
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 06:50:18 +0000 (22:50 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 21:00:54 +0000 (13:00 -0800)
commit788d204885c187d5604e3960d7c78e1523f04861
treee2ce79aa75ebc897cb002c89141e6857c9ec869a
parent8a5b8fc719f5c5bd6bd732d95646193238343f39
compiler: avoid knock-on errors from invalid interfaces

The test case for this is issue11614.go.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/278192
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/types.cc