]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix defaultlit of shifts used in interface context.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 15 Dec 2012 18:37:59 +0000 (19:37 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 15 Dec 2012 18:37:59 +0000 (19:37 +0100)
commit1947960a6f87437cb3da4fd9341c0d265ff71cf6
tree3918c1b4d35a225bccdcab604acc5ed8f8a8ffa1
parent78cee46f3ac116590380f2e25c0910eb44112d90
cmd/gc: fix defaultlit of shifts used in interface context.

Fixes #4545.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6937058
src/cmd/gc/const.c
test/fixedbugs/issue4545.go [new file with mode: 0644]