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