summaryrefslogtreecommitdiff
path: root/libgo/go/testing/quick/quick_test.go
AgeCommit message (Collapse)Author
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2017-09-14libgo: update to go1.9Ian Lance Taylor
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor
Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
2015-01-16testing/quick: Revert Alpha specific change.Ian Lance Taylor
No longer needed now that libffi supports complex types. From-SVN: r219777
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor
From-SVN: r204466
2013-03-01runtime, testing/quick: libffi doesn't handle complex on Alpha.Ian Lance Taylor
From Uros Bizjak. From-SVN: r196389
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor
From-SVN: r182073
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor
From-SVN: r181964
2011-05-20Update to current version of Go library.Ian Lance Taylor
From-SVN: r173931
2011-01-21Remove the types float and complex.Ian Lance Taylor
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. From-SVN: r167407