]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: prevent detection of wrong duplicates
authorKunpei Sakai <namusyaka@gmail.com>
Sat, 3 Mar 2018 21:14:42 +0000 (06:14 +0900)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 7 Mar 2018 01:26:00 +0000 (01:26 +0000)
commitb75e8a2a3baf71ab39bd584c4c0c24edbaf91e3e
tree84f8b72c71f11c036abf0b6a3c43b2909b75f840
parent2c0c68d621415f0c2dffb71b20fdc0fdbbcfb5fe
cmd/compile: prevent detection of wrong duplicates

by including *types.Type in typeVal.

Updates #21866
Fixes #24159

Change-Id: I2f8cac252d88d43e723124f2867b1410b7abab7b
Reviewed-on: https://go-review.googlesource.com/98476
Run-TryBot: Kunpei Sakai <namusyaka@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/swt.go
test/fixedbugs/issue24159.go [new file with mode: 0644]