This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] VLA in a struct or union
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 8 May 2014 12:46:54 -0600
- Subject: [PATCH 0/2] VLA in a struct or union
- Authentication-results: sourceware.org; auth=none
These patches fix the use of a VLA in a struct or union. I don't
recall whether this was addressed in the VLA patch series, but it's
definitely missing from gdb master.
The first patch is just a minor cleanup. The second patch implements
the feature.
Tom