]> sourceware.org Git - systemtap.git/commitdiff
Fix bz1269062.exp
authorRichard Henderson <rth@redhat.com>
Thu, 25 May 2017 18:16:18 +0000 (11:16 -0700)
committerRichard Henderson <rth@redhat.com>
Thu, 25 May 2017 18:16:18 +0000 (11:16 -0700)
dwflpp.cxx

index 7b6d528b30e872bb3c22a1a21657baa298510fc8..030edc56f3a7dff8cad0a3e904ebe2e5cfed089c 100644 (file)
@@ -3668,7 +3668,8 @@ dwflpp::translate_final_fetch_or_store (location_context &ctx,
             throw SEMANTIC_ERROR (_("cannot write to reference"), e->tok);
           assert (typetag == DW_TAG_pointer_type);
         }
-      translate_pointer (ctx, typedie);
+      if (typetag != DW_TAG_array_type)
+        translate_pointer (ctx, typedie);
       break;
     }
 }
This page took 0.03201 seconds and 5 git commands to generate.