compiler: fix import of indirectly imported type alias
commit46cb49057ce1600261f225b152b65b571e3eb682
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2017 19:01:50 +0000 (12 19:01 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Oct 2017 19:01:50 +0000 (12 19:01 +0000)
treec2067c15d57d55a695703b5ea06cbd914fd9d211
parentd47990c0368bbd0b0efc26499c1437960e9d4132
compiler: fix import of indirectly imported type alias

    We were looking for the " = " before the optional package name that
    appears for an indirect reference, but the exporter was putting it
    after.

    Test is https://golang.org/cl/70290.

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

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