http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46123
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2010-12-03 20:08:32 UTC --- Author: jason Date: Fri Dec 3 20:08:28 2010 New Revision: 167441 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167441 Log: PR debug/46123 * dwarf2out.c (gen_type_die_with_usage): Don't put local types in a declaration DIE. Added: branches/gcc-4_5-branch/gcc/testsuite/g++.dg/debug/dwarf2/pr46123.C branches/gcc-4_5-branch/gcc/testsuite/g++.dg/debug/pr46123.C Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/dwarf2out.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog