This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v6 00/15] Please have a final look
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Sanimir Agovic <sanimir dot agovic at intel dot com>
- Cc: gdb-patches at sourceware dot org, tromey at redhat dot com
- Date: Thu, 10 Apr 2014 07:39:15 -0700
- Subject: Re: [PATCH v6 00/15] Please have a final look
- Authentication-results: sourceware.org; auth=none
- References: <1397133617-26681-1-git-send-email-sanimir dot agovic at intel dot com>
Sanimir,
> Sanimir Agovic (15):
> refactoring: rename create_range_type to create_static_range_type
> vla: introduce new bound type abstraction adapt uses
> type: add c99 variable length array support
> vla: enable sizeof operator to work with variable length arrays
> vla: enable sizeof operator for indirection
> vla: update type from newly created value
> vla: print "variable length" for unresolved dynamic bounds
> vla: support for DW_AT_count
> vla: resolve dynamic bounds if value contents is a constant
> byte-sequence
> vla: evaluate operand of sizeof if its type is a vla
> test: cover subranges with present DW_AT_count attribute
> test: multi-dimensional c99 vla.
> test: evaluate pointers to C99 vla correctly.
> test: basic c99 vla tests for C primitives
> test: add mi vla test
Success!!! The entire series is now approved (with some minor trivial
request in 3 of the patches).
You may now push the patch series. If you do not have write privileges
yet, we can request them for you, or I can push this patch series in.
Let me know.
Thanks again for this contribution.
--
Joel