r200494 - /branches/gcc-4_8-branch/gcc/go/gofro...
ian@gcc.gnu.org
ian@gcc.gnu.org
Thu Jun 27 20:52:00 GMT 2013
Author: ian
Date: Thu Jun 27 20:52:11 2013
New Revision: 200494
URL: http://gcc.gnu.org/viewcvs?rev=200494&root=gcc&view=rev
Log:
compiler: structs inherit all methods from embedded pointer fields.
Previously if a struct S contained an embedded field *T,
a method with receiver *T would not be promoted to a method
with value receiver S.
Modified:
branches/gcc-4_8-branch/gcc/go/gofrontend/types.cc
More information about the Gcc-cvs
mailing list