]> Cypherpunks repositories - gostls13.git/commit
gc: implement new shift rules
authorRuss Cox <rsc@golang.org>
Tue, 31 May 2011 19:05:40 +0000 (15:05 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 May 2011 19:05:40 +0000 (15:05 -0400)
commit5ab096d0308f7a3f8a59286e2a4123af7e26e3ae
treecad2c6bed99760d382d6637648827e5ccbc8fb7e
parent9b82408f6df2dde74828f9c945112ef554f67397
gc: implement new shift rules

The change is that 1.0<<2 is now okay.

R=ken2
CC=golang-dev
https://golang.org/cl/4524084
src/cmd/gc/const.c
test/golden.out
test/shift2.go