This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: add "vendor" to pkgpath for vendored standard packages


This libgo patch ensures that the packages vendored into the standard
library do not have the same pkgpath as the actual packages.  If we
don't, attempts to build and test the actual packages will get
confused.  The specific error I was seeing was import loops, causing
some of the packages to fail to get initialized, causing an obscure
run time crash.  Bootstrapped and ran Go testsuite on
x86_64-pc-linux-gnu.  Committed to mainline and GCC 7 branch.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]