Re: Fix incomplete initialization of declspecs

2016-02-10 Thread Joseph Myers
On Wed, 10 Feb 2016, Bernd Schmidt wrote: > I've noticed that build_null_declspecs fails to clear out all location > information since it's missing a multiplication with the type size. The > simplest fix seems to be to just clear the entire structure. > > Bootstrapping & testing now on x86_64-lin

Fix incomplete initialization of declspecs

2016-02-10 Thread Bernd Schmidt
I've noticed that build_null_declspecs fails to clear out all location information since it's missing a multiplication with the type size. The simplest fix seems to be to just clear the entire structure. Bootstrapping & testing now on x86_64-linux, ok if that succeeds? Depending on what we do