]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: accept map literals with omitted key type
authorRuss Cox <rsc@golang.org>
Tue, 19 May 2015 20:49:47 +0000 (16:49 -0400)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 4 Jun 2015 02:31:38 +0000 (02:31 +0000)
commit73d109c509e4f8c1122187fa406aa0be4ff88608
tree03b5c56fb85832899ed64fabdcb8b9cfe3cdb52a
parent03410f675808ad51fa1e1fd153fd3d182ebcb217
cmd/internal/gc: accept map literals with omitted key type

Fixes #10209.

Change-Id: I248434f9195c868befd1ed8a6000a9cac72d1df8
Reviewed-on: https://go-review.googlesource.com/10263
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/go.y
src/cmd/compile/internal/gc/typecheck.go
src/cmd/compile/internal/gc/y.go
src/cmd/compile/internal/gc/y.output [deleted file]
test/complit1.go