]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix 'internal error: typename ideal bool'
authorRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:00:16 +0000 (12:00 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 16:00:16 +0000 (12:00 -0400)
commita7d8b35aacf00a87953a67c9d1f793c16a5440ef
tree93a4db6d03c225cb1cc34cec1d868f2a2916dbb9
parent3b089179c4779c09becd395634b0a31f376865f1
cmd/gc: fix 'internal error: typename ideal bool'

Fixes #6298.

R=ken2
CC=golang-dev
https://golang.org/cl/13624043
src/cmd/gc/walk.c
test/fixedbugs/issue6298.go [new file with mode: 0644]