On Fri, 10 Jun 2016, David Malcolm wrote:

> On Mon, 2016-06-06 at 15:17 +0000, Joseph Myers wrote:
> > On Tue, 31 May 2016, David Malcolm wrote:
> > 
> > > Ping:
> > >   https://gcc.gnu.org/ml/gcc-patches/2016-04/msg01834.html
> > 
> > OK.  What about field names in designated initializers (both C99
> > -style and
> > old-style)?
> 
> This patch adds fixits for named initializers, both old-style, and
> C99-style.
> 
> I noticed that the existing error message:
>   "unknown field %qE specified in initializer"
> didn't contain the type name, so I changed it to:
>   "%qT has no member named %qE"
> to specify this (and for consistency with other messages).
> 
> Successfully bootstrapped&regrtested on x86_64-pc-linux-gnu.
> 
> OK for trunk?

OK.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to