aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
AgeCommit message (Expand)AuthorFilesLines
2020-01-10compiler: permit duplicate methods from embedded interfacesIan Lance Taylor2-17/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-0/+1
2019-08-20compiler, runtime: implement shifts by signed amountsIan Lance Taylor1-5/+5
2019-06-23compiler: edit error messages to avoid -Wformat-diag warningsIan Lance Taylor1-3/+3
2019-05-16compiler: improve escape analysis on interface conversionsCherry Zhang1-1/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-03* go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32.Ian Lance Taylor1-0/+2
2018-09-24libgo: update to Go 1.11Ian Lance Taylor2-17/+30
2018-02-22re PR go/84484 (libgo configure tests fail to find -latomic)Andreas Schwab1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-14libgo: update to go1.9Ian Lance Taylor1-13/+2
2017-06-23go-test.exp (go-set-goarch): Update MIPS architecture names.James Cowgill1-9/+7
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-8/+12
2017-01-25compiler: improvements for type alias handlingIan Lance Taylor1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-03-04S/390: Set GOARCH to the current target when testing multiarch.Dominik Vogt1-5/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-21re PR go/66406 (go.test/test/nilptr.go FAILs with PIE)Ian Lance Taylor1-0/+5
2015-10-06compiler: Record each import as a distinct alias.Ian Lance Taylor2-3/+3
2015-03-04* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.Ian Lance Taylor1-1/+1
2015-02-26Add missing cleanup in go-gc-tests for cmpoutTom de Vries1-0/+1
2015-01-23re PR go/64510 (FAIL: go.test/test/nilptr2.go execution on non-split-stack ta...Ian Lance Taylor1-1/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21go-test.exp (go-set-goarch): Add case for ppc64le goarch value for go testing.Lynn Boger1-1/+5
2014-11-05* go.test/go-test.exp (go-set-goarch): Enable tests on s390[x].Dominik Vogt1-0/+6
2014-11-05go-test.exp: In +build lines, require whitespace around expected strings, fix...Ian Lance Taylor1-6/+15
2014-11-04compiler: Logical operators should yield untyped bool for untyped operands.Ian Lance Taylor1-3/+3
2014-10-16compiler: Method names must be non-blank.Ian Lance Taylor2-16/+2
2014-10-16Test change for treating a function receiver as any other parameter list.Ian Lance Taylor1-4/+6
2014-09-15Makefile.in (dg_target_exps): Remove.Jakub Jelinek1-0/+7
2014-08-27compiler: Disallow call of *T method using **T variable.Ian Lance Taylor1-3/+3
2014-08-11compiler: Change return type comma-ok assignments to untyped bools.Ian Lance Taylor1-4/+4
2014-07-20compiler: If a variable that is only set, give not used error.Ian Lance Taylor1-0/+2
2014-07-20go-test.exp (go-gc-tests): Support multiple files in one package for compiled...Ian Lance Taylor1-7/+11
2014-07-04Normalize interface for all *-dg-runtest.Thomas Schwinge1-4/+4
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor3-7/+7
2014-04-30go-test.exp (go-gc-tests): For rundir...Ian Lance Taylor1-2/+4
2014-01-15go-test.exp: Set goarch for aarch64*-*-*.Matthias Klose1-0/+3
2014-01-09go-test.exp (go-gc-tests): Skip nilptr tests that test the other Go compiler.Ian Lance Taylor1-0/+4
2014-01-09go-test.exp (go-gc-tests): Don't run peano.go on systems which don't support ...Uros Bizjak1-6/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13Update to copy of current master Go testsuite.Ian Lance Taylor95-135/+3096
2013-12-12compiler: Don't compare structs with blank non-comparable fields.Ian Lance Taylor2-4/+4
2013-10-24go-test.exp (errchk): Combine quoted strings in comments.Ian Lance Taylor1-0/+15
2013-10-14Update Go testsuite to a copy of the Go 1.1.2 testsuite.Ian Lance Taylor320-2873/+12744
2013-08-07compiler: Fix "missing return" error for case T1, T2 in type switches.Ian Lance Taylor1-2/+2
2013-06-26compiler: reject integer division by zero constant.Ian Lance Taylor2-3/+24
2013-06-25Update shift1.go test for recent changes.Ian Lance Taylor1-1/+204
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1