]> Cypherpunks repositories - gostls13.git/commit
gc: fix parenthesization check
authorRuss Cox <rsc@golang.org>
Tue, 24 Aug 2010 03:10:25 +0000 (23:10 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 24 Aug 2010 03:10:25 +0000 (23:10 -0400)
commitb1311cbc936e8f889719a865264c19c43a573886
tree1fd63486c3bdc3a076d63e29181e1c3e8bc0b054
parent7ddbe798425306dccfebd7d1842720cc3c273b9c
gc: fix parenthesization check

Cannot use paren field in Node because all
instances of a given symbol name use the same Node.

Fixes #1022.

R=ken2
CC=golang-dev
https://golang.org/cl/2015043
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/print.c
src/cmd/gc/typecheck.c