------- 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