gcc/gcc/go
Jakub Jelinek c1a9c36961 gcc.c (process_command): Update copyright notice dates.
gcc/
	* gcc.c (process_command): Update copyright notice dates.
	* gcov-dump.c (print_version): Ditto.
	* gcov.c (print_version): Ditto.
	* gcov-tool.c (print_version): Ditto.
	* gengtype.c (create_file): Ditto.
	* doc/cpp.texi: Bump @copying's copyright year.
	* doc/cppinternals.texi: Ditto.
	* doc/gcc.texi: Ditto.
	* doc/gccint.texi: Ditto.
	* doc/gcov.texi: Ditto.
	* doc/install.texi: Ditto.
	* doc/invoke.texi: Ditto.
gcc/fortran/
	* gfortranspec.c (lang_specific_driver): Update copyright notice
	dates.
	* gfc-internals.texi: Bump @copying's copyright year.
	* gfortran.texi: Ditto.
	* intrinsic.texi: Ditto.
	* invoke.texi: Ditto.
gcc/ada/
	* gnat_ugn.texi: Bump @copying's copyright year.
	* gnat_rm.texi: Likewise.
gcc/go/
	* gccgo.texi: Bump @copyrights-go year.
libitm/
	* libitm.texi: Bump @copying's copyright year.
libgomp/
	* libgomp.texi: Bump @copying's copyright year.
libquadmath/
	* libquadmath.texi: Bump @copying's copyright year.

From-SVN: r243992
2017-01-01 12:31:28 +01:00
..
gofrontend compile: add type conversion in Type::gc_symbol_pointer 2016-12-30 18:03:39 +00:00
ChangeLog gcc.c (process_command): Update copyright notice dates. 2017-01-01 12:31:28 +01:00
Make-lang.in compiler: relocate ID encoding utilities to gofrontend 2016-11-22 22:28:05 +00:00
README.gcc
config-lang.in * config-lang.in (lang_requires_boot_languages): Delete. 2016-10-10 07:18:07 +00:00
gccgo.texi gcc.c (process_command): Update copyright notice dates. 2017-01-01 12:31:28 +01:00
go-backend.c Move MEMMODEL_* from coretypes.h to memmodel.h 2016-10-13 14:17:52 +00:00
go-c.h compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-gcc-diagnostics.cc compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00:00
go-gcc.cc compiler: add containing Bfunction to some backend interfaces. 2016-12-16 22:11:28 +00:00
go-gcc.h compiler: move Backend/Linemap creation out of front end. 2016-10-11 00:11:43 +00:00
go-lang.c go-lang.c: remove a redundant cast 2016-10-25 14:47:38 +00: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 compiler: add abstraction layer for sha1 checksums. 2016-09-09 18:27:42 +00:00
go-system.h compiler: better abstraction layer for diagnostics. 2016-09-23 19:36:45 +00: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.