Re: RFA: PATCHes to accept C99 designated initializer syntax in C++

2011-07-21 Thread Richard Guenther
On Wed, 20 Jul 2011, Jason Merrill wrote: > The first patch adjusts the C++ front end's current support for the old GNU > designated initializer syntax to support the C99 syntax as well. > > The second patch adjusts recog.h/genoutput.c to use a new macro > HAVE_DESIGNATED_UNION_INITIALIZERS inste

Re: RFA: PATCHes to accept C99 designated initializer syntax in C++

2011-07-20 Thread Jakub Jelinek
On Wed, Jul 20, 2011 at 02:13:55PM -0400, Jason Merrill wrote: > The first patch adjusts the C++ front end's current support for the > old GNU designated initializer syntax to support the C99 syntax as > well. Thanks. > The second patch adjusts recog.h/genoutput.c to use a new macro > HAVE_DESIGN

RFA: PATCHes to accept C99 designated initializer syntax in C++

2011-07-20 Thread Jason Merrill
The first patch adjusts the C++ front end's current support for the old GNU designated initializer syntax to support the C99 syntax as well. The second patch adjusts recog.h/genoutput.c to use a new macro HAVE_DESIGNATED_UNION_INITIALIZERS instead of HAVE_DESIGNATED_INITIALIZERS because with t