]> Cypherpunks repositories - gostls13.git/commit
gc: small fixes for printing.
authorLuuk van Dijk <lvd@golang.org>
Wed, 2 Nov 2011 14:36:33 +0000 (15:36 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 2 Nov 2011 14:36:33 +0000 (15:36 +0100)
commit29a5ae657fcbd3c673d8c206f4afaa0948538d6b
treef26e1a8596bd5c7624ae44ea4995eccfb994bb82
parentee24bfc0584f368284c2a4bef8e54056876677e9
gc: small fixes for printing.

mark OADDR inserted by typecheck as implicit
OCOPY takes ->left and ->right, not ->list
OMAKE*'s can all have arguments
precedence for OIND was initalized twice

fixes #2414

R=rsc, dave
CC=golang-dev
https://golang.org/cl/5319065
src/cmd/gc/fmt.c
src/cmd/gc/typecheck.c
test/escape2.go