This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: c++ variable-length array?
- From: Mike Stump <mrs at apple dot com>
- To: Neal Becker <ndbecker2 at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 21 Jul 2006 11:51:48 -0700
- Subject: Re: c++ variable-length array?
- References: <e9qngr$sf3$1@sea.gmane.org>
On Jul 21, 2006, at 7:14 AM, Neal Becker wrote:
Using gcc-4.1.1. Info says variable-length array is supported in c+
+ mode,
but doesn't seem to work
Nope, sure doesn't. I don't recall any good reason why we can't
support it. I'd file a bug report for it.
Being able to compile c99 style code would be useful/nice.