This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

status update: [PATCH v5 00/15] C99 variable length array support


OK, quick recap on this patch series as of today:

The patches that have been OK'ed so far, by either Tom or myself, and
possibly with some requests for minor adjustments, are:

   #01 | refactoring: rename create_range_type to create_static_range_type
   #02 | vla: introduce new bound type abstraction adapt uses
   #04 | vla: enable sizeof operator to work with variable length arrays
   #05 | vla: enable sizeof operator for indirection
   #06 | vla: update type from newly created value
   #07 | vla: print "variable length" for unresolved dynamic bounds
   #11 | test: cover subranges with present DW_AT_count attribute
   #12 | test: multi-dimensional c99 vla
   #13 | test: evaluate pointers to C99 vla correctly
   #14 | test: basic c99 vla tests for C primitives
   #15 | test: add mi vla test

The following patches are still under review and awaiting for answers
and/or updated patches:

   #03 | type: add c99 variable length array support
   #08 | vla: support for DW_AT_count
   #09 | vla: resolve dynamic bounds if value contents is a constant byte-seq
   #10 | vla: evaluate operand of sizeof if its type is a vla

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]