http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51410
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-08 13:39:38 UTC --- Author: jakub Date: Thu Dec 8 13:39:34 2011 New Revision: 182114 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182114 Log: Backport from mainline 2011-12-05 Jakub Jelinek <ja...@redhat.com> PR debug/51410 * c-decl.c (pop_scope): Don't add DECL_EXTERNAL decls for debug info if scope is file_scope. * gcc.dg/debug/dwarf2/pr51410.c: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/c-decl.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog