aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Check ia32 effective target.H.J. Lu1-1/+1
2011-05-20Update to current version of Go library.Ian Lance Taylor5-30/+33
2011-04-25* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.Rainer Orth1-1/+1
2011-04-01* go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.Uros Bizjak1-0/+3
2011-04-01* go.test/go-test.exp (go-set-goarch): Recognize MIPS ABIs.Ian Lance Taylor1-0/+30
2011-03-30Copy env.go from master Go testsuite.Ian Lance Taylor1-3/+6
2011-03-30go-test.exp (go-set-goarch): Use sparc64 for 64-bit SPARC.Rainer Orth1-1/+1
2011-03-30Update to current Go library.Ian Lance Taylor1-5/+32
2011-03-29Update to current master Go testsuite.Ian Lance Taylor104-1018/+3036
2011-03-29go-test.exp: Handle the test lines used in several new tests.Ian Lance Taylor1-12/+100
2011-03-28Permit copying hidden fields when passing method receiver.Ian Lance Taylor1-1/+1
2011-03-26Don't look up methods for pointer to interface.Ian Lance Taylor1-6/+6
2011-03-26Don't permit embedded field to be pointer to interface.Ian Lance Taylor1-22/+1
2011-03-25Give an error if a label is defined but not used.Ian Lance Taylor9-44/+78
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor5-84/+160
2011-03-24Condition in if statement is not optional.Ian Lance Taylor6-148/+8
2011-03-24Change c <- v from an expression to a statement.Ian Lance Taylor8-129/+252
2011-03-23* go.test/go-test.exp (errchk): Ignore lines containing ////.Ian Lance Taylor1-0/+4
2011-03-23Send on a closed channel panics.Ian Lance Taylor2-15/+17
2011-03-08go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTS is not set in the ...Jakub Jelinek1-0/+21
2011-02-19Remove old mechanism for passing varargs argument to varargs function.Ian Lance Taylor2-9/+29
2011-01-21Remove the types float and complex.Ian Lance Taylor47-2979/+3067
2011-01-12go-test.exp (go-set-goarch): New proc.Rainer Orth1-1/+39
2010-12-21go-test.exp: Clear runtests around invocation of go-dg-runtest from errchk an...Ian Lance Taylor1-0/+12
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor586-0/+58915