r239486 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Mon Aug 15 18:05:00 GMT 2016


Author: ian
Date: Mon Aug 15 18:05:24 2016
New Revision: 239486

URL: https://gcc.gnu.org/viewcvs?rev=239486&root=gcc&view=rev
Log:
    cmd/go: ignore errors from go/build for standard packages
    
    The go/build package does not know that gccgo's standard packages don't
    have source, and will report an error saying that it can not find them.
    Work around that in the cmd/go sources, since the go/build sources don't
    currently have a list of standard packages.
    
    This should get a real fix in the master sources, somehow.
    
    Fixes golang/go#16701.
    
    Reviewed-on: https://go-review.googlesource.com/27052

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/cmd/go/pkg.go



More information about the Gcc-cvs mailing list