gcc/gcc/go
Ian Lance Taylor 922cbb7c7b compiler: increase buffer size to avoid -Wformat-length warning
GCC will soon get a new -Wformat-length option as described in
    https://gcc.gnu.org/PR49905.  This change makes a buffer larger to avoid
    a warning.
    
    Reviewed-on: https://go-review.googlesource.com/28915

Also revert ChangeLog entry in gcc/go/ChangeLog--changes to
gcc/go/gofrontend do not get ChangeLog entries.

From-SVN: r240054
2016-09-09 19:39:36 +00:00
..
gofrontend compiler: increase buffer size to avoid -Wformat-length warning 2016-09-09 19:39:36 +00:00
ChangeLog compiler: increase buffer size to avoid -Wformat-length warning 2016-09-09 19:39:36 +00:00
Make-lang.in compiler: add abstraction layer for sha1 checksums. 2016-09-09 18:27:42 +00:00
README.gcc
config-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
gccgo.texi compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +00:00
go-backend.c Update copyright years. 2016-01-04 15:30:50 +01:00
go-c.h compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +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 compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +00:00
go-linemap.cc
go-location.h
go-sha1.cc compiler: add abstraction layer for sha1 checksums. 2016-09-09 18:27:42 +00:00
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 compiler: add -fgo-c-header=FILE to create a C header 2016-08-30 03:27:43 +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.