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]

r205914 - in /branches/gcc-4_8-branch: gcc/go/g...


Author: ian
Date: Thu Dec 12 01:09:30 2013
New Revision: 205914

URL: http://gcc.gnu.org/viewcvs?rev=205914&root=gcc&view=rev
Log:
compiler, reflect, runtime: Implement method values in reflect.

Modified:
    branches/gcc-4_8-branch/gcc/go/gofrontend/types.cc
    branches/gcc-4_8-branch/gcc/go/gofrontend/types.h
    branches/gcc-4_8-branch/libgo/go/reflect/all_test.go
    branches/gcc-4_8-branch/libgo/go/reflect/makefunc.go
    branches/gcc-4_8-branch/libgo/go/reflect/makefuncgo_386.go
    branches/gcc-4_8-branch/libgo/go/reflect/makefuncgo_amd64.go
    branches/gcc-4_8-branch/libgo/go/reflect/type.go
    branches/gcc-4_8-branch/libgo/go/reflect/value.go
    branches/gcc-4_8-branch/libgo/runtime/go-recover.c


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