]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/gc: preserve side effects during inlining of function with...
authorRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:49 +0000 (16:24 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Jun 2012 20:24:49 +0000 (16:24 -0400)
commit4bc9ddf82f42b3eae7a71faea4a5de373123ea58
tree45b6b5d3dac887c3f04bc6bd18ba43e9c2482f46
parentdc0f7d6fde051ce00337af31351120b203825863
[release-branch.go1] cmd/gc: preserve side effects during inlining of function with _ argument

««« backport 0ba8e27c7b87
cmd/gc: preserve side effects during inlining of function with _ argument

Fixes #3593.

R=ken2
CC=golang-dev, lvd
https://golang.org/cl/6305061

»»»
src/cmd/gc/inl.c
test/fixedbugs/bug441.go [new file with mode: 0644]