compiler: don't permit nil assignment to blank identifier.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Sep 2013 03:28:06 +0000 (03:28 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Sep 2013 03:28:06 +0000 (03:28 +0000)
commit3ec10e5131cee21cf46352e76047706602b8552e
tree6cadfca1790ee7591d7dc8676991f00011e27f1f
parentd1eb1d36be3a16c38c52c4439d45d46fcf27b0d0
compiler: don't permit nil assignment to blank identifier.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202881 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/parse.cc
gcc/go/gofrontend/statements.cc