This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r182971 - in /trunk: gcc/go/gofrontend/backend....


Author: ian
Date: Fri Jan  6 21:47:49 2012
New Revision: 182971

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182971
Log:
compiler, runtime: Implement struct and array comparisons.

Added:
    trunk/libgo/runtime/go-type-complex.c
    trunk/libgo/runtime/go-type-float.c
Modified:
    trunk/gcc/go/gofrontend/backend.h
    trunk/gcc/go/gofrontend/expressions.cc
    trunk/gcc/go/gofrontend/expressions.h
    trunk/gcc/go/gofrontend/go.cc
    trunk/gcc/go/gofrontend/gogo-tree.cc
    trunk/gcc/go/gofrontend/gogo.cc
    trunk/gcc/go/gofrontend/gogo.h
    trunk/gcc/go/gofrontend/runtime.def
    trunk/gcc/go/gofrontend/types.cc
    trunk/gcc/go/gofrontend/types.h
    trunk/gcc/testsuite/go.test/test/cmp6.go
    trunk/gcc/testsuite/go.test/test/recover2.go
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/runtime/go-type-eface.c
    trunk/libgo/runtime/go-type-error.c
    trunk/libgo/runtime/go-type-identity.c
    trunk/libgo/runtime/go-type-interface.c
    trunk/libgo/runtime/go-type-string.c
    trunk/libgo/runtime/go-type.h
    trunk/libgo/testsuite/gotest


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]