http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org |gnu.org | --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-07 18:10:05 UTC --- Created attachment 28630 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28630 gcc48-pr53145.patch I can't reproduce this (and with the default -feliminate-unused-debug-types I don't even see how this is actually possible, because prune_unused_types empties and repopulates debug_str_hash hash table), but at least for -fno-eliminate-unused-debug-types the attached patch ought to fix it.