compiler: don't make map zero value constant
commit2baac89379a9595bb8e6a48d7d84cda52aafbab6
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 05:03:29 +0000 (30 05:03 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 2017 05:03:29 +0000 (30 05:03 +0000)
tree7c3f691d318e44ce019b414bc77de715affb9883
parentdd020171066d1a855f42528ffbd14b81f31b535a
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

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