Bug 27388

Summary: [gdb, dwarf5] Support DW_TAG_generic_subrange
Product: gdb Reporter: Tom de Vries <vries>
Component: symtabAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: enhancement CC: tromey
Priority: P2    
Version: HEAD   
Target Milestone: 13.1   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 27453    

Description Tom de Vries 2021-02-09 22:24:24 UTC
As noted in PR27341, support for DW_TAG_generic_subrange is missing.
Comment 1 Tom Tromey 2022-04-22 18:33:37 UTC
This went in:

commit df7a7bdd9766adebc6b117c31bc617d81c1efd43
Author: rupothar <rupesh.potharla@amd.com>
Date:   Thu Mar 17 18:56:23 2022 +0000

    gdb: add support for Fortran's ASSUMED RANK arrays


... and seems to implement this.
I'm closing the bug.