]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix binary export of composite literals with implicit types
authorRobert Griesemer <gri@golang.org>
Mon, 9 May 2016 03:59:53 +0000 (20:59 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 9 May 2016 06:16:07 +0000 (06:16 +0000)
commit87a2ae1fa25677dc9097a25292c54b7b9dac2c9d
treecacde13ce8223f1b2bb0cc6be29326994381f457
parent3696e469e5f8a5531c69ffcf091deaa692e81104
cmd/compile: fix binary export of composite literals with implicit types

Also:
- replaced remaining panics with Fatal calls
- more comments

Fixes #15572.

Change-Id: Ifb27e80b66700f5692a84078764a1e928d4b310d
Reviewed-on: https://go-review.googlesource.com/22935
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/bexport.go
src/cmd/compile/internal/gc/bimport.go
test/fixedbugs/issue15572.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue15572.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue15572.go [new file with mode: 0644]