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/24824] [4.1/4.2 Regression] ICE: in build_abbrev_table, at dwarf2out.c:6427 with -feliminate-dwarf2-dups



------- Comment #10 from nathan at gcc dot gnu dot org  2006-01-06 13:39 -------
Created an attachment (id=10588)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10588&action=view)
simplest test case

This appears to be tickling a latent bug in the dwarf code.  Before my patch I
discover that the structure's dwarf information appears to be a child of
comp_unit, whereas afterwards it's a child of a namespace.  the latter seems
correct to me -- I am investigating.


-- 


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



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