Go patch committed: Don't use import path for ./ or ../ imports

Ian Lance Taylor iant@google.com
Tue Jan 17 19:51:00 GMT 2012


When importing a path which starts with ./ or ../, we should not use the
import path.  This patch implements that.  This makes gccgo compatible
with the other Go compiler in how such paths are handled.  Bootstrapped
and ran Go testsuite on x86_64-unknown-linux-gnu.  Committed to
mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 1227 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120117/7a0122ef/attachment.bin>


More information about the Gcc-patches mailing list