diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 10f8a9d..d72ecc2 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -7592,6 +7592,7 @@ loc_descriptor_from_tree (loc, addressp) case COMPONENT_REF: case BIT_FIELD_REF: case ARRAY_REF: + case ARRAY_RANGE_REF: { tree obj, offset; HOST_WIDE_INT bitsize, bitpos, bytepos; |