types.cc
280 KB
-
compiler: implement Go 1 unsafe.Pointer conversion rules · c40b69ae
Any type whose underlying type is uintptr can be converted to unsafe.Pointer, and vice versa. Fixes golang/go#10284. From-SVN: r221774
Ian Lance Taylor committed