[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-24 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-24 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #7 from ian at gcc dot gnu.org --- Author: ian Date: Tue Mar 24 19:50:31 2015 New Revision: 221643 URL: https://gcc.gnu.org/viewcvs?rev=221643&root=gcc&view=rev Log: PR go/65462 cmd: Fix dependencies for 'go get' with gccgo Prob

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #6 from boger at us dot ibm.com --- I decided that you meant the gofrontend so here it is (just did the hg mail) https://codereview.appspot.com/213570043/

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #5 from Ian Lance Taylor --- Yes, I did mean for gofrontend-dev. Or if you want to submit to the master sources, that is even better; guidelines are at http://golang.org/doc/contribute.html .

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #4 from boger at us dot ibm.com --- Do you mean as if submitting to gofrontend-dev?

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #3 from Ian Lance Taylor --- Can you send the libgo part of this patch through the codereview site?

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #2 from boger at us dot ibm.com --- Created attachment 35081 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35081&action=edit Updated patch to add unsafe to the list of std package names

[Bug go/65462] Use of 'go get' with gccgo is not finding dependencies correctly

2015-03-20 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65462 --- Comment #1 from boger at us dot ibm.com --- Created attachment 35077 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35077&action=edit Fix dependencies in go tool for gccgo The code to determine when to import packages was not quite catc