Re: [PATCH 2/9] c-decl.c: add [cd]tors to c_struct_parse_info

2016-06-29 Thread Trevor Saunders
On Wed, Jun 29, 2016 at 09:21:01AM -0400, David Malcolm wrote: > On Wed, 2016-06-29 at 08:26 -0400, tbsaunde+...@tbsaunde.org wrote: > > From: Trevor Saunders > > > > gcc/c/ChangeLog: > > I may be missing my coffee here but you mention adding a constructor in > the ChangeLog here: No, I think I

Re: [PATCH 2/9] c-decl.c: add [cd]tors to c_struct_parse_info

2016-06-29 Thread David Malcolm
On Wed, 2016-06-29 at 08:26 -0400, tbsaunde+...@tbsaunde.org wrote: > From: Trevor Saunders > > gcc/c/ChangeLog: I may be missing my coffee here but you mention adding a constructor in the ChangeLog here: > 2016-06-29 Trevor Saunders > > * c-decl.c (struct c_struct_parse_info): Add co