summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/go.test
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Go library to r60.3 release.ian2011-10-221-20/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180327 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (errchk): Handle more cases of gettingian2011-09-234-14/+14
| | | | | | | | | correct Tcl backslash quoting in regular expressions in test file. Also fix some tests to match gccgo error messages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179134 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Go testsuite to release r60.ian2011-09-2188-79/+2397
| | | | | | | | | * 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
* Implement goto restrictions.ian2011-09-203-13/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179018 138bc75d-0d04-0410-961f-82ee72b054a4
* Improve errors for invalid use of [...]type.ian2011-09-171-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178921 138bc75d-0d04-0410-961f-82ee72b054a4
* Block forever on send/receive to/from nil channel.ian2011-09-161-4/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178920 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Go library to r60.ian2011-09-165-151/+156
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178910 138bc75d-0d04-0410-961f-82ee72b054a4
* Check ia32 effective target.hjl2011-07-111-1/+1
| | | | | | | | | | | 2011-07-11 H.J. Lu <hongjiu.lu@intel.com> * gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp: Check ia32. * go.test/go-test.exp (go-set-goarch): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176153 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current version of Go library.ian2011-05-205-30/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173931 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.ian2011-04-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172937 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (go-set-goarch): Recognize alpha*-*-*.ian2011-04-011-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171861 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (go-set-goarch): Recognize MIPS ABIs.ian2011-04-011-0/+30
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171814 138bc75d-0d04-0410-961f-82ee72b054a4
* Copy env.go from master Go testsuite.ian2011-03-301-3/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171752 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (go-set-goarch): Use sparc64 for 64-bitian2011-03-301-1/+1
| | | | | | | SPARC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171751 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current Go library.ian2011-03-301-5/+32
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171732 138bc75d-0d04-0410-961f-82ee72b054a4
* Update to current master Go testsuite.ian2011-03-29104-1018/+3036
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171695 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp: Handle the test lines used in several newian2011-03-291-12/+100
| | | | | | | | | tests. (errchk): Add opts parameter. Change all callers. Handle parens in regexps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171694 138bc75d-0d04-0410-961f-82ee72b054a4
* Permit copying hidden fields when passing method receiver.ian2011-03-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171641 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't look up methods for pointer to interface.ian2011-03-261-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171562 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't permit embedded field to be pointer to interface.ian2011-03-261-22/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171558 138bc75d-0d04-0410-961f-82ee72b054a4
* Give an error if a label is defined but not used.ian2011-03-259-44/+78
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171518 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove closed function. Fix tuple receive in select.ian2011-03-255-84/+160
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171440 138bc75d-0d04-0410-961f-82ee72b054a4
* Condition in if statement is not optional.ian2011-03-246-148/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171377 138bc75d-0d04-0410-961f-82ee72b054a4
* Change c <- v from an expression to a statement.ian2011-03-248-129/+252
| | | | | | | | Don't do anything special if we don't use the value of <-c. Fix sending an untyped constant in a select statement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171371 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (errchk): Ignore lines containing ////.ian2011-03-231-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171370 138bc75d-0d04-0410-961f-82ee72b054a4
* Send on a closed channel panics.ian2011-03-232-15/+17
| | | | | | | | Calling close on a closed channel panics. Don't limit number of receives on a closed channel. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171364 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp: For goroutines.go test if GCCGO_RUN_ALL_TESTSjakub2011-03-081-0/+21
| | | | | | | | | is not set in the environment, pass 64 as first argument when not running expensive tests or pass max($[`ulimit -u`/4], 10000) on native where ulimit -u is supported. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170792 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove old mechanism for passing varargs argument to varargs function.ian2011-02-192-9/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170304 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove the types float and complex.ian2011-01-2147-2979/+3067
| | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169098 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp (go-set-goarch): New proc.ian2011-01-121-1/+39
| | | | | | | (go-gc-tests): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168695 138bc75d-0d04-0410-961f-82ee72b054a4
* * go.test/go-test.exp: Clear runtests around invocation ofian2010-12-211-0/+12
| | | | | | | go-dg-runtest from errchk and go-execute-xfail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168136 138bc75d-0d04-0410-961f-82ee72b054a4
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-03586-0/+58915
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