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
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 ca
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 callers are updated to provide the info,
apart from objc_build_component_ref; fixing the latter would lead to
a cascade of other chan
Similar to the C++ case in the previous patch, 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 callers are updated to
provide the info, apart from objc_build_component_ref; fixing the latter
would lead to a