]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: Reject parenthesised .(type) expressions.
authorDaniel Morsing <daniel.morsing@gmail.com>
Sat, 22 Dec 2012 16:36:10 +0000 (17:36 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Sat, 22 Dec 2012 16:36:10 +0000 (17:36 +0100)
commitc956dcdc54937ac17a4e1a01e7353cd9110b7400
tree0e19cde9f24465c2798d0a0c0876b1aee4e3533d
parentb9da27bed238b5bc55f0f92ed60dc691bd4691f5
cmd/gc: Reject parenthesised .(type) expressions.

Fixes #4470.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6949073
src/cmd/gc/go.y
src/cmd/gc/y.tab.c
test/fixedbugs/issue4470.go [new file with mode: 0644]