]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't put Noalg types in typelinks
authorIan Lance Taylor <iant@golang.org>
Tue, 7 Nov 2017 02:51:12 +0000 (18:51 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 7 Nov 2017 22:29:48 +0000 (22:29 +0000)
commita4c009f5ae65393f28129d6e40dd74a47c056360
tree21c3fe5274b6d7ba3551e929b6bb17bf43b2ad90
parente4a380868d6b430283721995374487632e2e0762
cmd/compile: don't put Noalg types in typelinks

They could get picked up by reflect code, yielding the wrong type.

Fixes #22605

Change-Id: Ie11fb361ca7f3255e662037b3407565c8f0a2c4c
Reviewed-on: https://go-review.googlesource.com/76315
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/reflect.go
test/fixedbugs/issue22605.go [new file with mode: 0644]