vla: introduce new bound type abstraction adapt uses
[deliverable/binutils-gdb.git] / gdb / parse.c
index b0da2efac861bd66b3e9daa18c50f9e7c125f5fb..105d0cd8971737bfc1369ba38bff9813802f30d4 100644 (file)
@@ -1692,7 +1692,8 @@ follow_types (struct type *follow_type)
          lookup_array_range_type (follow_type,
                                   0, array_size >= 0 ? array_size - 1 : 0);
        if (array_size < 0)
-         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED (follow_type) = 1;
+         TYPE_HIGH_BOUND_KIND (TYPE_INDEX_TYPE (follow_type))
+           = PROP_UNDEFINED;
        break;
       case tp_function:
        /* FIXME-type-allocation: need a way to free this type when we are
This page took 0.024452 seconds and 4 git commands to generate.