compiler, reflect: fix struct field names for embedded aliases
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Sep 2017 03:48:51 +0000 (03:48 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Sep 2017 03:48:51 +0000 (03:48 +0000)
commitce64a8b4a2334fd6982a21d1ab020a1108562f6b
tree83191e42d888f13aa922cfda85d4c7eafe051622
parented52163bea1916404119f397e6f99a4b90477f37
compiler, reflect: fix struct field names for embedded aliases

    This adds much of https://golang.org/cl/35731 and
    https://golang.org/cl/35732 to the gofrontend code.

    This is a step toward updating libgo to the 1.9 release.  The
    gofrontend already supports type aliases, and this is required for
    correct support of type aliases when used as embedded fields.

    The change to expressions.cc is to handle the << 1, used for the
    newly renamed offsetAnon field, in the constant context used for type
    descriptor initialization.

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

From-SVN: r252746
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/types.cc
libgo/go/reflect/all_test.go
libgo/go/reflect/type.go
libgo/go/reflect/value.go