]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: preserve side effects during inlining of function with _ argument
authorRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 05:54:07 +0000 (01:54 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jun 2012 05:54:07 +0000 (01:54 -0400)
commitee5f59ab4feafd987972a096d5a5c315e753f358
tree41bdfb617dd5570a39dfd6021540c7a80421c4a2
parent09b736a2ab56ee520e3f5909c09c8417fe61db26
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]