]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: silence redundant error prints for misuse of [...]int
authorRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:21:27 +0000 (21:21 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:21:27 +0000 (21:21 -0500)
commitf607c479eabab497b3e7d3dead472a19bd27e063
tree55a3f746be5dfae43806524157f6d64bcfcf7eae
parente2711cb202081261d4586be525b6281544a7dac7
cmd/gc: silence redundant error prints for misuse of [...]int

Fixes #4452.

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