vla: support for DW_AT_count
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 97411d142c99e4f1791028f1225e075e6323f79b..6c3bb330c11712c95ad6baab910601ec79b57d81 100644 (file)
@@ -663,6 +663,11 @@ struct main_type
       /* * High bound of range.  */
 
       struct dynamic_prop high;
+
+      /* True if HIGH range bound contains the number of elements in the
+        subrange. This affects how the final hight bound is computed.  */
+
+      int flag_upper_bound_is_count : 1;
     } *bounds;
 
   } flds_bnds;
This page took 0.027521 seconds and 4 git commands to generate.