]> Cypherpunks repositories - gostls13.git/commit
fix issue 798
authorKen Thompson <ken@golang.org>
Fri, 21 May 2010 00:31:28 +0000 (17:31 -0700)
committerKen Thompson <ken@golang.org>
Fri, 21 May 2010 00:31:28 +0000 (17:31 -0700)
commitb0283611e487afe664e88ddad98cbd4b6f46a0b0
treee979b33e24cb0acea0d9b2ad8f40f2faeb74317a
parent9192ec2ea1d3c76d4346f3abbc092a248e574aab
fix issue 798
cannot allocate an audomatic temp
while real registers are allocated.
there is a chance that the automatic
will be allocated to one of the
allocated registers. the fix is to
not registerize such variables.

R=rsc
CC=golang-dev
https://golang.org/cl/1202042
src/cmd/5g/gsubr.c
src/cmd/6g/gg.h
src/cmd/6g/gsubr.c
src/cmd/6g/reg.c
src/cmd/8g/gg.h
src/cmd/8g/gsubr.c
src/cmd/8g/reg.c
src/cmd/gc/gen.c
src/cmd/gc/go.h