gcc/gcc/go
Ian Lance Taylor 36c1cf710d compiler: initialize gogo fields
A couple of the data members in the Gogo class were not
    being initialized properly. This was causing "uninitialized value"
    errors during Valgrind memcheck runs. This patch insures that
    all of the fields receive an initial value.
    
    Reviewed-on: https://go-review.googlesource.com/38470

From-SVN: r246407
2017-03-22 21:02:53 +00:00
..
gofrontend compiler: initialize gogo fields 2017-03-22 21:02:53 +00:00
ChangeLog re PR go/79642 (space instead of tab in lang.opt) 2017-02-21 00:23:52 +00:00
Make-lang.in
README.gcc
config-lang.in
gccgo.texi
go-backend.c re PR tree-optimization/79256 (FAIL: gcc.dg/vect/pr25413a.c execution test) 2017-02-07 11:29:06 +00:00
go-c.h
go-gcc-diagnostics.cc
go-gcc.cc
go-gcc.h
go-lang.c
go-linemap.cc
go-location.h
go-sha1.cc
go-system.h
gospec.c
lang-specs.h
lang.opt re PR go/79642 (space instead of tab in lang.opt) 2017-02-21 00:23:52 +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.