]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/6g: fix crash in cgen_bmul.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 25 Oct 2012 22:29:44 +0000 (00:29 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 25 Oct 2012 22:29:44 +0000 (00:29 +0200)
commit335eef85c33d80c068db766b0841a12d7c1e6d79
tree8c9cca4c5c1df4909bba8685f3a90fada598a109
parentb575e3ca99501448cf6bed6e82a83f9a99d938d8
cmd/6g: fix crash in cgen_bmul.

Used to print:
../test/torture.go:116: internal compiler error: bad width: 0463 (../test/torture.go:116) MOVB    ,BX (0, 8)

R=nigeltao, rsc
CC=golang-dev
https://golang.org/cl/6736068
src/cmd/6g/ggen.c
test/torture.go