gcc/libgo/go/reflect
Ian Lance Taylor 90e00f872d re PR go/65755 (incorrect reflection of struct fields with gccgo)
PR go/65755
compiler, runtime, reflect: Use reflection string for type comparisons.

Change the runtime and reflect libraries to always use only
the type reflection string to determine whether two types are
equal.  It previously used the PkgPath and Name values for a
type name, but that required a PkgPath that did not match the
gc compiler.

Change the compiler to use the same PkgPath value as the gc
compiler in all cases.

Change the compiler to put the receiver type in the reflection
string for a type defined inside a method.

From-SVN: r222194
2015-04-17 18:19:44 +00:00
..
all_test.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
deepequal.go libgo: Merge from revision 18783:00cce3a34d7e of master library. 2014-06-04 23:15:33 +00:00
example_test.go
export_test.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
makefunc.go reflect: Fix build for systems that do not define ffi_go_closure. 2015-01-19 02:56:28 +00:00
makefunc_ffi.go reflect: Fix build for systems that do not define ffi_go_closure. 2015-01-19 02:56:28 +00:00
makefunc_ffi_c.c Add attribute unused to dummy arguments in ffi stub 2015-01-19 14:10:59 -08:00
set_test.go
tostring_test.go
type.go re PR go/65755 (incorrect reflection of struct fields with gccgo) 2015-04-17 18:19:44 +00:00
value.go compiler, reflect, runtime: Use static chain for closures. 2015-01-16 22:58:53 +00:00