]> Cypherpunks repositories - gostls13.git/commit
gc: more crash avoidance
authorRuss Cox <rsc@golang.org>
Tue, 27 Jul 2010 00:34:17 +0000 (17:34 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Jul 2010 00:34:17 +0000 (17:34 -0700)
commitf20c2e1cf5fa9e7bbb78f990e083d6e58864f179
tree544db4de3ca0c96db8bda5d86879589920ce1751
parent9a442211c6972c2d35a64562db864bb499b5915e
gc: more crash avoidance

Fixes #961.
Fixes #962.

R=ken2
CC=golang-dev
https://golang.org/cl/1903043
src/cmd/gc/const.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug297.go [new file with mode: 0644]
test/fixedbugs/bug298.go [new file with mode: 0644]