This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/59438] DWARF: Fortran mishandles ALLOCATABLE/ASSOCIATED in debug output


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59438

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Regarding (a): I think we should consider to simply use the same structure of
arrays ("struct array_descr_info") also for scalars. Besides that it already
exists, it is probably also sensible when we will handle coarrays, cf. PR49566.

(d) We also need to handle DW_AT_allocated/associated for CLASS, which means
that the variable's DW_AT_allocated must point to <var>._data.data instead of
to <var>.data.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]