[Bug debug/39471] DW_TAG_imported_module should be used (not DW_TAG_imported_declaration)

jan dot kratochvil at redhat dot com gcc-bugzilla@gcc.gnu.org
Tue Mar 17 12:24:00 GMT 2009



------- Comment #10 from jan dot kratochvil at redhat dot com  2009-03-17 12:24 -------
ICE: Comment 7 patch (applied together with the Comment 3 patch) on:
--------------------------------------------------------------------------------
namespace A
{
  class B
  {
  };
};

extern void g ();

void
f ()
{
  using A::B;

  g ();
}
--------------------------------------------------------------------------------
1.C: In function ‘void f()’:
1.C:16: internal compiler error: in force_decl_die, at dwarf2out.c:15092
g++ (GCC) 4.4.0 20090316 (experimental)


-- 


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



More information about the Gcc-bugs mailing list