summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/go.test/test/bench
Commit message (Collapse)AuthorAgeFilesLines
* Update to copy of current master Go testsuite.ian2013-12-131-0/+91
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205955 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Go testsuite to a copy of the Go 1.1.2 testsuite.ian2013-10-149-1836/+2100
| | | | | | | | | | | * go.test/go-test.exp (go-find-packages): New proc. (go-gc-tests): Skip stress and safe tests. Skip *.dir subdirectories. Do simple +build line matching. Handle run with arguments. Handle errorcheckdir and rundircmpout. Use packages for rundir. Remove special handling for bug191 and dwarf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203578 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current version of Go testsuite.ian2012-09-2923-138/+686
| | | | | | | * go.test/go-test.exp: Update for latest version of Go testsuite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191858 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove a couple of object files committed by accident.ian2012-01-252-1146/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183542 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current Go testsuite.ian2012-01-2572-50/+4381
| | | | | | | | | | | * go.test/go-test.exp (filecmp): New procedure. (errchk): Handle quoted square brackets. (go-gc-tests): Set go_compile_args. Handle various new test lines. Skip a few new tests. * lib/go-torture.exp (go-torture-execute): Use go_compile_args. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183502 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Go testsuite to release r60.ian2011-09-213-2/+228
| | | | | | | | | * go.test/go-test.exp (errchk): Add special case for bug332. (go-gc-tests): Add special cases for bug347 and bug348. Recognize some more test lines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179063 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current master Go testsuite.ian2011-03-299-55/+251
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171695 138bc75d-0d04-0410-961f-82ee72b054a4
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-0352-0/+6886
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167407 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud