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 debug/39471] DW_TAG_imported_module should be used (not DW_TAG_imported_declaration)



------- Comment #2 from jan dot kratochvil at redhat dot com  2009-03-16 21:37 -------
Thanks although there is still excessive DW_AT_name:
 <3><422>: Abbrev Number: 12 (DW_TAG_imported_module)
    <425>   DW_AT_name        : A
    <427>   DW_AT_import      : <0x113> [Abbrev Number: 2 (DW_TAG_namespace)]

DW_AT_name looks as undefined for me for DW_TAG_imported_module and it
certainly breaks the current Archer C++ implementation.


-- 


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


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