]> Cypherpunks repositories - gostls13.git/commit
Revert "[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evaluated...
authorFilippo Valsorda <filippo@golang.org>
Fri, 14 Dec 2018 19:53:47 +0000 (19:53 +0000)
committerFilippo Valsorda <filippo@golang.org>
Fri, 14 Dec 2018 20:07:16 +0000 (20:07 +0000)
commita9ccbe0a69fdbede2ec51f7c2f04f202fab72bb9
tree1da95f569bb8736df0140169810ab7950f2ea270
parentd74e69c7553fcb1e057821a089dc4f2c60f42e5d
Revert "[release-branch.go1.10] cmd/compile/internal/gc: OMUL should be evaluated when using soft-float"

This reverts commit d74e69c7553fcb1e057821a089dc4f2c60f42e5d.

Reason for revert: this fix has been backported to 1.11, and that makes
it ineligible for backport to 1.10, since upgrading to 1.11 is a valid
workaround according to https://github.com/golang/go/wiki/MinorReleases.

Also, this triggers a bug on Wasm that would require a backport of
CL 149965, too.

Updates #28688
Updates #28959

Change-Id: I4e56554ea27b5db83bdb1e9d2103dd24e3da8cfc
Reviewed-on: https://go-review.googlesource.com/c/154297
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/subr.go
test/fixedbugs/issue28688.go [deleted file]