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]

Re: off-trunk gdb.fortran/dwarf-stride.exp no longer PASSes [Re: [PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support]


On Wed, 28 Oct 2015 17:19:07 +0100, Joel Brobecker wrote:
> Possibly, but I don't know. Keven, can you take a look, please?

Apparently the VLA patchset is not yet checked-in completely, for example the
off-trunk patchset formerly contained:

   attr = dwarf2_attr (die, DW_AT_string_length, cu);
   if (attr)
     {
-      length = DW_UNSND (attr);
+      if (attr_form_is_block (attr))
+        {

but current FSF GDB HEAD does not yet recognize attr_form_is_block for
DW_AT_string_length at all so it just cannot work yet.

I will have to apply only remaining parts of the former off-trunk patchset but
that is sure off-topic for upstream GDB.


Jan


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