]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix codegen reordering for expressions involving && and ||
authorLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 14:41:01 +0000 (15:41 +0100)
committerLuuk van Dijk <lvd@golang.org>
Mon, 6 Feb 2012 14:41:01 +0000 (15:41 +0100)
commit5efd5624cc5b22f50d2739b0f1dbce32402206cb
tree5933230f9e39a55363c7302fc899e48afc1694a6
parent02fb021161cf36cf7326380fb1ff9239cd195067
cmd/gc: fix codegen reordering for expressions involving && and ||

Fixes #2821.

R=rsc
CC=golang-dev
https://golang.org/cl/5606061
src/cmd/gc/subr.c
src/cmd/gc/walk.c
test/fixedbugs/bug406.go [new file with mode: 0644]