]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: Reset haspointers computation. When converting from a
authorKeith Randall <khr@golang.org>
Sat, 24 Aug 2013 00:28:15 +0000 (17:28 -0700)
committerKeith Randall <khr@golang.org>
Sat, 24 Aug 2013 00:28:15 +0000 (17:28 -0700)
commitb15a64e35de8bee777564a6553853238605d2556
treef322cab3e06aaf18ef52d50803a73b364a1b105e
parent221eef6808654bd09de8d249b1dddb9c25f68347
cmd/gc: Reset haspointers computation.  When converting from a
slice type to an array type, the haspointer-ness may change.
Before this change, we'd sometimes get types like [1]int marked
as having pointers.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13189044
src/cmd/gc/sinit.c