]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: make inlined labels distinct
authorRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 16:19:22 +0000 (11:19 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 16:19:22 +0000 (11:19 -0500)
commit09a17ca1f113b7959391b0daf49ecfcd930cf30b
tree599769907d93c1f42c60d7dbd2fc997f5b6d0b8c
parentd82dcadb57836bb9b1d66a3c9a5de77bf9f41f3f
cmd/gc: make inlined labels distinct

Fixes #4748.

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