[Bug go/77857] gccgo: vendoring doesn't work in gcc 6/7

2017-04-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77857

Ian Lance Taylor  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Ian Lance Taylor  ---
Should be fixed at last, on trunk.

[Bug go/77857] gccgo: vendoring doesn't work in gcc 6/7

2017-04-11 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77857

--- Comment #1 from ian at gcc dot gnu.org  ---
Author: ian
Date: Wed Apr 12 04:26:15 2017
New Revision: 246864

URL: https://gcc.gnu.org/viewcvs?rev=246864=gcc=rev
Log:
PR go/77857
cmd/go: generate vendor paths for -I arg on compile

This change generates the vendor path to be used with -I
on a gccgo compile to find imports from the vendor directories.

Fixes golang/go#15628

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

Modified:
trunk/libgo/go/cmd/go/build.go