]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/6g, cmd/8g: fix out of registers.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 16 Oct 2012 05:22:33 +0000 (07:22 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 16 Oct 2012 05:22:33 +0000 (07:22 +0200)
commit7e144bcab0df7efa7255ecfa1ac425931902437f
treebbfc330f240ff5d02c8237ea4194bc87094dbd38
parentbcf88de5ffa1119e8b56a765a076d6a302ae3ecc
cmd/5g, cmd/6g, cmd/8g: fix out of registers.

This patch is enough to fix compilation of
exp/types tests but only passes a stripped down
version of the appripriate torture test.

Update #4207.

R=dave, nigeltao, rsc, golang-dev
CC=golang-dev
https://golang.org/cl/6621061
src/cmd/5g/cgen.c
src/cmd/6g/cgen.c
src/cmd/8g/cgen.c
test/torture.go