summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
AgeCommit message (Expand)Author
2022-04-13go.test: update issue10441.go to current upstream versionIan Lance Taylor
2022-03-29LoongArch Port: gcc/testsuitechenglulu
2022-02-04compiler: accept "any" as an alias for "interface{}"Ian Lance Taylor
2022-01-03Update copyright years.Jakub Jelinek
2021-08-02compiler, runtime: allow slice to array pointer conversionIan Lance Taylor
2021-08-02compiler, runtime: support unsafe.Add and unsafe.SliceIan Lance Taylor
2021-04-02Skip couple of Go tests on 32-bit SPARCEric Botcazou
2021-01-07test: add new Go tests from source repoIan Lance Taylor
2021-01-04Update copyright years.Jakub Jelinek
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor
2020-12-17Go testsuite: handle +build lines correctlyIan Lance Taylor
2020-12-16test: add new Go tests from source repoIan Lance Taylor
2020-12-16test: add new Go tests from source repoIan Lance Taylor
2020-12-16test: add new Go tests from source repoIan Lance Taylor
2020-12-15Go testsuite: update bugs for recent changeIan Lance Taylor
2020-12-14go-test.exp: retain any characters at end of ERROR lineIan Lance Taylor
2020-12-09go-test.exp: recognize errorcheckdir -nIan Lance Taylor
2020-12-09go-test.exp: rewrite errchk regexp quotingIan Lance Taylor
2020-12-07go-test.exp: don't quote already-quoted parenthesesIan Lance Taylor
2020-12-03Go testsuite: update new tests to version in source repoIan Lance Taylor
2020-12-03Go testsuite: add a bunch of new tests from source repoIan Lance Taylor
2020-12-03go-test.exp: add -I. when compiling in directoryIan Lance Taylor
2020-12-03testsuite: update existing Go tests to source repoIan Lance Taylor
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor
2020-12-02Go testsuite: update semi6.go from source repoIan Lance Taylor
2020-12-02compiler: reword "declared and not used" error messageIan Lance Taylor
2020-12-02compiler: improve mixed named/unnamed parameter error messageIan Lance Taylor
2020-12-01go-test.exp: permit trailing */ on ERROR lineIan Lance Taylor
2020-11-30compiler: improve error messages for expected curly braceIan Lance Taylor
2020-11-30compiler: always use int context for index valuesIan Lance Taylor
2020-11-30compiler: better error messages for missing interface methodIan Lance Taylor
2020-11-30compiler: improve error for import of non-stringIan Lance Taylor
2020-11-28compiler: avoid follow-on errors for bad typesIan Lance Taylor
2020-09-22go.test: update issue4458.go for recent changeIan Lance Taylor
2020-06-12go.test: update issue4085b.go to version from Go 1.13Ian Lance Taylor
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