]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add test for OPmodify ops clobbering flags
authorKeith Randall <khr@google.com>
Tue, 17 Jul 2018 22:07:26 +0000 (15:07 -0700)
committerKeith Randall <khr@golang.org>
Thu, 19 Jul 2018 16:24:53 +0000 (16:24 +0000)
commit59d0baeb335647663b135a52af5d345d989f218f
tree1d3f306fda9e035ee4e70ffe28479f7cc7603d2d
parentf3582de3a0d4d9fb14763494cc4def548042274f
cmd/compile: add test for OPmodify ops clobbering flags

Code fix was in CL 122556.  This is a corresponding test case.

Fixes #26426

Change-Id: Ib8769f367aed8bead029da0a8d2ddccee1d1dccb
Reviewed-on: https://go-review.googlesource.com/124535
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/fixedbugs/issue26426.go [new file with mode: 0644]