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 lto/44950] ICE in dwarf2out_finish, at dwarf2out.c:22271



------- Comment #5 from rguenth at gcc dot gnu dot org  2010-07-23 18:53 -------
Similar testcase from PR43898:

 void bug() {
   struct Class {
     Class(int a) {}
     virtual void f() {}
   };
   Class a(0);
 }


-- 


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


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