summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
Commit message (Expand)AuthorAgeFilesLines
* Update to current version of Go library.ian2011-05-205-30/+33
* * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.ian2011-04-251-1/+1
* * go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.ian2011-04-011-0/+3
* * go.test/go-test.exp (go-set-goarch): Recognize MIPS ABIs.ian2011-04-011-0/+30
* Copy env.go from master Go testsuite.ian2011-03-301-3/+6
* * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bitian2011-03-301-1/+1
* Update to current Go library.ian2011-03-301-5/+32
* Update to current master Go testsuite.ian2011-03-29104-1018/+3036
* * go.test/go-test.exp: Handle the test lines used in several newian2011-03-291-12/+100
* Permit copying hidden fields when passing method receiver.ian2011-03-281-1/+1
* Don't look up methods for pointer to interface.ian2011-03-261-6/+6
* Don't permit embedded field to be pointer to interface.ian2011-03-261-22/+1
* Give an error if a label is defined but not used.ian2011-03-259-44/+78
* Remove closed function. Fix tuple receive in select.ian2011-03-255-84/+160
* Condition in if statement is not optional.ian2011-03-246-148/+8
* Change c <- v from an expression to a statement.ian2011-03-248-129/+252
* * go.test/go-test.exp (errchk): Ignore lines containing ////.ian2011-03-231-0/+4
* Send on a closed channel panics.ian2011-03-232-15/+17
* * go.test/go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTSjakub2011-03-081-0/+21
* Remove old mechanism for passing varargs argument to varargs function.ian2011-02-192-9/+29
* Remove the types float and complex.ian2011-01-2147-2979/+3067
* * go.test/go-test.exp (go-set-goarch): New proc.ian2011-01-121-1/+39
* * go.test/go-test.exp: Clear runtests around invocation ofian2010-12-211-0/+12
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-03586-0/+58915