compiler: remove "DIR/../" when joining relative import path
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Jun 2017 13:37:48 +0000 (13:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 14 Jun 2017 13:37:48 +0000 (13:37 +0000)
commit6916d6104ff448f07130597473356334c3d73501
tree284721011965de05fde468a68fead07b9739d32e
parent26fda5f59aa242dcf11cf4dd7ef837c635c02673
compiler: remove "DIR/../" when joining relative import path

    Otherwise if DIR does not exist, the path does not work. This matches
    what the gc cmd/compile tool does, because it calls path.Join.

    The test for this is the cmd/go tests, to be added in a follow-up CL.

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

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