This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 PATCH] Fix C++ ICE on designated initializer (regressionfrom 3.2.x)
On Tue, 17 Feb 2004 11:46:29 -0500, Jakub Jelinek <jakub@redhat.com> wrote:
> On Tue, Feb 17, 2004 at 11:38:01AM -0500, Jason Merrill wrote:
>> Is this not needed for 3.4/trunk?
>
> No, the new parser doesn't recognize any form of designated initializers
> (neither the old GNU style, nor the ISO C99 ones).
Hmm, that sounds like a regression.
Jason