compiler: fix import of indirectly imported type alias
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 Oct 2017 19:01:50 +0000 (19:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 12 Oct 2017 19:01:50 +0000 (19:01 +0000)
commit1baafc8d197217a11085f48a93ccd23dc59d2edb
treec2067c15d57d55a695703b5ea06cbd914fd9d211
parentd89dac3602ea7fa8b29d55fb6f945181fb16f427
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

From-SVN: r253694
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/import.cc