Block forever on send/receive to/from nil channel.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 16 Sep 2011 22:56:32 +0000 (22:56 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 16 Sep 2011 22:56:32 +0000 (22:56 +0000)
commit31aeabd3c51f798a7a3cbfab4bacbce983415ad8
tree49f347d9773c306611f0d0b866ae9f0f9fa78147
parente7f799cecc08fe69899b7f91e6e40744ce39b2eb
Block forever on send/receive to/from nil channel.

From-SVN: r178920
12 files changed:
gcc/testsuite/go.test/test/chan/select3.go
libgo/runtime/chan.goc
libgo/runtime/channel.h
libgo/runtime/go-rec-big.c
libgo/runtime/go-rec-nb-big.c
libgo/runtime/go-rec-nb-small.c
libgo/runtime/go-rec-small.c
libgo/runtime/go-reflect-chan.c
libgo/runtime/go-send-big.c
libgo/runtime/go-send-nb-big.c
libgo/runtime/go-send-nb-small.c
libgo/runtime/go-send-small.c