OSDN Git Service

Fix defer/recover at high optimization levels.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test /
2011-07-11 hjlCheck ia32 effective target.
2011-05-20 ianUpdate to current version of Go library.
2011-04-25 ian * go.test/go-test.exp (go-set-goarch): Accept mips...
2011-04-01 ian * go.test/go-test.exp (go-set-goarch): Recognize alpha...
2011-04-01 ian * go.test/go-test.exp (go-set-goarch): Recognize MIPS...
2011-03-30 ianCopy env.go from master Go testsuite.
2011-03-30 ian * go.test/go-test.exp (go-set-goarch): Use sparc64...
2011-03-30 ianUpdate to current Go library.
2011-03-29 ianUpdate to current master Go testsuite.
2011-03-29 ian * go.test/go-test.exp: Handle the test lines used...
2011-03-28 ianPermit copying hidden fields when passing method receiver.
2011-03-26 ianDon't look up methods for pointer to interface.
2011-03-26 ianDon't permit embedded field to be pointer to interface.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianCondition in if statement is not optional.
2011-03-24 ianChange c <- v from an expression to a statement.
2011-03-23 ian * go.test/go-test.exp (errchk): Ignore lines containin...
2011-03-23 ianSend on a closed channel panics.
2011-03-08 jakub * go.test/go-test.exp: For goroutines.go test if GCCGO...
2011-02-19 ianRemove old mechanism for passing varargs argument to...
2011-01-21 ianRemove the types float and complex.
2011-01-12 ian * go.test/go-test.exp (go-set-goarch): New proc.
2010-12-21 ian * go.test/go-test.exp: Clear runtests around invocation of
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.