Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
*** Submitted as http://code.google.com/p/go/source/detail?r=dc0f81c41f04 *** gc: cmplx typecheck bug fix Fixes issue 729. R=ken2 CC=golang-dev http://codereview.appspot.com/875048
q: http://codereview.appspot.com/875048/diff/2001/3001 File src/cmd/gc/typecheck.c (left): http://codereview.appspot.com/875048/diff/2001/3001#oldcode793 src/cmd/gc/typecheck.c:793: if(l->type->etype != l->type->etype) { Does the compiler not warn for things like this?
LGTM
On Mon, Apr 19, 2010 at 11:03, <cw@f00f.org> wrote: > q: > > http://codereview.appspot.com/875048/diff/2001/3001#oldcode793 > src/cmd/gc/typecheck.c:793: if(l->type->etype != l->type->etype) { > Does the compiler not warn for things like this? apparently not.