compiler: Change return type comma-ok assignments to untyped bools.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Aug 2014 19:27:21 +0000 (19:27 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Aug 2014 19:27:21 +0000 (19:27 +0000)
commit69b682f23a9b3a7fb04fd73bb6b59d7544455d3e
tree26620acf21a60fa3a202e1685d16094b13414481
parent17d9767f79871acc437342147837d842fa52b3de
compiler: Change return type comma-ok assignments to untyped bools.

Fixes https://code.google.com/p/go/issues/detail?id=8476. The test will be submitted once this is fixed in gc and go/types.

From-SVN: r213833
gcc/testsuite/go.test/test/named1.go