0
1
mirror of https://github.com/golang/go synced 2025-07-05 20:23:00 +00:00
Files
go/test/fixedbugs/issue4614.go
Rémy Oudompheng fba96e915d cmd/gc: fix uintptr(nil) issues.
A constant node of type uintptr with a nil literal could
happen in two cases: []int(nil)[1:] and
uintptr(unsafe.Pointer(nil)).

Fixes #4614.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7059043
2013-01-08 00:23:02 +01:00

420 B