It looks like gfortran is using a descriptors to display allocatable arrays in f90, but I could never figure what is the type of the array: <1><202>: Abbrev Number: 2 (DW_TAG_structure_type) DW_AT_name : array_descriptor2 <2><21c>: Abbrev Number: 3 (DW_TAG_member) DW_AT_name : data <2><22b>: Abbrev Number: 3 (DW_TAG_member) DW_AT_name : offset <2><23c>: Abbrev Number: 3 (DW_TAG_member) DW_AT_name : dtype DW_AT_type : <1fa>
Any idea how I can get a type from that? -- Summary: gfortran doesn't emit type information for allocatable arrays Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: nikolay at totalviewtech dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33179