]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: ignore struct tags when converting structs
authorRobert Griesemer <gri@golang.org>
Mon, 3 Oct 2016 18:40:43 +0000 (11:40 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 4 Oct 2016 17:10:47 +0000 (17:10 +0000)
commit39055700b1c69e791405518a914017b8c5551436
treed11d48d08fd117964fd3acfbf7e209f141b567bc
parent9abaef93c75b8aef007624b66f99a671eb0cc5d6
cmd/compile: ignore struct tags when converting structs

Implementation of spec change https://golang.org/cl/24190/.

For #16085.

Change-Id: Id71ef29af5031b073e8be163f578d1bb768ff97a
Reviewed-on: https://go-review.googlesource.com/30169
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/subr.go
test/convert2.go [new file with mode: 0644]