]> Cypherpunks repositories - gostls13.git/commit
cmd/6g: fix out of registers when chaining integer divisions.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 6 Oct 2012 22:30:29 +0000 (00:30 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 6 Oct 2012 22:30:29 +0000 (00:30 +0200)
commit46fcfdaa7dc4c35cf593df2b883db28814e641fe
tree2da891419840f41bb56af5716ce6980f140072b2
parent94acfde22e73902692b8eef413c7c35a5ba98708
cmd/6g: fix out of registers when chaining integer divisions.

Fixes #4201.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/6622055
src/cmd/6g/cgen.c
test/torture.go