]> Cypherpunks repositories - gostls13.git/commit
gc, runtime: fix range+panic line number bugs
authorRuss Cox <rsc@golang.org>
Tue, 26 Jul 2011 04:52:46 +0000 (00:52 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jul 2011 04:52:46 +0000 (00:52 -0400)
commit12a5774cde429d8db8c499cbb818c76ec28a28c5
tree5b12b1224282cc42279b155f1810456d3e90b84e
parentcce10dacc6489078837521d34ef317ca17b77d97
gc, runtime: fix range+panic line number bugs

Fixes #1856.

R=ken2
CC=golang-dev
https://golang.org/cl/4810054
src/cmd/gc/range.c
src/pkg/runtime/amd64/traceback.c
src/pkg/runtime/arm/traceback.c
src/pkg/runtime/plan9/thread.c
src/pkg/runtime/runtime.c
test/fixedbugs/bug348.go [new file with mode: 0644]