This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/2] handle VLA in a struct or union
- From: Tom Tromey <tromey at redhat dot com>
- To: pinskia at gmail dot com
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 08 May 2014 13:07:30 -0600
- Subject: Re: [PATCH 2/2] handle VLA in a struct or union
- Authentication-results: sourceware.org; auth=none
- References: <1399574816-12845-1-git-send-email-tromey at redhat dot com> <1399574816-12845-3-git-send-email-tromey at redhat dot com> <14B6B8AB-EE5F-476D-BA19-158C9AF39B57 at gmail dot com>
>> It is valid in C to have a VLA in a struct or union type, but gdb did
>> not handle this.
Andrew> In GNU C only. It is extension.
Ah, well, shows what I know.
I'll change the commit text; but I don't think this otherwise affects
the patch.
Tom