compile: add type conversion in Type::gc_symbol_pointer
commit10fd29878e2c3e7eaf5f70911848bd588654bfdc
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2016 18:03:39 +0000 (30 18:03 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Dec 2016 18:03:39 +0000 (30 18:03 +0000)
tree201fce031856c78b94aa792210f33faa799fae1b
parent9f3b9032b292ac52557de5da954ac530f26a1dda
compile: add type conversion in Type::gc_symbol_pointer

    Wrap the return from Type::gc_symbol_pointer with a type conversion to
    uintptr, since the values returned are stored into structure fields
    with that type.

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

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