]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add BVC/BVS to branch ops in ppc64/prog.go
authorDavid Chase <drchase@google.com>
Tue, 6 Sep 2016 20:39:22 +0000 (13:39 -0700)
committerDavid Chase <drchase@google.com>
Wed, 7 Sep 2016 01:30:34 +0000 (01:30 +0000)
commita6edffb28696b739136172995ed3ec000e8e6fdb
tree414930a419c07212a38938a6ef948fc8b314a6e2
parent8737dac1f27db2596f1d24aab8e5c942734c3bb4
cmd/compile: add BVC/BVS to branch ops in ppc64/prog.go

Includes test case shown to fail with unpatched compiler.

Fixes #17005.

Change-Id: I49b7b1a3f02736d85846a2588018b73f68d50320
Reviewed-on: https://go-review.googlesource.com/28573
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/compile/internal/ppc64/prog.go
test/fixedbugs/issue17005.go [new file with mode: 0644]