gcc/gcc/go
Than McIntosh 1f599d751e re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty struct/array values)
PR go/80226
	* go-gcc.cc (Gcc_backend::return_statement): Check for
	void_type_node when checking result size.

From-SVN: r246553
2017-03-28 20:08:31 +00:00
..
gofrontend compiler: initialize gogo fields 2017-03-22 21:02:53 +00:00
ChangeLog re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty struct/array values) 2017-03-28 20:08:31 +00:00
Make-lang.in Update copyright years. 2017-01-01 13:07:43 +01:00
README.gcc
config-lang.in Update copyright years. 2017-01-01 13:07:43 +01:00
gccgo.texi gcc.c (process_command): Update copyright notice dates. 2017-01-01 12:31:28 +01:00
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 Update copyright years. 2017-01-01 13:07:43 +01:00
go-gcc-diagnostics.cc Update copyright years. 2017-01-01 13:07:43 +01:00
go-gcc.cc re PR go/80226 (ICE gimple-expr.c:474 on Go function returning multiple empty struct/array values) 2017-03-28 20:08:31 +00:00
go-gcc.h Update copyright years. 2017-01-01 13:07:43 +01:00
go-lang.c Update copyright years. 2017-01-01 13:07:43 +01:00
go-linemap.cc compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-location.h compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
go-sha1.cc Update copyright years. 2017-01-01 13:07:43 +01:00
go-system.h Update copyright years. 2017-01-01 13:07:43 +01:00
gospec.c Update copyright years. 2017-01-01 13:07:43 +01:00
lang-specs.h Update copyright years. 2017-01-01 13:07:43 +01:00
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.