gcc/gcc/go
Ian Lance Taylor 87155d4f6c 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

From-SVN: r239486
2016-08-15 18:05:24 +00:00
..
gofrontend cmd/go: ignore errors from go/build for standard packages 2016-08-15 18:05:24 +00:00
ChangeLog gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae. 2016-08-10 05:19:23 +00:00
Make-lang.in escape: Add skeleton for gc analysis. 2016-05-06 17:37:55 +00:00
README.gcc
config-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
gccgo.texi gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae. 2016-08-10 05:19:23 +00:00
go-backend.c Update copyright years. 2016-01-04 15:30:50 +01:00
go-c.h escape: Add basic debugging. 2016-08-02 21:43:48 +00:00
go-gcc.cc re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL) 2016-08-08 19:53:44 +00:00
go-lang.c escape: Add basic debugging. 2016-08-02 21:43:48 +00:00
go-linemap.cc
go-location.h
go-system.h Update copyright years. 2016-01-04 15:30:50 +01:00
gospec.c Update copyright years. 2016-01-04 15:30:50 +01:00
lang-specs.h Update copyright years. 2016-01-04 15:30:50 +01:00
lang.opt escape: Add basic debugging. 2016-08-02 21:43:48 +00:00

README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.