]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 2 May 2015 02:50:27 +0000 (19:50 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 7 May 2015 23:54:28 +0000 (23:54 +0000)
commita3dfcf51c6543ac1af853f1799d70eae83073f1a
tree59fd59e123d125c8de6daba8e47904a136153fbe
parent0211d7d7b06216c7c3664ae6ef95c088d5699b8d
cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr

Fixes #8927.

Change-Id: I638cddd439dd2d4eeef5474118cfcbde0c8a5a43
Reviewed-on: https://go-review.googlesource.com/9632
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/internal/gc/const.go
test/convlit.go