]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix infinite loop in nil check removal
authorRuss Cox <rsc@golang.org>
Wed, 28 May 2014 03:58:49 +0000 (23:58 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 28 May 2014 03:58:49 +0000 (23:58 -0400)
commitdaf9308066a71802ed723ba96459afe2558c62d9
tree39f7cce189d0599e349890a0f9878a9f70a6f90e
parent6c0bcb1863fbc84447590226911db9baab7a5c97
cmd/gc: fix infinite loop in nil check removal

Fixes #8076.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/93610043
src/cmd/gc/popt.c
test/fixedbugs/issue8076.go [new file with mode: 0644]