]> Cypherpunks repositories - gostls13.git/commit
gc: line number + type checking nits
authorRuss Cox <rsc@golang.org>
Thu, 28 Jul 2011 16:31:16 +0000 (12:31 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 28 Jul 2011 16:31:16 +0000 (12:31 -0400)
commit2f8190a8f87f22c3b26d13da8854da1f7b62cdca
treef0d9cc5c869cc165565b9e29409ee368a44c73b7
parent3041f2a37c27231b781a0c71b786afddde5afad9
gc: line number + type checking nits

Fixes #1910.
Fixes #1979.
Fixes #1990.
Fixes #1993.
Fixes #2089.

R=ken2
CC=golang-dev
https://golang.org/cl/4828046
src/cmd/gc/go.y
src/cmd/gc/lex.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug274.go
test/fixedbugs/bug298.go
test/fixedbugs/bug353.go [new file with mode: 0644]
test/fixedbugs/bug357.go [new file with mode: 0644]
test/fixedbugs/bug358.go [new file with mode: 0644]
test/fixedbugs/bug359.go [new file with mode: 0644]