Bug 59263 - Fortran debug: For MODULEs, set DW_AT_accessibility with DW_ACCESS_private where appopriate
Summary: Fortran debug: For MODULEs, set DW_AT_accessibility with DW_ACCESS_private wh...
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.9.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 24546
  Show dependency treegraph
 
Reported: 2013-11-23 16:04 UTC by Tobias Burnus
Modified: 2022-01-09 04:41 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2015-10-29 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Burnus 2013-11-23 16:04:01 UTC
See also PR 37132 for namelists.

DWARF supports DW_AT_accessibility with DW_ACCESS_private; we should set it for modules.

For variables and types, the existing "TREE_PRIVATE (decl)" can be re-used. For NAMELIST one needs more effort.
Comment 1 Dominique d'Humieres 2015-10-29 13:41:23 UTC
Any progress?