8sa1-gcc/gcc/go
Ian Lance Taylor 7bacbe5c8a compiler: expand arguments with multiple results for built-in functions.
Fixed https://code.google.com/p/go/issues/detail?id=5796. Official fixedbug will be added with change to gc.

From-SVN: r202239
2013-09-04 04:32:07 +00:00
..
gofrontend compiler: expand arguments with multiple results for built-in functions. 2013-09-04 04:32:07 +00:00
ChangeLog go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is not hidden. 2013-08-29 00:49:36 +00:00
config-lang.in
gccgo.texi
go-backend.c go-backend.c: Don't #include "rtl.h". 2013-07-23 16:14:13 +00:00
go-c.h
go-gcc.cc go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is not hidden. 2013-08-29 00:49:36 +00:00
go-lang.c go-lang.c: Don't #include "except.h". 2013-07-23 13:46:26 +00:00
go-linemap.cc
go-location.h
go-system.h
gospec.c
lang-specs.h
lang.opt
Make-lang.in go-backend.c: Don't #include "rtl.h". 2013-07-23 16:14:13 +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.