]> Cypherpunks repositories - gostls13.git/commit
gc: fix inlining bug
authorRuss Cox <rsc@golang.org>
Wed, 11 Jan 2012 21:21:06 +0000 (13:21 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 11 Jan 2012 21:21:06 +0000 (13:21 -0800)
commit836a517f694a4d737f0e58c68700a94483834fb6
treefcb0e3b24f5a3b35da5914b534cc4de6b93ca61c
parentf2b51f564f2bf457c4dc77c88adb5d11b513d658
gc: fix inlining bug

Fixes #2682.

R=lvd
CC=golang-dev
https://golang.org/cl/5538043
src/cmd/gc/fmt.c
test/fixedbugs/bug392.dir/one.go
test/fixedbugs/bug392.dir/two.go
test/fixedbugs/bug392.go