]> Cypherpunks repositories - gostls13.git/commit
test: Use global variables to defeat gccgo optimizer.
authorIan Lance Taylor <iant@golang.org>
Wed, 1 Sep 2010 20:40:20 +0000 (13:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 1 Sep 2010 20:40:20 +0000 (13:40 -0700)
commit426275d70236be0ac817ae8185c215e9fc4eb681
tree0dadbf7c1d44dd37eed6138739fa99a5b1fe15a7
parent728003e340ab6d20d49f8f67f1b36722d5de2d65
test: Use global variables to defeat gccgo optimizer.

The gccgo compiler is smart enough to not make something which
is not used.  Use global variables to defeat this
optimization.

R=rsc
CC=golang-dev
https://golang.org/cl/2129041
test/fixedbugs/bug273.go