]> Cypherpunks repositories - gostls13.git/commit
fix type of (1<<x)
authorKen Thompson <ken@golang.org>
Fri, 29 Aug 2008 20:24:53 +0000 (13:24 -0700)
committerKen Thompson <ken@golang.org>
Fri, 29 Aug 2008 20:24:53 +0000 (13:24 -0700)
commit944ad62ecd6d6bc1470995df4386ad7b4ae61dc7
tree04aa70c53d846411240c1d6ba0022d85a7cc7c21
parent7eff30f0f032cc802f03b816ab3007c2a2d15cf8
fix type of (1<<x)

R=r
OCL=14656
CL=14656
src/cmd/gc/const.c
src/cmd/gc/walk.c
test/ken/array.go [new file with mode: 0644]
test/ken/shift.go [new file with mode: 0644]