]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call method...
authorMatthew Dempsky <mdempsky@google.com>
Thu, 25 Feb 2021 21:32:29 +0000 (21:32 +0000)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 25 Feb 2021 21:52:49 +0000 (21:52 +0000)
commit9a7fe196e468c687ad7239b9447c584826331771
tree9d3d4722ad1427f9d6e348acb2ab2053f8691cf8
parentb83d073e9eb4cbd0cd5ca530f576668c49f6d0f1
Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in go/defer"

This reverts commit CL 294849.

Reason for revert: this doesn't actually fix the issue, as revealed
by the noopt builder's failures.

Change-Id: Ib4ea9ceb4d75e46b3b91ec348b365fd8c83316ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/296629
Trust: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/compile/internal/walk/expr.go
src/cmd/compile/internal/walk/stmt.go
test/fixedbugs/issue24491a.go
test/fixedbugs/issue44415.go [deleted file]