commit | b1311cbc936e8f889719a865264c19c43a573886 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Aug 23 23:10:25 2010 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Aug 23 23:10:25 2010 -0400 |
tree | 1fd63486c3bdc3a076d63e29181e1c3e8bc0b054 | |
parent | 7ddbe798425306dccfebd7d1842720cc3c273b9c [diff] |
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