compiler: don't make map zero value constant
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 30 Nov 2017 05:03:29 +0000 (05:03 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 30 Nov 2017 05:03:29 +0000 (05:03 +0000)
commit222353edef6528ab5ff0f3c029425e76e7048fd8
tree7c3f691d318e44ce019b414bc77de715affb9883
parent3be30be2c391a095f034fc7adae607c0d5da1f02
compiler: don't make map zero value constant

    The map zero value is a common symbol, and it doesn't really make
    sense to have a constant common symbol. Current GCC has started to
    reject this case, probably as part of the fix for PR 83100.

    Reviewed-on: https://go-review.googlesource.com/80877

From-SVN: r255266
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/types.cc