Re: [PATCH 4/4] C: add fixit hint to misspelled field names

2016-06-06 Thread Joseph Myers
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)? -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH 4/4] C: add fixit hint to misspelled field names

2016-05-31 Thread David Malcolm
Ping: https://gcc.gnu.org/ml/gcc-patches/2016-04/msg01834.html On Thu, 2016-04-28 at 10:28 -0400, David Malcolm wrote: > Similar to the C++ case, but more involved as the location of the > pertinent token isn't readily available. The patch adds it as a > param > to build_component_ref. All