OSDN Git Service

PR c++/51812
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test /
2012-01-23 iancompiler: Give an error if a variable is defined but...
2012-01-21 iancompiler: Change alias handling, change rune alias...
2012-01-20 iancompiler: Handle recursive interfaces.
2012-01-20 uros * go.test/go-test.exp (go-gc-tests): Pass correctly...
2012-01-18 ian PR go/50656
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-28 iancompiler: Prohibit comparisons of funcs, maps, and...
2011-12-14 ianlibgo: Update to weekly.2011-12-06.
2011-12-13 ianlibgo: Update to weekly.2011-12-02.
2011-12-13 iancompiler: Permit converting between string and named...
2011-12-08 iancompiler: Don't check for hidden fields on struct assig...
2011-12-07 ianlibgo: Update to weekly 2011-11-09.
2011-12-03 ianlibgo: Update to weekly.2011-11-02.
2011-11-04 ianFix select { case v, ok := <-c: }.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-23 ian * go.test/go-test.exp (errchk): Handle more cases...
2011-09-21 ianUpdate Go testsuite to release r60.
2011-09-20 ianImplement goto restrictions.
2011-09-17 ianImprove errors for invalid use of [...]type.
2011-09-16 ianBlock forever on send/receive to/from nil channel.
2011-09-16 ianUpdate Go library to r60.
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.