bfd/
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 458d04a258679f2a53e32c87add0627f92ec5993..370035f754d7b67fabcfff052b482608715482be 100644 (file)
@@ -4325,7 +4325,7 @@ read_array_type (struct die_info *die, struct dwarf2_cu *cu)
      to functions.  */
   attr = dwarf2_attr (die, DW_AT_GNU_vector, cu);
   if (attr)
-    TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR;
+    make_vector_type (type);
 
   attr = dwarf2_attr (die, DW_AT_name, cu);
   if (attr && DW_STRING (attr))
This page took 0.027496 seconds and 4 git commands to generate.