Re: backport fix for go hash function names to 4.8

2013-12-02 Thread Ian Lance Taylor
On Wed, Nov 27, 2013 at 3:04 PM, Michael Hudson-Doyle wrote: > > This patch brings the recent fix for the generated hash functions of > types that are aliases for structures containing unexported fields to > the 4.8 branch. Thanks. Committed to 4.8 branch. Ian

backport fix for go hash function names to 4.8

2013-11-27 Thread Michael Hudson-Doyle
Hi, This patch brings the recent fix for the generated hash functions of types that are aliases for structures containing unexported fields to the 4.8 branch. Cheers, mwh diff --git a/gcc/go/gofrontend/types.cc b/gcc/go/gofrontend/types.cc index 59247d6..36383de 100644 --- a/gcc/go/gofrontend/ty