]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/8g: fix build
authorRuss Cox <rsc@golang.org>
Fri, 14 Feb 2014 03:30:35 +0000 (22:30 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 14 Feb 2014 03:30:35 +0000 (22:30 -0500)
commit7addda685d9f624479cd2248a86a16b5a810f225
treec51562167815ae6b6e978efb0b27948ceff7bd37
parentb0db7e870c50a38239c2bd541a862fe544b05350
cmd/5g, cmd/8g: fix build

The test added in CL 63630043 fails on 5g and 8g because they
were not emitting the VARDEF instruction when clearing a fat
value by clearing the components. 6g had the call in the right place.

Hooray tests.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/63660043
src/cmd/5g/ggen.c
src/cmd/8g/ggen.c