summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/closedchan.go
Commit message (Expand)AuthorAgeFilesLines
* Fix select { case v, ok := <-c: }.ian2011-11-041-0/+29
* Remove closed function. Fix tuple receive in select.ian2011-03-251-51/+106
* Change c <- v from an expression to a statement.ian2011-03-241-10/+82
* Send on a closed channel panics.ian2011-03-231-6/+12
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+197