]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: make runtime escape an error, not a fatal error
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 13:58:17 +0000 (09:58 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 13:58:17 +0000 (09:58 -0400)
commit337fe4134fe733377db6025d67cfe01a9608099a
treea750948b8f191590192e4080053960ce7eafa0be
parentc3dbf56a14e8d9dffab7330c203a82a66cf9722e
cmd/gc: make runtime escape an error, not a fatal error

It is more useful to report all the errors instead of just the first.

LGTM=dave, khr
R=khr, dave
CC=golang-codereviews
https://golang.org/cl/143940043
src/cmd/gc/gen.c
src/cmd/gc/walk.c