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/15736] [3.5 Regression] internal compiler error: in force_decl_die, at dwarf2out.c:12441


------- Additional Comments From carlo at gcc dot gnu dot org  2004-05-30 19:52 -------
A slightly simpler test case:


struct B {
  int n;
};

struct A : B {
  using B::n;
};



-- 


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


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