]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: put 'not used' message on correct line
authorRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:13:41 +0000 (21:13 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:13:41 +0000 (21:13 -0500)
commite2711cb202081261d4586be525b6281544a7dac7
tree07ec541af8e1bdce825150c6f26f4aaa29ebfdea
parent79a16a3b70f0de2efbd45952a51e9b30524d7ad3
cmd/gc: put 'not used' message on correct line

Fixes #4663.

R=ken2
CC=golang-dev
https://golang.org/cl/7235081
src/cmd/gc/go.y
src/cmd/gc/y.tab.c
src/cmd/gc/y.tab.h
test/fixedbugs/bug357.go
test/fixedbugs/bug379.go
test/fixedbugs/issue4654.go
test/fixedbugs/issue4663.go [new file with mode: 0644]