compiler, runtime: Implement struct and array comparisons.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 6 Jan 2012 21:47:49 +0000 (21:47 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 6 Jan 2012 21:47:49 +0000 (21:47 +0000)
commitf9f96987536295eb79dafb3274ad578679a2eaee
tree7ff2e7efed850e645b91f841d36c555604c40441
parent4b6aaa996e0d8f5abac818315b6f77cb3596db98
compiler, runtime: Implement struct and array comparisons.

From-SVN: r182971
23 files changed:
gcc/go/gofrontend/backend.h
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/go.cc
gcc/go/gofrontend/gogo-tree.cc
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/runtime.def
gcc/go/gofrontend/types.cc
gcc/go/gofrontend/types.h
gcc/testsuite/go.test/test/cmp6.go
gcc/testsuite/go.test/test/recover2.go
libgo/Makefile.am
libgo/Makefile.in
libgo/runtime/go-type-complex.c [new file with mode: 0644]
libgo/runtime/go-type-eface.c
libgo/runtime/go-type-error.c
libgo/runtime/go-type-float.c [new file with mode: 0644]
libgo/runtime/go-type-identity.c
libgo/runtime/go-type-interface.c
libgo/runtime/go-type-string.c
libgo/runtime/go-type.h
libgo/testsuite/gotest