]> Cypherpunks repositories - gostls13.git/commit
shift typechecking bugs
authorRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 06:33:17 +0000 (23:33 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2009 06:33:17 +0000 (23:33 -0700)
commit0aa1b1508a2a6197773751466c0ea1e1449e4a8e
tree86ef4d4be2a3942c624c0142a7f80f9543244714
parent908cd8f8576a0ad1464c8b09fd80099f3545dfd8
shift typechecking bugs
x << "a"
1 << int(2)

R=ken
OCL=31244
CL=31244
src/cmd/gc/const.c
src/cmd/gc/walk.c