gcc/gcc/go
Ian Lance Taylor b45285fc2e compiler: Accept map composite literals with omitted key types.
compiler: Copy key_path_ when copying a Composite_literal_expression.
    
    Fixes golang/go#10263.
    
    Reviewed-on: https://go-review.googlesource.com/14299
    Reviewed-on: https://go-review.googlesource.com/18988

From-SVN: r232892
2016-01-27 18:51:58 +00:00
..
gofrontend compiler: Accept map composite literals with omitted key types. 2016-01-27 18:51:58 +00:00
ChangeLog go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live. 2016-01-27 18:37:14 +00:00
Make-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
README.gcc
config-lang.in Update copyright years. 2016-01-04 15:30:50 +01:00
gccgo.texi gcc.c (process_command): Update copyright notice dates. 2016-01-04 14:03:35 +01:00
go-backend.c Update copyright years. 2016-01-04 15:30:50 +01:00
go-c.h Update copyright years. 2016-01-04 15:30:50 +01:00
go-gcc.cc Update copyright years. 2016-01-04 15:30:50 +01:00
go-lang.c go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live. 2016-01-27 18:37:14 +00:00
go-linemap.cc
go-location.h
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 Update copyright years. 2016-01-04 15:30:50 +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.