gcc/gcc/go
Ian Lance Taylor 6e43628633 compiler: Avoid infinite recursion when describing initialization loops.
Fixes infinite recursion from golang/go#7558.

From-SVN: r220009
2015-01-22 17:11:36 +00:00
..
gofrontend compiler: Avoid infinite recursion when describing initialization loops. 2015-01-22 17:11:36 +00:00
ChangeLog compiler, reflect, runtime: Use static chain for closures. 2015-01-16 22:58:53 +00:00
Make-lang.in Update copyright years. 2015-01-05 13:33:28 +01:00
README.gcc
config-lang.in configure.ac (host_tools): Add gotools. 2015-01-09 21:23:09 +00:00
gccgo.texi gcc.c (process_command): Update copyright notice dates. 2015-01-05 13:05:46 +01:00
go-backend.c genattrtab.c (write_header): Include hash-set.h... 2015-01-09 20:18:42 +00:00
go-c.h Update copyright years. 2015-01-05 13:33:28 +01:00
go-gcc.cc compiler, reflect, runtime: Use static chain for closures. 2015-01-16 22:58:53 +00:00
go-lang.c genattrtab.c (write_header): Include hash-set.h... 2015-01-09 20:18:42 +00:00
go-linemap.cc
go-location.h
go-system.h Update copyright years. 2015-01-05 13:33:28 +01:00
gospec.c Update copyright years. 2015-01-05 13:33:28 +01:00
lang-specs.h Update copyright years. 2015-01-05 13:33:28 +01:00
lang.opt Update copyright years. 2015-01-05 13:33:28 +01: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.