]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: logical operators should produce untyped bool for untyped
authorChris Manghane <cmang@golang.org>
Tue, 9 Dec 2014 15:16:38 +0000 (07:16 -0800)
committerChris Manghane <cmang@golang.org>
Mon, 29 Dec 2014 23:36:30 +0000 (23:36 +0000)
commit5cc29ab95ecbbf3b7435b30e61d3e49c75c29539
tree40235357a49720b2ade916f49837f8b82035ced5
parentedf7258416ce152137da41943cbd85b199800674
cmd/gc: logical operators should produce untyped bool for untyped
operands

Fixes #6671 for cmd/gc.

Change-Id: I4907655b6e243960f2ceb544c63ea16513c7bd68
Reviewed-on: https://go-review.googlesource.com/1251
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/gc/typecheck.c
test/fixedbugs/issue3924.go [deleted file]
test/fixedbugs/issue6671.go [new file with mode: 0644]