re PR go/49889 (Calling a function whose name is obscured by a local variable does...
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 4 Aug 2011 04:08:29 +0000 (04:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 4 Aug 2011 04:08:29 +0000 (04:08 +0000)
commit22508caed3ac82df7826ca23e9dd8ad0e3474cc7
treec16363bf304433f7ab24984146c3b3bf25c73ba9
parentea6c2b0e960aa4be55b65a4f4954ac7b461d4b55
re PR go/49889 (Calling a function whose name is obscured by a local variable does not produce an error)

PR go/49889
gccgo : Fixed bug 49889.
        Now the compiler emits a proper error when a function
        called in a tuple assignment statement can not be
        typed as a function.

From-SVN: r177310
gcc/go/gofrontend/expressions.cc