compiler: Disallow call of *T method using **T variable.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 27 Aug 2014 04:12:50 +0000 (04:12 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 27 Aug 2014 04:12:50 +0000 (04:12 +0000)
commit53fa2d27a0275e03696351dc2a178ed12fb9b6ed
tree5be33cdff35a1aae1b0fb66c5f216c5139fb9c45
parentfadc8afc655851ee2e3973974414f76f526ed87f
compiler: Disallow call of *T method using **T variable.

Fixes https://code.google.com/p/go/issues/detail?id=8583.

From-SVN: r214560
gcc/go/gofrontend/types.cc
gcc/testsuite/go.test/test/fixedbugs/bug371.go