This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r178920 - in /trunk: gcc/testsuite/go.test/test...


Author: ian
Date: Fri Sep 16 22:56:32 2011
New Revision: 178920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178920
Log:
Block forever on send/receive to/from nil channel.

Modified:
    trunk/gcc/testsuite/go.test/test/chan/select3.go
    trunk/libgo/runtime/chan.goc
    trunk/libgo/runtime/channel.h
    trunk/libgo/runtime/go-rec-big.c
    trunk/libgo/runtime/go-rec-nb-big.c
    trunk/libgo/runtime/go-rec-nb-small.c
    trunk/libgo/runtime/go-rec-small.c
    trunk/libgo/runtime/go-reflect-chan.c
    trunk/libgo/runtime/go-send-big.c
    trunk/libgo/runtime/go-send-nb-big.c
    trunk/libgo/runtime/go-send-nb-small.c
    trunk/libgo/runtime/go-send-small.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]