This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix 11614
- From: Jason Merrill <jason at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 21 Aug 2003 01:24:35 -0400
- Subject: Re: [C++ PATCH] Fix 11614
- References: <3F1D69CD.1080604@codesourcery.com><wvl7k6azcw7.fsf@prospero.boston.redhat.com>
Applied.
2003-08-21 Jason Merrill <jason@redhat.com>
PR c++/11614
* decl.c (grokdeclarator): Recognize a flexible array based on the
type, not the form of the declarator.
Jason